Moodle  2.2.1
http://www.collinsharper.com
qformat_blackboard Class Reference
Inheritance diagram for qformat_blackboard:
Collaboration diagram for qformat_blackboard:

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)

Detailed Description

Blackboard question importer.

Definition at line 38 of file format.php.


Member Function Documentation

process_essay ( xml,
&$  questions 
)

Definition at line 67 of file format.php.

Here is the call graph for this function:

Here is the caller graph for this function:

process_fib ( xml,
&$  questions 
)

Definition at line 284 of file format.php.

Here is the call graph for this function:

Here is the caller graph for this function:

process_ma ( xml,
&$  questions 
)

Definition at line 218 of file format.php.

Here is the call graph for this function:

Here is the caller graph for this function:

process_matching ( xml,
&$  questions 
)

Definition at line 337 of file format.php.

Here is the call graph for this function:

Here is the caller graph for this function:

process_mc ( xml,
&$  questions 
)

Definition at line 155 of file format.php.

Here is the call graph for this function:

Here is the caller graph for this function:

process_tf ( xml,
&$  questions 
)

Definition at line 103 of file format.php.

Here is the call graph for this function:

Here is the caller graph for this function:

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.

Here is the call graph for this function:


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations