From 6304d13c4545497e4f4387b60665511b0ca7b33e Mon Sep 17 00:00:00 2001 From: Varada Kolhatkar Date: Wed, 4 Sep 2024 14:01:36 -0700 Subject: [PATCH] Update documentation --- README.html | 6 ++--- _sources/README.md | 4 ++-- _sources/docs/homework_instructions.md | 18 ++++++++++++++- docs/homework_instructions.html | 31 +++++++++++++++++++++++--- searchindex.js | 2 +- 5 files changed, 51 insertions(+), 10 deletions(-) diff --git a/README.html b/README.html index f546caac..375ece83 100644 --- a/README.html +++ b/README.html @@ -443,7 +443,7 @@

Deliverable due dates (tentative)

Syllabus quiz

Sept 19, 11:59 pm

PrairieLearn

-

Canvas

+

PrairieLearn

hw2

Sept 16, 11:59 pm

@@ -497,8 +497,8 @@

Deliverable due dates (tentative)

Final exam

TBA

-

PrairieLearn (in person)

-

PrairieLearn (in person)

+

PrairieLearn (CBTF, in person)

+

PrairieLearn (CBTF, in person)

diff --git a/_sources/README.md b/_sources/README.md index 71439697..7f9c091e 100644 --- a/_sources/README.md +++ b/_sources/README.md @@ -38,7 +38,7 @@ Usually the homework assignments will be due on Mondays (except next week) and w | Assessment | Due date | Where to find? | Where to submit? | |----------------|-----------------------|------------------------------------------------------------------------------------|-------------------------------------------------------| | hw1 | Sept 09, 11:59 pm | [Github repo](https://github.com/new?template_name=hw1&template_owner=ubc-cpsc330) | [Gradescope](https://www.gradescope.ca/courses/18608) | -| Syllabus quiz | Sept 19, 11:59 pm | [PrairieLearn](https://us.prairielearn.com/pl/course_instance/163899/assessment/2451488) | [Canvas](https://canvas.ubc.ca/courses/149122) | +| Syllabus quiz | Sept 19, 11:59 pm | [PrairieLearn](https://us.prairielearn.com/pl/course_instance/163899/assessment/2451488) | [PrairieLearn](https://us.prairielearn.com/pl/course_instance/163899/assessment/2451488) | | hw2 | Sept 16, 11:59 pm | Github repo[](https://github.com/new?template_name=hw2&template_owner=ubc-cpsc330) | [Gradescope](https://www.gradescope.ca/courses/18608) | | hw3 | Oct 01, 11:59 pm | Github repo[](https://github.com/new?template_name=hw3&template_owner=ubc-cpsc330) | [Gradescope](https://www.gradescope.ca/courses/18608) | | hw4 | Oct 07, 11:59 pm | Github repo[](https://github.com/new?template_name=hw4&template_owner=ubc-cpsc330) | [Gradescope](https://www.gradescope.ca/courses/18608) | @@ -49,7 +49,7 @@ Usually the homework assignments will be due on Mondays (except next week) and w | hw7 | November 18, 11:59 pm | Github repo[](https://github.com/new?template_name=hw7&template_owner=ubc-cpsc330) | [Gradescope](https://www.gradescope.ca/courses/18608) | | hw8 | November 25, 11:59 pm | Github repo[](https://github.com/new?template_name=hw8&template_owner=ubc-cpsc330) | [Gradescope](https://www.gradescope.ca/courses/18608) | | hw9 | December 05, 11:59 pm | Github repo[](https://github.com/new?template_name=hw9&template_owner=ubc-cpsc330) | [Gradescope](https://www.gradescope.ca/courses/18608) | -| **Final exam** | TBA | PrairieLearn (in person) | PrairieLearn (in person) | +| **Final exam** | TBA | PrairieLearn (CBTF, in person) | PrairieLearn (CBTF, in person) | ## Lecture schedule (tentative) diff --git a/_sources/docs/homework_instructions.md b/_sources/docs/homework_instructions.md index bb12e482..0fb6b6f9 100644 --- a/_sources/docs/homework_instructions.md +++ b/_sources/docs/homework_instructions.md @@ -35,11 +35,27 @@ Here are the steps to create a repository for the released homework assignment. When you're ready to submit your assignment, make sure all your work in the Jupyter Notebook is saved, all changes in the repository are committed, and you've pushed up to GitHub. -To submit your work you must **submit your final version of the notebook to [Gradescope](https://www.gradescope.ca)** where it will be graded. +### Preparation + +1. Run all cells in your notebook to make sure there are no errors by running all cells: `Kernel -> Restart Kernel and Clear All Outputs` and then `Run -> Run All Cells`. + +1. Notebooks with cell execution numbers out of order or not starting from “1” will have marks deducted. Notebooks without the output displayed may not be graded at all (because we need to see the output in order to grade your work). + +### Submitting on Gradescope + +1. Upload the assignment using Gradescope’s drag and drop tool. Make sure to access Gradescope via Canvas. Check out this [Gradescope Student Guide](https://lthub.ubc.ca/guides/gradescope-student-guide/) if you need help with your Gradescope submission. + +1. Make sure that the plots and output are rendered properly in your submitted files. + +1. If the `.ipynb` file is too big and doesn’t render on Gradescope, also upload a `pdf` or `html` in addition to the `.ipynb file`. If the `pdf` or `html` also fail to render on Gradescope, please create two files for your homework (e.g., `hw6a.ipynb` with Exercise 1 and `hw6b.ipynb` with Exercises 2 and 3) and include these two files in your repository. + +You must **submit your final version of the notebook to [Gradescope](https://www.gradescope.ca)** where it will be graded. Here is a video that shows you the process you'll be following (from a different course): +
+
Once you submit to Gradescope, you should go there and ensure your assignment is there as expected and all the output and plots are rendered properly. diff --git a/docs/homework_instructions.html b/docs/homework_instructions.html index b2d6cc00..528169aa 100644 --- a/docs/homework_instructions.html +++ b/docs/homework_instructions.html @@ -351,7 +351,11 @@

Contents