moodle/mod/lesson
2005-03-04 00:30:02 +00:00
..
db fixed some prefixes, not sure how this didnt get noticed before ;) 2005-01-28 19:31:41 +00:00
backuplib.php Simple replace of tabs to spaces!! 2005-03-04 00:30:02 +00:00
filter.php Added a lot of new features to lesson mod. Check them out :) 2004-09-15 20:32:24 +00:00
format.php array/object initialization 2005-02-09 22:36:24 +00:00
icon.gif Didn't look so good as the "L" 2004-02-16 11:59:57 +00:00
import.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
index.php array/object initialization 2005-02-09 22:36:24 +00:00
lesson.php updated the time code to refect the new view 2005-02-25 19:11:12 +00:00
lib.php delete user attempts now deletes a users grades, attempts, and time recrods. The email it sends is nicer as well 2005-02-25 19:28:51 +00:00
locallib.php array/object initialization 2005-02-09 22:36:24 +00:00
mod.html Some $ME are now out! 2005-02-27 00:12:25 +00:00
reformat.php array/object initialization 2005-02-09 22:36:24 +00:00
report.php updated report to find the times in timer table, now much more accurate. Also fixed a sesskey problem 2005-02-25 19:12:39 +00:00
restorelib.php Simple replace of tabs to spaces!! 2005-03-04 00:30:02 +00:00
styles.php fixed up leftmenu some more 2005-02-23 00:52:29 +00:00
timer.js fixed the clock formating. 2005-02-04 19:34:22 +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 changed the time code, now the timer table keeps track of time spent per attempt per lesson for each student. It is also used for timed tests. Also, moved check navigation link so it wont show up when there are no lesson pages. 2005-02-25 19:10:17 +00:00