kfl / staffeli_nt

Staffeli NT Technology
MIT License
8 stars 8 forks source link

Generate feedback.txt from grade.yml without uploading #14

Closed madsobitsoe closed 3 years ago

madsobitsoe commented 4 years ago

This is as far as I can tell a part of #13 . (I might also have missed how to do it, if it is already possible)

In case the upload fails, it would be nice to still be able to generate the feedback.txt files and upload them either one at a time with upload-single.py or through the webinterface.

kfl commented 4 years ago

Yes, this is part of #13.

Currently, grade.yml is a strange mix of meta information about the hand-in and a grading sheet. The generation of feedback.txt from grade.yml is perhaps causing more trouble than it's worth.

It would just be nice to have some structure on the feedback, so that the grade/points can automatically extracted and some basic sanity checks can be made. (Checking that all subtasks are graded, points are within limits and so on). Not sure what the right solution is.

madsobitsoe commented 3 years ago

The commit a74948ca46877e218b4666c738a5b0da2de35df1 does this, so I propose the issue is closed. (Well, I'll close the issue)