Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: Group selection module.

Group selection module

From MoodleDocs

The Group selection module allows students to select the group they want to be members of. The first versions of such functionality appeared already for Moodle 1.4. The most recent version has been written by Petr Škoda and Helen Foster and is currently maintained by David Mudrak.

See MDL-1310 for more information about the module and its development.

Installation

  • Moodle 2.0 - checkout CVS HEAD or download latest development build - not tested yet, probably doesn't work
  • Moodle 1.9 - checkout CVS branch MOODLE_19_STABLE or download 1.9 build
  • Earlier version are not supported

The source codes live in CVS contrib/plugins/mod/groupselect. To checkout the module, go to the Moodle mod/ directory and use:

cvs -z3 -d:ext:myusername@cvs.moodle.org:/cvsroot/moodle co -d groupselect contrib/plugins/mod/groupselect

To checkout the current stable version for Moodle 1.9:

cvs -z3 -d:ext:myusername@cvs.moodle.org:/cvsroot/moodle co -d groupselect -r MOODLE_19_STABLE contrib/plugins/mod/groupselect

Use cases

To finish the feature list and functionality requirements, please describe some use cases of this module.

See also