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

Public Member Functions

 __construct (XMLGenericDocument &$quiz, XMLGenericDocument &$questions, cc_manifest &$manifest, cc_assesment_section &$section, &$question_node, $rootpath, $contextid, $outdir)
 on_generate_metadata ()
 on_generate_presentation ()
 on_generate_answers ()
 on_generate_feedbacks ()
 on_generate_response_processing ()
 generate ()

Protected Attributes

 $quiz = null
 $questions = null
 $manifest = null
 $section = null
 $question_node = null
 $rootpath = null
 $contextid = null
 $outdir = null
 $qtype = null
 $qmetadata = null
 $qitem = null
 $qpresentation = null
 $qresponse_lid = null
 $qresprocessing = null
 $correct_grade_value = null
 $correct_answer_node_id = null
 $correct_answer_ident = null
 $total_grade_value = null
 $answerlist = null
 $general_feedback = null
 $correct_feedbacks = array()
 $incorrect_feedbacks = array()

Detailed Description

Definition at line 1974 of file cc_asssesment.php.


Constructor & Destructor Documentation

__construct ( XMLGenericDocument &$  quiz,
XMLGenericDocument &$  questions,
cc_manifest &$  manifest,
cc_assesment_section &$  section,
&$  question_node,
rootpath,
contextid,
outdir 
)
Parameters:
XMLGenericDocument$questions
cc_manifest$manifest
cc_assesment_section$section
DOMElement$question_node
string$rootpath
string$contextid
string$outdir

Definition at line 2063 of file cc_asssesment.php.


Member Function Documentation

generate ( )

Definition at line 2152 of file cc_asssesment.php.

Here is the call graph for this function:

Reimplemented in cc_assesment_question_multichoice.

Definition at line 2115 of file cc_asssesment.php.

Here is the caller graph for this function:

Reimplemented in cc_assesment_question_multichoice.

Definition at line 2116 of file cc_asssesment.php.

Here is the call graph for this function:

Here is the caller graph for this function:

Definition at line 2080 of file cc_asssesment.php.

Here is the caller graph for this function:

Definition at line 2094 of file cc_asssesment.php.

Here is the call graph for this function:

Here is the caller graph for this function:

Reimplemented in cc_assesment_question_multichoice.

Definition at line 2137 of file cc_asssesment.php.

Here is the caller graph for this function:


Field Documentation

$answerlist = null [protected]

Definition at line 2048 of file cc_asssesment.php.

$contextid = null [protected]

Definition at line 2008 of file cc_asssesment.php.

$correct_answer_ident = null [protected]

Definition at line 2044 of file cc_asssesment.php.

$correct_answer_node_id = null [protected]

Definition at line 2043 of file cc_asssesment.php.

$correct_feedbacks = array() [protected]

Definition at line 2051 of file cc_asssesment.php.

$correct_grade_value = null [protected]

Definition at line 2042 of file cc_asssesment.php.

$general_feedback = null [protected]

Definition at line 2050 of file cc_asssesment.php.

$incorrect_feedbacks = array() [protected]

Definition at line 2052 of file cc_asssesment.php.

$manifest = null [protected]

Definition at line 1988 of file cc_asssesment.php.

$outdir = null [protected]

Definition at line 2013 of file cc_asssesment.php.

$qitem = null [protected]

Definition at line 2028 of file cc_asssesment.php.

$qmetadata = null [protected]

Definition at line 2023 of file cc_asssesment.php.

$qpresentation = null [protected]

Definition at line 2033 of file cc_asssesment.php.

$qresponse_lid = null [protected]

Definition at line 2038 of file cc_asssesment.php.

$qresprocessing = null [protected]

Definition at line 2040 of file cc_asssesment.php.

$qtype = null [protected]

Definition at line 2018 of file cc_asssesment.php.

$question_node = null [protected]

Definition at line 1998 of file cc_asssesment.php.

$questions = null [protected]

Definition at line 1983 of file cc_asssesment.php.

$quiz = null [protected]

Definition at line 1978 of file cc_asssesment.php.

$rootpath = null [protected]

Definition at line 2003 of file cc_asssesment.php.

$section = null [protected]

Definition at line 1993 of file cc_asssesment.php.

$total_grade_value = null [protected]

Definition at line 2046 of file cc_asssesment.php.


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