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

Public Member Functions

 __construct ()
 add_material (cc_assesment_material $object)
 add_material_ref (cc_assesment_response_matref $object)
 add_response_label (cc_assesment_response_labeltype $object)
 add_flow_label ($object)
 enable_shuffle ($value=true)
 set_limits ($min=null, $max=null)
 generate (XMLGenericDocument &$doc, DOMNode &$item, $namespace)

Protected Attributes

 $materials = array()
 $material_refs = array()
 $response_labels = array()
 $flow_labels = array()

Detailed Description

Definition at line 1160 of file cc_asssesment.php.


Constructor & Destructor Documentation

Definition at line 1180 of file cc_asssesment.php.

Here is the call graph for this function:


Member Function Documentation

add_flow_label ( object)

Definition at line 1198 of file cc_asssesment.php.

Definition at line 1186 of file cc_asssesment.php.

Definition at line 1190 of file cc_asssesment.php.

Definition at line 1194 of file cc_asssesment.php.

enable_shuffle ( value = true)

Definition at line 1202 of file cc_asssesment.php.

Here is the call graph for this function:

generate ( XMLGenericDocument &$  doc,
DOMNode &$  item,
namespace 
)
Parameters:
XMLGenericDocument$doc
DOMNode$item
string$namespace

Reimplemented from cc_question_metadata_base.

Definition at line 1211 of file cc_asssesment.php.

Here is the call graph for this function:

set_limits ( min = null,
max = null 
)

Definition at line 1206 of file cc_asssesment.php.

Here is the call graph for this function:


Field Documentation

$flow_labels = array() [protected]

Definition at line 1178 of file cc_asssesment.php.

$material_refs = array() [protected]

Definition at line 1169 of file cc_asssesment.php.

$materials = array() [protected]

Definition at line 1164 of file cc_asssesment.php.

$response_labels = array() [protected]

Definition at line 1174 of file cc_asssesment.php.


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