moodle/mod/lesson
2004-11-19 03:13:05 +00:00
..
db Merged from MOODLE_14_STABLE: Indexes for lesson and version bump (honoring partial freeze) 2004-11-19 03:13:05 +00:00
backuplib.php backup now actually backs up. Includes all of our database changes 2004-11-01 19:53:06 +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 Added a lot of new features to lesson mod. Check them out :) 2004-09-15 20:32:24 +00:00
icon.gif Didn't look so good as the "L" 2004-02-16 11:59:57 +00:00
import.php Merged fix from stable 2004-09-29 06:58:21 +00:00
index.php Added a lot of new features to lesson mod. Check them out :) 2004-09-15 20:32:24 +00:00
lesson.php endofcluster pages are not displayed anymore, shortanswer wrong answers are interpreted correctly, added user answer tracking to attempts so it can be used later by report.php, essays are no longer insterted into an essay table... now kept in the useranswer field in attempts, fixed a problem with grading numerical questions, modified to work with modattempts option, fixed a problem with grading matching questions and fixed addpage so that it displays multichoice with the multianswer option 2004-11-01 20:15:11 +00:00
lib.php on line #277, return null instead of throwing an error 2004-11-01 20:25:42 +00:00
locallib.php updated lesson_calculate_ongoing_score to match the grading algorithm used in view.php. Also suppressed a warning in lesson_print_tree_link_menu function. 2004-11-17 01:05:39 +00:00
mod.html Some XHTML compatibility changes 2004-11-04 09:24:51 +00:00
reformat.php Added a lot of new features to lesson mod. Check them out :) 2004-09-15 20:32:24 +00:00
report.php report displays statistics regarding users attempts for a particular lesson. If a student has attempted a lesson, a link will appear when you edit the lesson to view statistics. This feature works best with the newest version of lesson because lesson now retains more information regarding how the user answered a given question. Old lesson attempts will not display correctly. 2004-11-01 20:35:45 +00:00
restorelib.php can restore the new backup code now 2004-11-01 20:37:16 +00:00
styles.php Added a lot of new features to lesson mod. Check them out :) 2004-09-15 20:32:24 +00:00
timer.js moved output from inside this file, to lesson.php and view.php. Also now uses lang file. 2004-11-01 20:39:30 +00:00
version.php Merged from MOODLE_14_STABLE: Indexes for lesson and version bump (honoring partial freeze) 2004-11-19 03:13:05 +00:00
view.php Changed the grading algorithm. Now it divides points earned by total points possible. Before was dividing points earned by max grade. Also updated essay grading to work much more reliably and fixed some formatting problems with essay emails. 2004-11-17 01:02:14 +00:00