Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.9
-
Fix Version/s: DEV backlog
-
Component/s: Groups
-
Labels:
-
Environment:any
-
Database:MySQL
-
Affected Branches:MOODLE_19_STABLE
Description
Requirements:
1. students can enrol themselves into groups (not by the teacher as in standard moodle)
2. The teacher can configure a max. number of group members in the group settings
The attached ZIP-File contains
1. a PDF with the presentation of this features at the Moodlemoot 2008 in March in Heidelberg/Germany
2. new files which have to be added to a standard moodle installation
3. the diffs <original file> versus <modified file> for the files modified
@Martin Dougiamas: We talked about this modifications at the conference, and you asked me to put them in the bug tracker.
Here it is! It was great to meet you in Heidelberg!
Attachments
Issue Links
| This issue will help resolve: | ||||
| CONTRIB-2868 | Upgrade group self selction for Moodle 2.0 |
|
|
|
| This issue duplicates: | ||||
| CONTRIB-1273 | Group self selection |
|
|
|
Thanks for the report and patch, I looked at the code a bit already.
I would personally prefer if it was implemented as separate module similar to current choice. The problem is we need much more settings for various different scenarios and there is no place for that in course table and I do not think we should add more stuff into that anyway. Ideally it should be possible to distribute students into groups from selected grouping, which means you need several different groups selections in one course. Current module framework should be suitable for this task and there would be no changes required in core code, everything could be contained in mod/choosegroup/* directory.
Petr