This website requires JavaScript.
Explore
Help
Register
Sign In
L-electron-Rare
/
moodle
Watch
1
Star
0
Fork
0
You've already forked moodle
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
ec00f824547d414da0ac50074c1eecc4f4ed0ece
moodle
/
mod
/
exercise
T
History
moodler
f1e0649c1c
Removed files/mimetype.php and put it into lib/filelib.php instead
...
where it always should have been.
2005-03-07 11:32:03 +00:00
..
db
Replaced prefix_ with CFG->prefix for DROP of indexes before creation because of being inside execute_sql rather than modify_database - exercise module
2004-11-18 02:42:33 +00:00
assessments.php
In order to ensure that when a teacher hides a resource or an activity that students really can't get at it, even if they know the direct links to its pages, I have given an optional third argument $cm to the functions require_login() and require_course_login(). Pages showing information about a particular course module now pass the course module object in this third argument. The login functions will then test if either the course module is visible or the user is a teacher. If neither is the case then the user is redirected to the course homepage after being shown a message "Sorry, this activity is currently hidden".
2005-02-16 10:40:48 +00:00
backuplib.php
fixed capitalization and quoting of attribute values
2004-09-12 16:24:41 +00:00
construction_icon.gif
First main-tree version of the Exercise module (formerly in contrib)
2003-10-07 14:54:21 +00:00
icon2.gif
First main-tree version of the Exercise module (formerly in contrib)
2003-10-07 14:54:21 +00:00
icon2.png
First main-tree version of the Exercise module (formerly in contrib)
2003-10-07 14:54:21 +00:00
icon.gif
First main-tree version of the Exercise module (formerly in contrib)
2003-10-07 14:54:21 +00:00
icon.png
First main-tree version of the Exercise module (formerly in contrib)
2003-10-07 14:54:21 +00:00
index.php
fixed capitalization and quoting of attribute values
2004-09-12 16:24:41 +00:00
lib.php
Removed files/mimetype.php and put it into lib/filelib.php instead
2005-03-07 11:32:03 +00:00
locallib.php
Removing the THEME variable and adding in classes where appropriate
2005-02-10 10:41:22 +00:00
mod.html
Activities can now be hidden/shown from the activity editing page. Also for modules that know about groups the groupmode can be set from there. See bug 2533. This required adding to the mod.html files calls to new functions print_visible_setting() and print_groupmode_setting() which are combined in print_standard_coursemodule_settings().
2005-02-12 21:41:22 +00:00
restorelib.php
Some minor changes to each module to XHTMLise the restore process
2005-02-07 23:33:17 +00:00
submissions.php
In order to ensure that when a teacher hides a resource or an activity that students really can't get at it, even if they know the direct links to its pages, I have given an optional third argument $cm to the functions require_login() and require_course_login(). Pages showing information about a particular course module now pass the course module object in this third argument. The login functions will then test if either the course module is visible or the user is a teacher. If neither is the case then the user is redirected to the course homepage after being shown a message "Sorry, this activity is currently hidden".
2005-02-16 10:40:48 +00:00
upload.php
In order to ensure that when a teacher hides a resource or an activity that students really can't get at it, even if they know the direct links to its pages, I have given an optional third argument $cm to the functions require_login() and require_course_login(). Pages showing information about a particular course module now pass the course module object in this third argument. The login functions will then test if either the course module is visible or the user is a teacher. If neither is the case then the user is redirected to the course homepage after being shown a message "Sorry, this activity is currently hidden".
2005-02-16 10:40:48 +00:00
version.php
In order to ensure that when a teacher hides a resource or an activity that students really can't get at it, even if they know the direct links to its pages, I have given an optional third argument $cm to the functions require_login() and require_course_login(). Pages showing information about a particular course module now pass the course module object in this third argument. The login functions will then test if either the course module is visible or the user is a teacher. If neither is the case then the user is redirected to the course homepage after being shown a message "Sorry, this activity is currently hidden".
2005-02-16 10:40:48 +00:00
view.php
In order to ensure that when a teacher hides a resource or an activity that students really can't get at it, even if they know the direct links to its pages, I have given an optional third argument $cm to the functions require_login() and require_course_login(). Pages showing information about a particular course module now pass the course module object in this third argument. The login functions will then test if either the course module is visible or the user is a teacher. If neither is the case then the user is redirected to the course homepage after being shown a message "Sorry, this activity is currently hidden".
2005-02-16 10:40:48 +00:00