Skip to content

Commit d3d8944

Browse files
committed
move submission options to spreadsheet
1 parent 3d1e69d commit d3d8944

File tree

2 files changed

+7
-24
lines changed

2 files changed

+7
-24
lines changed

_static/styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
iframe {
2+
width: 100%;
3+
}
4+
15
video {
26
max-height: 50vh;
37
width: 100%;

meta/adrs/submission.md

Lines changed: 3 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -21,30 +21,9 @@ Students are currently [directed to export PDFs and submit via {{lms_name}}](../
2121
- [Submission](../../assignments.md#submission)
2222
- [Grading](../assistant_guide.md#grading)
2323

24-
## Options
25-
26-
| Option | Tool | Autograder support | Plagiarism detection | Inline annotation | Notebooks are interactive\* | Integration with {{lms_name}} | Other pros | Other cons |
27-
| ------------ | -------------------------------- | ------------------ | -------------------- | ------------------------------------ | -------------------------------------------------- | ----------------------------- | ------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------- |
28-
| **PDF** | **{{lms_name}}** | N | [Y][lms-similarity] | [Y][annotation] | N | Y | Students are comfortable with {{lms_name}}; avoids "works on my machine" | [Plotly needs extra packages][kaleido] and is [fragile][fragile] |
29-
| **HTML** | **{{lms_name}}** | N | [Y][lms-similarity] | [N][annotation] | Kinda - need to be downloaded | Y | Students are comfortable with {{lms_name}}; avoids "works on my machine" | [Plotly rendering broken in v6.0.0][html-render]; long outputs can only be made scrollable by the student |
30-
| **Notebook** | **{{lms_name}}** | N | [N][lms-similarity] | [N][annotation] | Kinda - need to be downloaded | Y | Students are comfortable with {{lms_name}} | |
31-
| **Notebook** | [**Gradescope**][gradescope] | [Y][gs-autograder] | [N][gs-similarity] | N | [Kinda][gs-interactive] - need to be downloaded | Y | Supported by both schools | |
32-
| **Notebook** | [**Nbgrader**][nbgrader] | Y | N | Y | Y | N | Pre-installed in NYU {{coding_env_name}} | |
33-
| **Notebook** | [**Otter Grader**][otter-grader] | Y | N | [Kinda - through PDFs][otter-manual] | N - [manual grading is through PDFs][otter-manual] | N | Built by Jupyter experts | Optimized for autograding over manual feedback |
34-
35-
\*Interactive plots, tables are scrollable (horizontally/vertically), long outputs can be made scrollable (ideally by the {{assistant_name}})
36-
37-
[lms-similarity]: https://guides.turnitin.com/hc/en-us/articles/23929463501965-File-requirements
38-
[kaleido]: https://plotly.com/python/static-image-export/
39-
[annotation]: https://community.d2l.com/brightspace/kb/articles/3529-evaluate-assignments-using-the-assignments-tool#supported-file-types-for-annotating-submissions
40-
[html-render]: https://github.com/plotly/plotly.py/issues/5012
41-
[gradescope]: https://support.nyu.edu/esc?id=kb_article&sysparm_article=KB0011989
42-
[gs-autograder]: https://gradescope-autograders.readthedocs.io/
43-
[gs-similarity]: https://portal.productboard.com/sz44uvlbbmnviv939g6lvnkd/c/500-code-similarity-support-for-jupyter-notebooks-ipynb-files-
44-
[gs-interactive]: https://portal.productboard.com/sz44uvlbbmnviv939g6lvnkd/c/711-support-html-in-jupyter-notebooks
45-
[nbgrader]: https://nbgrader.readthedocs.io/
46-
[otter-grader]: https://otter-grader.readthedocs.io/
47-
[otter-manual]: https://otter-grader.readthedocs.io/en/latest/pdfs.html
24+
## [Options](https://docs.google.com/spreadsheets/d/181B2YeSahgSkTMyoo7QbfLC4pm6sEQyj_N78XtsfFWo/edit?gid=0#gid=0)
25+
26+
<iframe src="https://docs.google.com/spreadsheets/d/e/2PACX-1vSzltT-noD1xOhsmqzkW20Vx8BMVBydlAyWPZrml046nVZPPeC1KeBeInLhEXmdGV_FRe8uCGUA07x7/pubhtml?gid=0&amp;single=true&amp;widget=true&amp;headers=false" height="400"></iframe>
4827

4928
### PDF export
5029

0 commit comments

Comments
 (0)