-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Labels
Description
Description:
User quiz submissions must be evaluated to determine whether learning objectives have been met. Quiz results will later be used to drive progress tracking and rewards.
This issue should be implemented inside the quizzes module and may interact with the progress module.
What the contributor should solve:
-
Accept quiz answers from authenticated users
-
Score quiz submissions
-
Store quiz results per user
-
Prevent duplicate or repeated submissions where appropriate
Expected outcome:
-
Quiz submissions are scored correctly
-
Results are stored per user
-
Invalid submissions are rejected
Complexity: Medium
Reactions are currently unavailable