Open math-sl opened 1 month 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: 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
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:
This is a great suggestion. Thanks!
When exporting collected assignments in a course, the pdf produced contains no other identifying information than the filenames.
Current pdf head is like this: 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
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: