mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Course request feature. Allows normal users to 'request' courses they would like created,
and admins can approve or reject pending courses. Also, contains the ability to restrict activity modules on a per course basic. Strict config options: enable restricting modules at ALL (for all courses, no courses, requested courses), what to do by default for newly created courses as well as what modules to enable for above category by default. This feature was created for the aim of building a community side to moodle - for institutes that have strict courses and enrolments, allowing normal users to request interest courses is a good feature, but some modules may be redundant (assignment, lesson, quiz etc) Please test!
This commit is contained in:
parent
575122f98e
commit
0705ff843b
18 changed files with 690 additions and 11 deletions
6
course/pending-reject.html
Normal file
6
course/pending-reject.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
<form action="pending.php" method="post" name="reject">
|
||||
<input type="hidden" name="reject" value="<?php p($reject->id); ?>" />
|
||||
<textarea name="rejectnotice" rows="10" cols="50"></textarea><br />
|
||||
<input type="submit" value="<?php print_string("savechanges");?>" />
|
||||
<input type="button" value="<?php print_string("cancel"); ?>" onClick="window.location='pending.php';" />
|
||||
</form>
|
Loading…
Add table
Add a link
Reference in a new issue