Group choice

Activities ::: mod_choicegroup
Maintained by Nicolas Dunand
This module allows students to enrol themselves in a group within a course. The teacher can select which groups students can chose from and the maximum number of students allowed in each group.
Latest release:
6636 sites
2k downloads
145 fans
Current versions available: 7

This module allows students to enrol themselves in a group within a course. The teacher can choose from which groups the students can chose, and the maximum number of students allowed in each group.

Depending on the activity settings, the students can view the members of each group before making a choise, and change their selected group until the deadline.

Potential privacy issues

Depending on settings chosen by a teacher, students may see what groups other users have chosen.

Screenshots

Screenshot #0

Contributors

Nicolas Dunand (Lead maintainer)
CSE Université de Lausanne: Supporting institution
Please login to view contributors details and/or to contact them

Comments RSS

Comments

  • Mark Findlay
    Fri, 19 Apr 2013, 7:06 PM
    Hi,

    another bug that we have noticed...

    When presented with the Group Choice, there is a column in the table labelled Group Members with a plus icon below it. Clicking on the plus should display all the people who have signed up for a group and which group they are in. However, clicking on this does not seem to do anything.

    The offending code appears to be on line 50 of renderer.php

    Thanks,
    Mark.
  • Nicolas Dunand
    Tue, 23 Apr 2013, 11:27 PM
    Hi Mark and Kees,
    Sorry I just saw your posts. Could you try the lastest version from GitHub (see "Source control URL" link higher up on this page) and confirm these problems still exist?
  • Fadi Mansour
    Fri, 17 May 2013, 10:17 PM
    I'm trying this addon, and I can confirm the issue with the grouping droplist.

    I'm using 2.2, and I got the code from Github rev: 947134be3f5d2d758c3067bb573042bc7dcae570
  • Stephen Catton
    Sat, 18 May 2013, 12:07 AM
    2.3.1 and 2.5 . After filling in the setup details it tells me that "There are required fields in this form marked " when i try to save it. In fact I have completed the compulsory section. Please advise
  • Nicolas Dunand
    Tue, 21 May 2013, 1:55 PM
    Stephen,
    Have you created any groups in your course? Groups need to exist for students to be able to chose one within this activity.
  • Michael Veit
    Mon, 27 May 2013, 10:05 PM
    I have found a bug.
    https://tracker.moodle.org/browse/CONTRIB-4328

    Regards,
    Michael
  • Steve Bailey
    Mon, 1 July 2013, 7:21 PM
    Hi Nicholas,

    Just wanted to say that we're really pleased with your plugin at the University of Kent; this is invaluable and should ideally be a core feature. We've just upgraded to 2.4 and I've created an SVG icon for the plugin, which I thought you might find useful. You can find it here: https://www.dropbox.com/s/7vlnqatz92t13jz/Group_Choice.svg
  • Nicolas Dunand
    Mon, 1 July 2013, 8:07 PM
    Hi Steve,
    Thanks a lot for the icon, I'll include it in the next release.
  • Lhoussaine Moughli
    Thu, 25 July 2013, 8:09 PM
    Hi,
    After setting up the choicgroup module, when I try to register, I get the following message: 403 - Forbidden Error You are not allowed to access this address. If the error persists, please contact the website webmaster.
    Any idea ?
    I am using Moodle 2.5
    Thanks
  • Nicolas Dunand
    Mon, 5 Aug 2013, 3:24 PM
    Hi Lhoussaine,
    What do you mean "when I try to register"? What is the address yielding the 403 error? Can you provide the exact URL?
  • Peter Diedrichs
    Mon, 9 Sept 2013, 4:49 PM
    Logged in as a student I get this message when changing group, and it results in the student becoming member of both groups:

    Did you remember to make the first column something unique in your call to get_records? Duplicate value '18' found in column 'gid'.
    line 1032 of /lib/dml/mysqli_native_moodle_database.php: call to debugging()
    line 327 of /lib/conditionlib.php: call to mysqli_native_moodle_database->get_records_sql()
    line 1698 of /lib/modinfolib.php: call to condition_info_section->is_available()
    line 337 of /lib/modinfolib.php: call to section_info->__construct()
    line 1341 of /lib/modinfolib.php: call to course_modinfo->__construct()
    line 2789 of /lib/moodlelib.php: call to get_fast_modinfo()
    line 26 of /mod/choicegroup/view.php: call to require_login()

    I'm using Moodle 2.4.5 and the 2012111400 version of the plug in.
  • Nicolas Dunand
    Tue, 10 Sept 2013, 2:03 PM
    Hi Peter,
    The latest version (2013071000) is available on GitHub (see "Source control URL" link) and should be available here shortly. This version fixes all known bugs.
  • Jean-Luc Delghust
    Thu, 19 Sept 2013, 2:06 AM
    Hi Nicolas,

    thanks for this plugin, we're using it extensively and it is extremely useful! The updated version on Github does indeed fix the multiple groups problem, more thanks for that!
    An issue we have (but hard to know if students are giving us an accurate report or if they're just trying to get a "seat" in a group that is closed), is that some students' choices seem to disappear. From the reports, all I can see for those students is that they made a choice, then chose again, usually in the same minute or the next - I do however get the same report results from some other students, and they seem to be in a group; SO, just asking whether you know about this. i'll investigate from my side, try to reproduce the issue and let you know...

    Just a few questions/suggestions,
    - is it possible to see the history of choices of a student? In the reports, I can see the "choose" and "Choose again", but not what the choices were (might be handy in some cases).
    - A feature suggestion - it'd be great if it were possible, in the "view X responses" page, to select students and send them a message. Right now, it is only possible to delete choices, we'd love the possibility to select the students who haven't made a choice yet, and send them a reminder; (seems like the completion report indicates the students who have made then removed a choice are considered as having done the activity) Or if students' e-mail addresses were included in the excel export of the file, that'd solve it as well (right now I DL the choices, then export the gradebook, and merge the two files, but that's a little trickier for some colleagues)

    TIA and Thx again smile
  • Jean-Luc Delghust
    Thu, 19 Sept 2013, 3:07 AM
    OK, did some testing and digging in the forums (this link https://moodle.org/mod/forum/discuss.php?d=174424#p965504 was the hint).

    I reported the bug here: CONTRIB-4645
    Regards

    JLD
  • Nicolas Dunand
    Fri, 27 Sept 2013, 9:17 PM
    Hi jean-Luc,

    Thanks a lot for taking the time to make thorough tests and for reporting it so clearly.

    CONTRIB-4645 has been dealt with. Moreover, I improved the logging feature, so that the reports actually show into/from which groups the students have enrolled or left.

    The latest version is as of now available on GitHub (see "Source control URL" link above) and should land here shortly.

    Best regards,
    Nicolas
Please login to post comments