Skip to content

Commit

Permalink
update assignment page
Browse files Browse the repository at this point in the history
  • Loading branch information
danilofreire committed Oct 16, 2024
1 parent 2023982 commit dfce6eb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 2 additions & 0 deletions assignments/assignments.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,14 @@ When submitting, please name your files as follows: `assignment-01-your-name.pdf
| 05 | [Version control with git and GitHub](https://raw.githack.com/danilofreire/qtm350/main/lectures/lecture-05/05-git-github.html) | [Assignment 04](https://github.com/danilofreire/qtm350/blob/main/assignments/04-assignment.ipynb) | 2024-10-02 |
| 09 | [Writing Documents, Presentations, and Websites with Quarto](https://raw.githack.com/danilofreire/qtm350/main/lectures/lecture-09/09-more-quarto.html) | [Assignment 05](https://github.com/danilofreire/qtm350/blob/main/assignments/05-assignment.ipynb) | 2024-10-09 |
| 12 | [AI-Assisted Programming with GitHub Copilot](https://raw.githack.com/danilofreire/qtm350/main/lectures/lecture-12/12-copilot.html) | [Assignment 06](https://github.com/danilofreire/qtm350/blob/main/assignments/06-assignment.ipynb) | 2024-10-16 |
| 13 | [Python Data Types, Boolean Logic, and Control Structures.](https://raw.githack.com/danilofreire/qtm350/main/lectures/lecture-13/13-python-intro.html#/title-slide) | [Assignment 07](https://github.com/danilofreire/qtm350/blob/main/assignments/07-assignment.ipynb) | 2024-10-23 |

## In-Class Quizzes

In-class quizzes will be held on Wednesdays. They will be based on the material covered in the previous weeks. The quizzes will be open-book and open-notes, but you will not be allowed communicate with others during the quiz. They will also be available in the `assignment` folder on GitHub and on the course website.

* Quiz 01: <https://github.com/danilofreire/qtm350-quiz01>. Please follow the instructions there.
* Quiz 02: <https://github.com/danilofreire/qtm350-quiz02>. Please follow the instructions there.

## Final Project

Expand Down
7 changes: 7 additions & 0 deletions docs/assignments/assignments.html
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,12 @@ <h2 class="anchored" data-anchor-id="assignment-timeline">Assignment Timeline</h
<td><a href="https://github.com/danilofreire/qtm350/blob/main/assignments/06-assignment.ipynb">Assignment 06</a></td>
<td>2024-10-16</td>
</tr>
<tr class="odd">
<td>13</td>
<td><a href="https://raw.githack.com/danilofreire/qtm350/main/lectures/lecture-13/13-python-intro.html#/title-slide">Python Data Types, Boolean Logic, and Control Structures.</a></td>
<td><a href="https://github.com/danilofreire/qtm350/blob/main/assignments/07-assignment.ipynb">Assignment 07</a></td>
<td>2024-10-23</td>
</tr>
</tbody>
</table>
</section>
Expand All @@ -221,6 +227,7 @@ <h2 class="anchored" data-anchor-id="in-class-quizzes">In-Class Quizzes</h2>
<p>In-class quizzes will be held on Wednesdays. They will be based on the material covered in the previous weeks. The quizzes will be open-book and open-notes, but you will not be allowed communicate with others during the quiz. They will also be available in the <code>assignment</code> folder on GitHub and on the course website.</p>
<ul>
<li>Quiz 01: <a href="https://github.com/danilofreire/qtm350-quiz01" class="uri">https://github.com/danilofreire/qtm350-quiz01</a>. Please follow the instructions there.</li>
<li>Quiz 02: <a href="https://github.com/danilofreire/qtm350-quiz02" class="uri">https://github.com/danilofreire/qtm350-quiz02</a>. Please follow the instructions there.</li>
</ul>
</section>
<section id="final-project" class="level2">
Expand Down
4 changes: 2 additions & 2 deletions docs/search.json
Original file line number Diff line number Diff line change
Expand Up @@ -774,14 +774,14 @@
"href": "assignments/assignments.html#assignment-timeline",
"title": "Assignments",
"section": "Assignment Timeline",
"text": "Assignment Timeline\n\n\n\nSession\nTopic\nAssignment\nSubmission Deadline\n\n\n\n\n02\nComputational Literacy\nAssignment 01\n2024-09-11\n\n\n03\nCommand Line Interface\nAssignment 02\n2024-09-18\n\n\n05\nVersion control with git and GitHub\nAssignment 03\n2024-09-25\n\n\n05\nVersion control with git and GitHub\nAssignment 04\n2024-10-02\n\n\n09\nWriting Documents, Presentations, and Websites with Quarto\nAssignment 05\n2024-10-09\n\n\n12\nAI-Assisted Programming with GitHub Copilot\nAssignment 06\n2024-10-16"
"text": "Assignment Timeline\n\n\n\nSession\nTopic\nAssignment\nSubmission Deadline\n\n\n\n\n02\nComputational Literacy\nAssignment 01\n2024-09-11\n\n\n03\nCommand Line Interface\nAssignment 02\n2024-09-18\n\n\n05\nVersion control with git and GitHub\nAssignment 03\n2024-09-25\n\n\n05\nVersion control with git and GitHub\nAssignment 04\n2024-10-02\n\n\n09\nWriting Documents, Presentations, and Websites with Quarto\nAssignment 05\n2024-10-09\n\n\n12\nAI-Assisted Programming with GitHub Copilot\nAssignment 06\n2024-10-16\n\n\n13\nPython Data Types, Boolean Logic, and Control Structures.\nAssignment 07\n2024-10-23"
},
{
"objectID": "assignments/assignments.html#in-class-quizzes",
"href": "assignments/assignments.html#in-class-quizzes",
"title": "Assignments",
"section": "In-Class Quizzes",
"text": "In-Class Quizzes\nIn-class quizzes will be held on Wednesdays. They will be based on the material covered in the previous weeks. The quizzes will be open-book and open-notes, but you will not be allowed communicate with others during the quiz. They will also be available in the assignment folder on GitHub and on the course website.\n\nQuiz 01: https://github.com/danilofreire/qtm350-quiz01. Please follow the instructions there."
"text": "In-Class Quizzes\nIn-class quizzes will be held on Wednesdays. They will be based on the material covered in the previous weeks. The quizzes will be open-book and open-notes, but you will not be allowed communicate with others during the quiz. They will also be available in the assignment folder on GitHub and on the course website.\n\nQuiz 01: https://github.com/danilofreire/qtm350-quiz01. Please follow the instructions there.\nQuiz 02: https://github.com/danilofreire/qtm350-quiz02. Please follow the instructions there."
},
{
"objectID": "assignments/assignments.html#final-project",
Expand Down

0 comments on commit dfce6eb

Please sign in to comment.