|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| provide_export () | |
| export_file_extension () | |
Protected Member Functions | |
| repchar ($text) | |
| writequestion ($question) | |
| presave_process ($content) | |
XHTML question exporter.
Exports questions as static HTML.
Definition at line 38 of file format.php.
Reimplemented from qformat_default.
Definition at line 175 of file format.php.
| presave_process | ( | $ | content | ) | [protected] |
Enable any processing to be done on the content just prior to the file being saved default is to do nothing
| string | output text |
| string | processed output text |
Reimplemented from qformat_default.
Definition at line 145 of file format.php.
| provide_export | ( | ) |
Reimplemented from qformat_default.
Definition at line 40 of file format.php.
| repchar | ( | $ | text | ) | [protected] |
| writequestion | ( | $ | question | ) | [protected] |
convert a single question object into text output in the given format. This must be overriden
| object | question question object |
Reimplemented from qformat_default.
Definition at line 48 of file format.php.
