Build page 14, all the submitted quizzes will be listed in the reports page, the following information would be shown:
[x] Name of quiz participated by the participant
[x] Name of the participant
[x] Email of the participant
[x] Number of correct answers
[x] Number of incorrect answers
[x] Add columns correct_answers_count and incorrect_answers_count in attempts table.
[x] Store these counts when an attempt is marked submitted.
Use the react table library for the table https://github.com/tannerlinsley/react-table.
Note: If any unanswered questions are present then consider them as wrong answers or more specifically question is unattempted and is considered as wrong answer.
Build page 14, all the submitted quizzes will be listed in the reports page, the following information would be shown:
Use the react table library for the table https://github.com/tannerlinsley/react-table. Note: If any unanswered questions are present then consider them as wrong answers or more specifically question is unattempted and is considered as wrong answer.