-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
Description
Description:
Quizzes are used to validate user understanding after completing lessons. Each lesson may have one quiz consisting of multiple questions.
This issue should be implemented inside the quizzes module.
What the contributor should solve:
-
Create quiz and question data entity
-
Link quizzes to lessons
-
Implement admin-only quiz creation and updates
-
Implement an endpoint to fetch quiz data for users
Expected outcome:
-
Lessons can have associated quizzes
-
Quiz data is retrievable for users
-
Quiz content is manageable by admins
Complexity: Medium