Skip to content

Commit b313788

Browse files
committed
update NYU Final Project submission instructions
1 parent 21615d8 commit b313788

File tree

3 files changed

+25
-9
lines changed

3 files changed

+25
-9
lines changed

assignments.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,10 @@ Engaging with comments left in {{coding_env_name}} is more than welcome.
8484
1. Submit.
8585
1. In [{{lms_name}}]({{lms_url}}), go to `Content`.
8686
- Note that this is _not_ the `Assignments` tab of {{lms_name}}.
87-
1. **If one of the Homeworks:**
88-
1. [Go to {{submission_tool_name}}.]({{submission_tool_url}})
89-
1. [Upload both the `.ipynb` and `.py` files to the Assignment.](https://guides.gradescope.com/hc/en-us/articles/21865616724749-Submitting-a-Code-assignment)
90-
1. **If the Final Project:**
91-
1. Click `Final Project`. You should see the TurnItIn/PeerMark dashboard.
92-
1. Follow [these instructions](https://guides.turnitin.com/hc/en-us/articles/21851026380813-Submitting-to-a-Feedback-Studio-assignment-using-D2L-LTI-1-3) to upload the `.ipynb`. (`.py` not needed.)
87+
1. [Go to {{submission_tool_name}}.]({{submission_tool_url}})
88+
1. [Upload both the `.ipynb` and `.py` files to the Assignment.](https://guides.gradescope.com/hc/en-us/articles/21865616724749-Submitting-a-Code-assignment)
89+
90+
Note [the Final Project submission](final_project.md#submission) is slightly different.
9391
{%- endif %}
9492

9593
### Notes

final_project.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,26 @@ If you insist: Make sure you use at least 40 lines of code to come to a conclusi
6060

6161
## Submission
6262

63+
{% if id == "columbia" -%}
6364
[Instructions](assignments.md#submission)
65+
{% else -%}
66+
1. Export the files.
67+
- `.ipynb`:
68+
1. `File`
69+
1. `Download`
70+
- `.html`:
71+
1. `File`
72+
1. `Save and Export Notebook As`
73+
1. `HTML`
74+
- You may need to [allow popups](https://support.google.com/chrome/answer/95472).
75+
1. Submit.
76+
1. In [{{lms_name}}]({{lms_url}}), go to `Content`.
77+
- Note that this is _not_ the `Assignments` tab of {{lms_name}}.
78+
1. Click `Final Project`. You should see the TurnItIn/PeerMark dashboard.
79+
1. Follow [these instructions](https://guides.turnitin.com/hc/en-us/articles/21851026380813-Submitting-to-a-Feedback-Studio-assignment-using-D2L-LTI-1-3) to upload the `.ipynb` and `.html` as-is.
80+
{%- endif %}
81+
82+
### Notes
6483

6584
- **DO NOT WAIT UNTIL THE LAST MINUTE TO [SUBMIT](assignments.md#submission).** Leave yourself time to fix any [issues that come up](assignments.md#common-issues) in doing so, computer crashing, etc.
6685
- Please try to preserve anonymity.

final_project/peer_grading.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,11 @@ If you disagree with the grade, you can appeal by [emailing the instructor and {
1818
1. Go to `Content`, then `Final Project`. You should see an embedded TurnItIn/PeerMark dashboard.
1919
1. Follow [these instructions to review](https://help.turnitin.com/feedback-studio/d2l/LTI13/student/peermark/writing-a-peer-review.htm).
2020
- Some students have reported issues when using Safari. If you're unable to access, try a different browser.
21-
- You may need to download the `.ipynb` file and upload it to [{{coding_env_name}}]({{coding_env_url}}) to view it.
21+
- Try downloading the `.html` You may need to download the `.ipynb` file and upload it to [{{coding_env_name}}]({{coding_env_url}}) to view it, or view the .
2222
- PeerMark (annoyingly) doesn't let you edit your review after you submit it, so double-check before submitting.
2323
{%- endif %}
2424
1. Fill out the rubric.
25-
- Check against [the analysis requirements](../final_project.md#analysis-requirements), factoring in the applicable [general assignment scoring](../syllabus.md#assignment-scoring), for more details.
26-
- Explain what points are being deducted for what.
25+
- More details in [the analysis requirements](../final_project.md#analysis-requirements).
2726

2827
## Notes for reviewers
2928

0 commit comments

Comments
 (0)