autolab / Autolab

Course management service that enables auto-graded programming assignments.
http://www.autolabproject.com/
Apache License 2.0
743 stars 209 forks source link

API: Add max_score to /assessment_details #2113

Closed p5quared closed 3 months ago

p5quared commented 4 months ago

I have been working on my own Autolab CLI, and have come something annoying. There is no standard grading between courses at my school. With scopes user_courses and user_submit I can see my scores, but am not able to determine how well I did because I can't see max scores for the assessment/problems.

I think that adding max_score to /assessment_details would be convenient. Or even better perhaps adding max_scores dict to /submissions.

dwang3851 commented 4 months ago

Thanks for letting us know, we'll take a look into this!

p5quared commented 4 months ago

Awesome! If you decide it is worth merging I am happy to try to implement it myself at some point.