-
Improvement
-
Resolution: Fixed
-
Minor
-
1.9.7, 2.3
-
None
-
-
MOODLE_19_STABLE, MOODLE_23_STABLE
-
MOODLE_27_STABLE
Hi Valery,
I have received comments from several users about the "Save seen" button that teachers need to click in order to mark students as seen in appointments (in scheduler/view.php).
First, they point out that it is confusing to have one "Save seen" button for each slot, particularly if they schedule only one student per slot. Teachers often tick checkboxes in several appointments, then click one of the "Save seen" buttons, at which point parts of their input is lost.
Second, from a user perspective, it seems not very useful to have a "Save seen" button in the first place. There's hardly any occasion on which you want to tick one of the checkboxes but not click "Save seen". (There's a technical difficulty about that, of course.)
Perhaps this can be solved by using AJAX controls (like in course/view.php, in edit mode), so that any ticks on the checkboxes would be saved directly in the background. Otherwise, passing from "one HTML form per slot" to "one HTML form for the entire page", and make the "Save seen" buttons all functionally identical, would already help a bit.
I don't have a patch at the moment, though. Just wanted to record this suggestion because it's a frequent request by our teachers.