underground-software / singularity

KDLP: Beyond the event horizon
https://kdlp.underground.software
GNU General Public License v3.0
0 stars 0 forks source link

Grade dashboard page #66

Open theyoyojo opened 3 months ago

theyoyojo commented 3 months ago

See all assignment grades and working final grade with relevant feedback

theyoyojo commented 1 month ago

json grading schema idea:

# cat course_fall2024.json
grading_schema = {
    "final_grade": { type: "weighted", weights: [{weight:0.2,reference:"exercises", ...}]},
    "exercises": { type: "average", entries; ["E0", "E1", "E2"],
    "programs", ...
    "midpoint", ...
    "final_project", ...
    "E0": { type: "number", location: {..where to get it..}
}
theyoyojo commented 3 weeks ago

includes generating list of gradable IDs for grader (initial, peer1, peer2, final)