softwareconstruction240 / autograder

Autograder for BYU's CS 240 Chess project
https://cs240.click
2 stars 2 forks source link

frontend: hide score from student if the submission fails #299

Closed DallinFromEarth closed 2 months ago

DallinFromEarth commented 3 months ago

Currently, if a submission fails, it doesn't get sent to canvas. BUT it still shows a grade to the student, which can be confusing, leading them to think they got given a score when they haven't.

Proposal

If !submission.passed then don't show the score, just say failed