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
Line 6: Line 6:


* Moodle 2.0 - checkout [[CVS for Administrators|CVS]] HEAD or download [http://download.moodle.org/plugins/mod/groupselect.zip latest development build] - not tested yet, probably doesn't work
* Moodle 2.0 - checkout [[CVS for Administrators|CVS]] HEAD or download [http://download.moodle.org/plugins/mod/groupselect.zip latest development build] - not tested yet, probably doesn't work
* Moodle 1.9 - checkout [[CVS for Administrators|CVS]] branch MOODLE_19_STABLE or download [http://download.moodle.org/plugins19/mod/groupselect.zip 1.9 build]
* Earlier version are not supported


The source codes live in [[CVS for Administrators|CVS]] [http://cvs.moodle.org/contrib/plugins/mod/groupselect/ contrib/plugins/mod/groupselect]. To checkout the module, go to the Moodle mod/ directory and use:
The source codes live in [[CVS for Administrators|CVS]] [http://cvs.moodle.org/contrib/plugins/mod/groupselect/ 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
  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==
==Use cases==
Line 22: Line 17:


* [http://moodle.org/mod/data/view.php?d=13&rid=2206 Modules and plugins database record]
* [http://moodle.org/mod/data/view.php?d=13&rid=2206 Modules and plugins database record]
* [http://moodle.org/mod/forum/discuss.php?d=6247 The thread about the same feature support in Moodle 1.4, 1.5 and 1.6]
 
[[Category:Contributed code]]

Revision as of 11:32, 24 October 2011

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

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

Use cases

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

See also