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


Public Member Functions | |
| __construct () | |
| set_ident ($value) | |
| set_title ($value) | |
| set_flow_mat (cc_assesment_flow_mattype $object) | |
| set_material (cc_assesment_material $object) | |
| set_solution (cc_assesment_itemfeedback_solutiontype $object) | |
| set_hint ($object) | |
| generate (XMLGenericDocument &$doc, DOMNode &$item, $namespace) | |
Protected Attributes | |
| $flow_mat = null | |
| $material = null | |
| $solution = null | |
| $hint = null | |
Definition at line 1024 of file cc_asssesment.php.
| __construct | ( | ) |
| generate | ( | XMLGenericDocument &$ | doc, |
| DOMNode &$ | item, | ||
| $ | namespace | ||
| ) |
| XMLGenericDocument | $doc | |
| DOMNode | $item | |
| string | $namespace |
Reimplemented from cc_question_metadata_base.
Definition at line 1083 of file cc_asssesment.php.

| set_flow_mat | ( | cc_assesment_flow_mattype $ | object | ) |
| cc_assesment_flow_mattype | $object |
Definition at line 1061 of file cc_asssesment.php.
| set_hint | ( | $ | object | ) |
Definition at line 1079 of file cc_asssesment.php.
| set_ident | ( | $ | value | ) |
| string | $value |
Definition at line 1047 of file cc_asssesment.php.

| set_material | ( | cc_assesment_material $ | object | ) |
| cc_assesment_material | $object |
Definition at line 1068 of file cc_asssesment.php.
| set_solution | ( | cc_assesment_itemfeedback_solutiontype $ | object | ) |
| cc_assesment_itemfeedback_solutiontype | $object |
Definition at line 1075 of file cc_asssesment.php.
| set_title | ( | $ | value | ) |
| string | $value |
Definition at line 1054 of file cc_asssesment.php.

$flow_mat = null [protected] |
Definition at line 1028 of file cc_asssesment.php.
$hint = null [protected] |
Definition at line 1037 of file cc_asssesment.php.
$material = null [protected] |
Definition at line 1032 of file cc_asssesment.php.
$solution = null [protected] |
Definition at line 1036 of file cc_asssesment.php.