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


Public Member Functions | |
| provide_import () | |
| readquestions ($lines) | |
| process_essay ($xml, &$questions) | |
| process_tf ($xml, &$questions) | |
| process_mc ($xml, &$questions) | |
| process_ma ($xml, &$questions) | |
| process_fib ($xml, &$questions) | |
| process_matching ($xml, &$questions) | |
Blackboard question importer.
Definition at line 38 of file format.php.
| process_essay | ( | $ | xml, |
| &$ | questions | ||
| ) |
Definition at line 67 of file format.php.


| process_fib | ( | $ | xml, |
| &$ | questions | ||
| ) |
Definition at line 284 of file format.php.


| process_ma | ( | $ | xml, |
| &$ | questions | ||
| ) |
Definition at line 218 of file format.php.


| process_matching | ( | $ | xml, |
| &$ | questions | ||
| ) |
Definition at line 337 of file format.php.


| process_mc | ( | $ | xml, |
| &$ | questions | ||
| ) |
Definition at line 155 of file format.php.


| process_tf | ( | $ | xml, |
| &$ | questions | ||
| ) |
Definition at line 103 of file format.php.


| provide_import | ( | ) |
Reimplemented from qformat_default.
Definition at line 40 of file format.php.
| readquestions | ( | $ | lines | ) |
Parses an array of lines into an array of questions, where each item is a question object as defined by readquestion().
Reimplemented from qformat_default.
Definition at line 44 of file format.php.
