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

Group selection module

From MoodleDocs
Revision as of 10:46, 4 March 2009 by David Mudrak (talk | contribs) (Initial info)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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_18_STABLE contrib/plugins/mod/groupselect