Skip to content

Commit f2f135a

Browse files
committed
remove submission_tool_name variable
Both schools now use Gradescope.
1 parent a76b1ab commit f2f135a

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

assignments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ You'll create your own notebook.
6060
1. Confirm that the notebook is [shared](https://research.google.com/colaboratory/faq.html#notebook-storage) with [the instructor{% if id == "columbia" %} and {{assistant_name}}{% endif %}](syllabus.md#instructor-information) with `Commenter` permissions. If it isn't, [share the parent folder](hw_0.ipynb#one-time-setup) and re-confirm.
6161
1. Copy the URL of your notebook.
6262
- The URL should be of the format `https://colab.research.google.com/drive/<long identifier>`. If it's `https://colab.research.google.com/github/...`, click `Copy to Drive`.
63-
1. Paste your notebook URL in [the {{submission_tool_name}} Assignment]({{submission_tool_url}}).
63+
1. Paste your notebook URL in [the Gradescope Assignment]({{submission_tool_url}}).
6464

6565
Engaging with comments left in Google Colab is more than welcome.
6666

6767
### Notes
6868

69-
- You can ignore {{submission_tool_name}} saying "Large file hidden". The file can be downloaded when grading.
69+
- You can ignore Gradescope saying "Large file hidden". The file can be downloaded when grading.
7070
- In-class exercises will not be submitted/graded.
7171

7272
## Common issues

extras/lib/school.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ class SchoolText:
1515
term: str
1616
lms_name: str
1717
lms_url: str
18-
submission_tool_name: str
1918
submission_tool_url: str
2019
discussions_url: str
2120
survey_url: str
@@ -52,7 +51,6 @@ class SchoolText:
5251
term="Spring 2025",
5352
lms_name="CourseWorks",
5453
lms_url="https://courseworks2.columbia.edu/courses/210776",
55-
submission_tool_name="Gradescope",
5654
submission_tool_url="https://courseworks2.columbia.edu/courses/210776",
5755
discussions_url="https://courseworks2.columbia.edu/courses/210776/external_tools/37606?display=borderless",
5856
survey_url="https://docs.google.com/forms/d/e/1FAIpQLSeexomJkVX-9WTMXTYfRYWg3UC3n0_gDVe-qGDDt78aTbBodw/viewform?usp=header",
@@ -97,7 +95,6 @@ class SchoolText:
9795
term="Fall 2025",
9896
lms_name="Brightspace",
9997
lms_url="https://brightspace.nyu.edu/d2l/home/477758",
100-
submission_tool_name="Gradescope",
10198
submission_tool_url="https://brightspace.nyu.edu/d2l/le/lessons/477758/topics/11846241",
10299
discussions_url="https://brightspace.nyu.edu/d2l/le/lessons/477758/topics/11846240",
103100
survey_url="https://docs.google.com/forms/d/e/1FAIpQLSfZI-dMv1-AbZN1bGkfFfrTpWWas6AvIoKoYQuWoNu0uSxefQ/viewform?usp=header",

joining_late.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If you're not officially [registered](registration.md) for the course but want t
2323
- [Attend class.](syllabus.md#course-information)
2424
- Look through the [important links](index.md#important-links), including [past lectures](syllabus.md#schedule).
2525
- [Recording](https://columbiauniversity.zoom.us/rec/play/dBBFt7QTwZTfETvu0_VQzqT_pt6K0-4PvrRJF0fDUVH8yKoIHP9WOCl8hGRSyIu3HEiKxPQ2woCwDQ-I.OGynUNH57slJqZki) of [Lecture 0](lecture_0.ipynb)
26-
- You won't be able to access [{{submission_tool_name}}]({{submission_tool_url}}) or the [Ed Discussion]({{discussions_url}}).
26+
- You won't be able to access [Gradescope]({{submission_tool_url}}) or the [Ed Discussion]({{discussions_url}}).
2727
- [Complete the Assignment(s) in Google Colab as normal](assignments.md), waiting until you are registered to [submit](assignments.md#submission) them.
2828

2929
## Once you join

syllabus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 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 [Gradescope]({{submission_tool_url}}).
154154

155155
## Communications
156156

0 commit comments

Comments
 (0)