Hi everyone,
In one of our courses, we’ve set up multiple groups. Each group has at least one non-editing teacher assigned.
The course includes several quizzes, and these non-editing teachers need to be able to view how their assigned learners are performing. To do this, they access a quiz (e.g., /mod/quiz/view.php?id=1234
) and click on "Results", which takes them to a page like /mod/quiz/report.php?id=1234
.
Normally, they should see a dropdown labeled "Separate groups", where they can select the groups they are assigned to. At the bottom of the page, they should then see results for only the users in the currently selected group.
In most cases, this works as expected. However, for at least three out of 22 non-editing teachers, the "Separate groups" dropdown does not appear consistently. When it is missing, non-editing teachers end up seeing the results for all learners, which shouldn't happen given their group assignments.
We’re running Moodle 4.2.1 with three instances behind a load balancer. All instances share the same database, and automated tests confirm that the codebase is identical across them.
Could this be a known bug, or is there something we might have missed in our configuration?
Thanks in advance for any pointers!
Oliver