Group quiz

Quiz reports ::: quiz_group
Maintained by Camille Tardy
Add Group notion to Quiz. Only one member of a group can do the quiz and the grade is then dispatched to all the group's members

Group quiz v4.1-r1

Moodle 4.1, 4.2
Released: Tuesday, 6 June 2023, 5:39 PM

Group Quiz

@author: 2017, University of Geneva

Sub-plugin of Moodle Quiz to enable the group notion for the quiz.
Must be install under .../mod/quiz/report/group.
Available in French and English.

Works on Moodle 4.0, 4.1, 4.2 but not tested on 3.11

How it works

Set up and usage

Creates a menu entry under Quiz > Report > Group quiz. For Modole 4.0 and later, the menu is under Quiz > Results and in the drop down menu you can choose : "group quiz" The plugin is then set up from there, by selecting the grouping to be used.

Students are grouped using the course grouping and group tools. The teacher must select a grouping when creating the quiz to define which group to use for the group quiz. If a grouping is selected, only one student per group can fill up the quiz.

If the "no grouping" choice is selected, the quiz behaves normally without taking the groups into account.

Copy the grades to the group's members

Once the students are done answering, the teacher can copy the grade registered for each participant to the rest of their respective group members in the Gradebook. The grades copy can be done at any time. So every time a teacher edit an attempt in the result view of the quiz, or a student is moved from a group to another, the copy will take into account the changes and overwrite the previous grade.

Notes
  • If a teacher deletes an attempt, the Gradebook is not cleared of the copied grades. It must be done manually by the teacher.
  • If a student is in more than one group in the same grouping, the system will only consider his first affiliation.
  • Do not change the grouping if some attempts exist for a given quiz.
Privacy

Regarding personal data handling, our plugin stores in its DB Table the userID with the corresponding quiz_attemptID for the Group representative. The Privacy API will be handled in a future release.

TODO in the next update

  • Do not allow grouping changing if an attempt already exist in the DB.

Version information

Version build number
2023060100
Version release name
v4.1-r1
Maturity
Stable version
MD5 Sum
976777735034551440094d3a7672c4d3
Supported software
Moodle 4.1, Moodle 4.2
  • Latest release for Moodle 4.1
  • Latest release for Moodle 4.2

Version control information

Version control system (VCS)
GIT
VCS repository URL
VCS tag
v4

Default installation instructions for plugins of the type Quiz reports

  1. Make sure you have all the required versions.
  2. Download and unpack the module.
  3. Place the folder (eg "myreport") in the "mod/quiz/report" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation