I would like to show the same questions to all students of the same working group, which might be possible with TWIG and set_seed.
In particular, students can be assigned to Moodle Groups, and these to Moodle Groupings. I wonder whether it is possible to access the group of each student (within the corresponding Moodle Grouping, which can be configured in a per-quizz base) as a TWIG variable. This way, I could be able to use something like:
{{- set_random_seed(STUDENT.group.id) -}}
Is this per-group randomization possible using other approaches? Could the group information be made available as TWIG variable? (I haven't found it, sorry if it already is!)
Thanks,
Pedro.
Pedro.