The reviewers student overview
Description / Overview
A list of all students that participated in the exam. It should be possible to quickly determine name, username, (current) score and exam module identifier from a given row. A mechanism exists to quickly give an additional overview of the exams without leaving the list view. The information can be hidden if it is no longer needed. A reviewer is able to quickly iterate through all submissions of a student and correct them in one run. The table is sortable where it makes sense. If filters seem appropriate, implement them.
Use cases
Two common scenarios apply:
-
A reviewer needs an overview of all students after or during the correction process. They might want to see the highest or lowest scoring students within a module or in total.
-
A reviewer wants to correct an exam immediately when a student has an urgent need to receive a grade. They then quickly queue all of the student submission and correct them in one run preferably without switching back to the overview page.
Links / references
Feature checklist
-
Student list can be sorted by or optionally filtered for score, name, module. Primary and secondary sorting is supported. -
The students unique identification number is not displayed unless explicitly requested (if responsible dev decides to include it in the table). -
From this view the reviewer can quickly access an overview of some students submissions. -
All submissions of a students can be added to the reviewers current correction queue (See #53 (closed)). -
The correction progress of a student is indicated (preferably by a visual cue).