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 v3.1-r3

Moodle 3.1, 3.2, 3.3, 3.4, 3.5, 3.8, 3.9, 3.11
Released: Wednesday, 24 April 2019, 11:00 PM

Group Quiz

@author: 2017, Camille Tardy, 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 3.1 -> 4.1

How it works

Set up and usage

Creates a menu entry under Quiz > Report > 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.
  • Implement the Backup / Restore

Version information

Version build number
2019042900
Version release name
v3.1-r3
Maturity
Stable version
MD5 Sum
a74ee8328e0ca442443ebf117bb93933
Supported software
Moodle 3.1, Moodle 3.2, Moodle 3.3, Moodle 3.4, Moodle 3.5, Moodle 3.8, Moodle 3.9, Moodle 3.11
  • Latest release for Moodle 3.1
  • Latest release for Moodle 3.2
  • Latest release for Moodle 3.3
  • Latest release for Moodle 3.4
  • Latest release for Moodle 3.5
  • Latest release for Moodle 3.8
  • Latest release for Moodle 3.9
  • Latest release for Moodle 3.11

Version control information

Version control system (VCS)
GIT
VCS repository URL
VCS tag
v3.1-r3

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