-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
backendTask must have a back end issueTask must have a back end issuedifficulty:hardDifficult tasksDifficult taskspoint::4Issue will take a long time to resolve. Assigned to major bugs and features.Issue will take a long time to resolve. Assigned to major bugs and features.priority::highHigh priority taskHigh priority task
Description
Basic Information
- How the quizzes are going to be marked has been a mostly untouched issue so far... It should probably be done on the back-end for security reasons
- Change the QuestionResponse model to remove the is_correct flag (this is insecure -- tech savvy students could simply send incorrect responses with the is_correct flag set to True and would be able to game the system this way)
- As of the creation of this issue, the front-end quiz marking has not been completed yet
- Back-end needs to:
- Return whether each individual question response is correct (store this in the statistics too)
- Return the overall correct / percentage score (also store this in the statistics)
Other Information
- Might be worth separating this into a separate app? Maybe? Maybe not?
Metadata
Metadata
Assignees
Labels
backendTask must have a back end issueTask must have a back end issuedifficulty:hardDifficult tasksDifficult taskspoint::4Issue will take a long time to resolve. Assigned to major bugs and features.Issue will take a long time to resolve. Assigned to major bugs and features.priority::highHigh priority taskHigh priority task