sagemathinc / cocalc

CoCalc: Collaborative Calculation in the Cloud
https://CoCalc.com
Other
1.16k stars 212 forks source link

Add student identification to exported pdfs of a collected assignment. #7881

Open math-sl opened 2 days ago

math-sl commented 2 days ago

When exporting collected assignments in a course, the pdf produced contains no other identifying information than the filenames.

Current pdf head is like this: image and a footer with the file link. In both case, the only information identifying the student is in the file name itself.

We can convert in terminal using "jupyter-nbconvert --to pdf", which gives a header (using latex) like Exemple

with a title containing the filename, which allow student identification for grading (or even printing to grade on paper)

This is probably related to other issues involving nbconvert.

Possible solutions:

williamstein commented 2 days ago

This is a great suggestion. Thanks!