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: Difference between revisions

From MoodleDocs
(Initial info)
 
No edit summary
Line 14: Line 14:
To checkout the current stable version for Moodle 1.9:
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
  cvs -z3 -d:ext:myusername@cvs.moodle.org:/cvsroot/moodle co -d groupselect -r MOODLE_18_STABLE contrib/plugins/mod/groupselect
==Use cases==
To finish the feature list and functionality requirements, please describe some use cases of this module.

Revision as of 10:59, 4 March 2009

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

Use cases

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