Skip to content

Commit 14b137b

Browse files
committed
remove resubmission option for NYU
Not feasible without a grader.
1 parent 69c2bc3 commit 14b137b

File tree

5 files changed

+16
-31
lines changed

5 files changed

+16
-31
lines changed

assignments.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ Engaging with comments left in Google Colab is more than welcome.
6868

6969
{% if id == "nyu" -%}
7070
- You can ignore {{submission_tool_name}} saying "Large file hidden". The file can be downloaded when grading.
71-
- [Resubmissions](syllabus.md#resubmission) are done the same way.
7271
{%- endif %}
7372
- In-class exercises will not be submitted/graded.
7473

extras/lib/school.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ class SchoolText:
131131
"regrad",
132132
"re-grad",
133133
"re-submi",
134-
"resubmi",
135134
"turnitin",
136135
"wagner",
137136
],

final_project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ If you insist: Make sure you use at least 40 lines of code to come to a conclusi
8181
### Notes
8282

8383
- **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.
84-
- Because it's the end of the course and [your peers are doing the reviews](final_project/peer_grading.md), **there will be no extensions{% if id == "nyu" %} or resubmissions{% endif %}**.
84+
- Because it's the end of the course and [your peers are doing the reviews](final_project/peer_grading.md), **there will be no extensions**.
8585
- Hold off on responding to comments on your notebook before you get your Project grade.
8686

8787
### Confirming you meet the requirements

meta/assistant_guide.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,9 @@ Weeks end the day of class, the next one starts the day after. "Weeks" is theref
4141
- 20 minutes into the lecture, please put the sheet away. Students who arrive after that are considered absent.
4242
- Please hold onto a copy/photo of the attendance sheets, in case we need to reference the signatures later.
4343
{%- endif %}
44-
- Grading assignment submissions{% if id == "nyu" %} and resubmissions{% endif %} and releasing grades for your section
44+
- Grading assignment submissions and releasing grades for your section
4545
{% if id == "columbia" -%}
4646
- Recommend waiting until the submission deadline to start grading, to avoid issues with students who may have been intending to continue working on it
47-
{% else -%}
48-
- Feel free to grade things as they come in, in the order received, to give those students more time for resubmission
49-
- Please try and be done with grading of an assignment within four days after it's due (so they have time for resubmission)
5047
{%- endif %}
5148

5249
### [Between-class participation](../syllabus.md#participation) tracking
@@ -150,9 +147,6 @@ When grading, points should only be deducted based on [these criteria](../syllab
150147
- [How to give extensions]({{grading_extension_docs}})
151148
- Grant any request for 1-2 days made before the deadline; escalate others to the instructor.
152149
- Set the {{assignment_cutoff_name}} to the original [late submission deadline](../syllabus.md#schedule) or the new due date, whichever is later.
153-
{%- if id == "nyu" %}
154-
- Don't give extensions on the resubmission deadline unless authorized by the instructor.
155-
{%- endif %}
156150
- Solutions folder will be shared with you from Google Drive
157151
- The students don't need to match the provided solution exactly, as long as they do what the question is asking.
158152
{%- if id == "nyu" %}

syllabus.md

Lines changed: 14 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -127,18 +127,18 @@ By the end of the course, students will know:
127127

128128
{% else -%}
129129

130-
| Date | Lecture | Homework due | [Late](#assignment-scoring)/[resubmission](#resubmission) deadline |
131-
| ----- | -------------------------------------- | ---------------------------------------------------------- | ------------------------------------------------------------------ |
132-
| 10/22 | [Intro to coding][l0] | none | |
133-
| 10/29 | [Working with data][l1] | [Homework 0][hw0] | |
134-
| 11/5 | [Manipulating and combining data][l2] | [Homework 1][hw1] | [Homework 0][hw0] |
135-
| 11/12 | [Data reshaping and visualization][l3] | [Homework 2][hw2] | [Homework 1][hw1] |
136-
| 11/19 | [Dates and time series analysis][l4] | [Homework 3][hw3] and [Final Project proposal][final_prop] | [Homework 2][hw2] |
137-
| 11/26 | none (Thanksgiving) | none | [Homework 3][hw3] and [Final Project proposal][final_prop] |
138-
| 12/3 | [APIs][l5] | [Homework 4][hw4] | none |
139-
| 12/10 | [The Bigger Picture][l6] | [Final Project][final] | [Homework 4][hw4] |
140-
| 12/13 | none | none | [Final Project][final] |
141-
| 12/17 | Final exam | [Final Project peer grading][final-peer] | |
130+
| Date | Lecture | Homework due | [Late deadline](#assignment-scoring) |
131+
| ----- | -------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- |
132+
| 10/22 | [Intro to coding][l0] | none | |
133+
| 10/29 | [Working with data][l1] | [Homework 0][hw0] | |
134+
| 11/5 | [Manipulating and combining data][l2] | [Homework 1][hw1] | [Homework 0][hw0] |
135+
| 11/12 | [Data reshaping and visualization][l3] | [Homework 2][hw2] | [Homework 1][hw1] |
136+
| 11/19 | [Dates and time series analysis][l4] | [Homework 3][hw3] and [Final Project proposal][final_prop] | [Homework 2][hw2] |
137+
| 11/26 | none (Thanksgiving) | none | [Homework 3][hw3] and [Final Project proposal][final_prop] |
138+
| 12/3 | [APIs][l5] | [Homework 4][hw4] | none |
139+
| 12/10 | [The Bigger Picture][l6] | [Final Project][final] | [Homework 4][hw4] |
140+
| 12/13 | none | none | [Final Project][final] |
141+
| 12/17 | Final exam | [Final Project peer grading][final-peer] | |
142142

143143
{% endif -%}
144144

@@ -150,7 +150,7 @@ By the end of the course, students will know:
150150
[l5]: https://python-public-policy.afeld.me/en/{{school_slug}}/lecture_5.html
151151
[l6]: https://python-public-policy.afeld.me/en/{{school_slug}}/lecture_6.html
152152

153-
In general, assignments{% if id == "nyu" %} and resubmissions{% endif %} are due at the time class starts. These will all be reflected in the Assignments in [{{submission_tool_name}}]({{submission_tool_url}}).
153+
In general, assignments are due at the time class starts. These will all be reflected in the Assignments in [{{submission_tool_name}}]({{submission_tool_url}}).
154154

155155
## Communications
156156

@@ -208,16 +208,9 @@ The Final Project score will be the [median](https://docs.python.org/3/library/s
208208
- **Minimal feedback:** -10 points
209209
- **Not reviewed:** -20 points
210210

211-
{% if id == "nyu" %}
212-
213-
#### Resubmission
214-
215-
For submissions that showed effort and were on time, the assignment can be resubmitted to improve the score, up to full credit. This will be due before the next class — see the [schedule](#schedule) — and can be resubmitted through {{submission_tool_name}}.
216-
{% endif %}
217-
218211
#### Extensions
219212

220-
Requests for extensions will only be considered if made via email before the deadline, up to [the late submission cutoff shown above](#schedule). Late submission deadlines will only be extended if there is accomodation requested through the school.{% if id == "nyu" %} Resubmission deadlines will not be extended.{% endif %}
213+
Requests for extensions will only be considered if made via email before the deadline, up to [the late submission cutoff shown above](#schedule). Late submission deadlines will only be extended if there is accomodation requested through the school.
221214

222215
### Participation
223216

0 commit comments

Comments
 (0)