-
Notifications
You must be signed in to change notification settings - Fork 5
Attempts report
The CAPQuiz attempts report allows the teacher to see a table of student's attempts for a CAPQuiz, with a row for each attempt. It primarily shows all the related question- and user ratings tied to one particular CAPQuiz attempt (one row). In addition, it also possible to show the answer state, the question text, the student's response or the right answer.
The student's first and last name.
The student's email address.
The id of the Moodle user.
The id for the Moodle question.
One may chose to show the answer state.
The answer state may be one of the following:
- gradedright - The student answered correct
- gradedwrong - The student answered wrong
- todo - The student started an attempt, but has not yet answered.
If the state is considered "correct", a ✅ green checkmark prepends the text. If it is interpreted as "wrong" , the text is prepended with a ❌ red cross.
The student's rating before the student answered the question.
The student's rating after the student answered the question.
The question's rating after the student answered the question. If the (previous) question rating was made by the teacher, and not as a result of student attempts, a
If the question rating was made by the teacher, and not as a result of student attempts, this column will be set to true. Otherwise, false (or null if nonexistent). This is only tied to the previous question rating.
The date 📆 (D:M:Y) and time 🕐 (H:M:S) the question in the attempt was answered.
The date 📆 (D:M:Y) and time 🕐 (H:M:S) the question answer was reviewed in the attempt.
The question's text. This is what the student is suppose to "answer". This is particularly helpful when the question is randomized.
One can show the student's response. This is what the student chose to answer. A ✅ green checkmark prepends the response text if it was correct. However, if it was wrongly answered, the text is prepended with a ❌ red cross.
One can show the right (correct) answer to the question. This is particularly helpful when the question is randomized.
The table may be sorted by a particular column. This is done by clicking on the header of the preferred column. Clicking again on the same header results in a reverted sorting order.
One may hide a column by clicking the minus sign in the preferred column's header.
One may reset all table preferences by clicking the link Reset table preferences
at the top right of the table.
It is possible to export/download the attempts report. Just select one of the file types in the dropdown menu located at the top of the table and click on the download
button.
The file types available depends on the installed set of Moodle Data formats. Moodle ships with a set of Data formats natively, including CSV, Excel, ODS, JSON, and HTML. The report may be exported/downloaded in all the installed Moodle Data formats.
If the Moolde user is deleted, no attempts report data linked to that user will be available. Be sure to export the data if you want to store the statistics.