Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
cesa.co.za /
sipdm.cesa.co.za /
mod /
lesson /
Delete
Unzip
Name
Size
Permission
Date
Action
backup
[ DIR ]
drwxr-sr-x
2017-06-22 15:13
classes
[ DIR ]
drwxr-sr-x
2017-06-22 15:22
db
[ DIR ]
drwxr-sr-x
2017-06-22 15:23
lang
[ DIR ]
drwxr-sr-x
2017-06-22 15:13
pagetypes
[ DIR ]
drwxr-sr-x
2017-06-22 15:23
pix
[ DIR ]
drwxr-sr-x
2017-06-22 15:23
tests
[ DIR ]
drwxr-sr-x
2017-06-22 15:23
continue.php
9.61
KB
-rw-r--r--
2017-06-22 15:22
edit.php
2.85
KB
-rw-r--r--
2017-06-22 15:23
editpage.php
7.13
KB
-rw-r--r--
2017-06-22 15:23
editpage_form.php
1.95
KB
-rw-r--r--
2017-06-22 15:23
essay.php
20.15
KB
-rw-r--r--
2017-06-22 15:23
essay_form.php
2.36
KB
-rw-r--r--
2017-06-22 15:23
format.php
32.26
KB
-rw-r--r--
2017-06-22 15:23
grade.php
1.6
KB
-rw-r--r--
2017-06-22 15:23
import.php
3.82
KB
-rw-r--r--
2017-06-22 15:23
import_form.php
3.09
KB
-rw-r--r--
2017-06-22 15:23
index.php
4.18
KB
-rw-r--r--
2017-06-22 15:23
lesson.php
5.69
KB
-rw-r--r--
2017-06-22 15:23
lib.php
51.69
KB
-rw-r--r--
2017-06-22 15:23
locallib.php
133.45
KB
-rw-r--r--
2017-06-22 15:23
mediafile.php
4.56
KB
-rw-r--r--
2017-06-22 15:23
mod_form.php
20.52
KB
-rw-r--r--
2017-06-22 15:23
override_form.php
10.6
KB
-rw-r--r--
2017-06-22 15:23
overridedelete.php
3.27
KB
-rw-r--r--
2017-06-22 15:23
overrideedit.php
7.08
KB
-rw-r--r--
2017-06-22 15:23
overrides.php
10
KB
-rw-r--r--
2017-06-22 15:23
renderer.php
24.37
KB
-rw-r--r--
2017-06-22 15:23
report.php
34.26
KB
-rw-r--r--
2017-06-22 15:23
settings.php
8.69
KB
-rw-r--r--
2017-06-22 15:23
tabs.php
3.56
KB
-rw-r--r--
2017-06-22 15:23
timer.js
2.82
KB
-rw-r--r--
2017-06-22 15:23
upgrade.txt
1.5
KB
-rw-r--r--
2017-06-22 15:23
version.php
1.17
KB
-rw-r--r--
2017-06-22 15:23
view.php
29.3
KB
-rw-r--r--
2017-06-22 15:23
view_form.php
1.95
KB
-rw-r--r--
2017-06-22 15:23
Save
Rename
This files describes API changes in the lesson code. === 3.1 === * Removed the unused file reformat.php * removedoublecr() and importmodifiedaikenstyle() have now been removed. === 3.0 === * Removed broken high score code. Use the activity results block instead. === 2.9 === * The grade_item_delete function in mod/lesson/lib.php was removed because it was not doing anything and was never called. * A third optional boolean parameter $endreached was added to lesson::update_timer to indicate that end of lesson was reached. This is used by 'completionendreached' custom completion rule. * lesson_page_type_endofbranch::update in mod/lesson/pagetypes/endofbranch.php and lesson_page_type_endofcluster::update in mod/lesson/pagetypes/endofcluster.php have been removed, this is now handled by the base class: lesson_page::update in locallib.php and the exact same code is executed (it is also executed by the lesson_page_type_cluster class that previously had no update function). * A fourth parameter (format) has been added to the add_answer() function located as part of the lesson_add_page_form_base class. If specified with a value of 'LESSON_ANSWER_HTML' then a rich html editor is generated. Otherwise an editor is created with Moodle Auto Format * removedoublecr() and importmodifiedaikenstyle() are now deprecated. * Added support for groups and groupings. If enabled, this allows the Report and Grade Essay view to be filtered by a group === Earlier changes === * Were not documented in this way. Sorry.