kfl / staffeli_nt

Staffeli NT Technology
MIT License
8 stars 7 forks source link

"Better" info in upload.py #57

Open madsobitsoe opened 2 years ago

madsobitsoe commented 2 years ago

When using upload.py what the grade for a given student will be set to is printed. However, it currently uses the internal canvas-id and not e.g. the name or the kuid.

All three are available in the grade.yml-files. I suggest we print either the name(s) of the student, the kuid or both.

(This would probably also be a "good first issue")