 | Up one level
| |
 | action/
| |
 | db/
| |
 | backuplib.php [source] [534 lines] | Lesson's backup routine |
 | edit.php [source] [299 lines] | Provides the interface for overall authoring of lessons |
 | essay.php [source] [370 lines] | Provides the interface for grading essay questions |
 | format.php [source] [240 lines] | format.php - Default format class for file imports/exports. Doesn't do everything on it's own -- it needs to be extended. |
 | grade.php [source] [27 lines] | |
 | highscores.php [source] [209 lines] | Provides the interface for viewing and adding high scores |
 | import.php [source] [115 lines] | Imports lesson pages |
 | importppt.php [source] [588 lines] | This is a very rough importer for powerpoint slides Export a powerpoint presentation with powerpoint as html pages Do it with office 2002 (I think?) and no special settings Then zip the directory with all of the html pages and the zip file is what you want to upload |
 | index.php [source] [111 lines] | This page lists all the instances of lesson in a particular course |
 | lesson.php [source] [63 lines] | Handles lesson actions |
 | lib.php [source] [664 lines] | Standard library of functions and constants for lesson |
 | locallib.php [source] [1835 lines] | Local library file for Lesson. These are non-standard functions that are used only by Lesson. |
 | mediafile.php [source] [210 lines] | This file plays the mediafile set in lesson settings. |
 | mod_form.php [source] [344 lines] | Form to define a new instance of lesson or edit an instance. It is used from /course/modedit.php. |
 | pagelib.php [source] [183 lines] | Page class for lesson |
 | reformat.php [source] [185 lines] | |
 | report.php [source] [921 lines] | Displays the lesson statistics. |
 | restorelib.php [source] [906 lines] | This php script contains all the stuff to restore lesson mods |
 | styles.php [source] [241 lines] | |
 | tabs.php [source] [76 lines] | Sets up the tabs used by the lesson pages for teachers. |
 | timer.js [source] [109 lines] | |
 | version.php [source] [15 lines] | Code fragment to define the version of lesson This fragment is called by moodle_needs_upgrading() and /admin/index.php |
 | view.php [source] [1024 lines] | This page prints a particular instance of lesson |
 | viewend.html [source] [28 lines] | End of the HTML template for viewing pages |
 | viewstart.html [source] [41 lines] | Start of the HTML template for viewing pages |