| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
Cloze test question GUI representation. More...
 Inheritance diagram for assClozeTestGUI:
 Inheritance diagram for assClozeTestGUI: Collaboration diagram for assClozeTestGUI:
 Collaboration diagram for assClozeTestGUI:| Public Member Functions | |
| __construct ($id=-1) | |
| assClozeTestGUI constructor | |
| getCommand ($cmd) | |
| writePostData ($always=false) | |
| Evaluates a posted edit form and writes the form data in the question object. | |
| editQuestion ($checkonly=FALSE) | |
| Creates an output of the edit form for the question. | |
| createGaps () | |
| Create gaps from cloze text. | |
| removegap () | |
| Remove a gap answer. | |
| addgap () | |
| Add a gap answer. | |
| outQuestionForTest ($formaction, $active_id, $pass=NULL, $is_postponed=FALSE, $use_post_solutions=FALSE) | |
| Creates an output of the question for a test. | |
| getPreview ($show_question_only=FALSE) | |
| Creates a preview output of the question. | |
| getSolutionOutput ($active_id, $pass=NULL, $graphicalOutput=FALSE, $result_output=FALSE, $show_question_only=TRUE, $show_feedback=FALSE, $show_correct_solution=FALSE, $show_manual_scoring=FALSE) | |
| Get the question solution output. | |
| getTestOutput ($active_id, $pass=NULL, $is_postponed=FALSE, $use_post_solutions=FALSE) | |
| saveFeedback () | |
| Saves the feedback for a single choice question. | |
| setQuestionTabs () | |
| Sets the ILIAS tabs for this question type. | |
|  Public Member Functions inherited from assQuestionGUI | |
| __construct () | |
| assQuestionGUI constructor | |
| & | executeCommand () | 
| execute command | |
| getType () | |
| needed for page editor compliance | |
| writePostData () | |
| Evaluates a posted edit form and writes the form data in the question object. | |
| assessment () | |
| output assessment | |
| & | _getQuestionGUI ($question_type, $question_id=-1) | 
| Creates a question gui representation and returns the alias to the question gui note: please do not use $this inside this method to allow static calls. | |
| _getGUIClassNameForId ($a_q_id) | |
| _getClassNameForQType ($q_type) | |
| & | createQuestionGUI ($question_type, $question_id=-1) | 
| Creates a question gui representation. | |
| getQuestionTemplate () | |
| get question template | |
| getILIASPage ($html="") | |
| Returns the ILIAS Page around a question. | |
| outQuestionPage ($a_temp_var, $a_postponed=false, $active_id="", $html="") | |
| output question page | |
| cancel () | |
| cancel action | |
| originalSyncForm ($return_to="") | |
| sync () | |
| cancelSync () | |
| saveEdit () | |
| save question | |
| save () | |
| save question | |
| apply () | |
| apply changes | |
| getContextPath ($cont_obj, $a_endnode_id, $a_startnode_id=1) | |
| get context path in content object tree | |
| setSequenceNumber ($nr) | |
| getSequenceNumber () | |
| setQuestionCount ($a_question_count) | |
| getQuestionCount () | |
| getErrorMessage () | |
| setErrorMessage ($errormessage) | |
| addErrorMessage ($errormessage) | |
| outAdditionalOutput () | |
| getQuestionType () | |
| Returns the question type string. | |
| getAsValueAttribute ($a_value) | |
| Returns a HTML value attribute. | |
| addNewIdListener (&$a_object, $a_method, $a_parameters="") | |
| Add a listener that is notified with the new question ID, when a new question is saved. | |
| callNewIdListeners ($a_new_id) | |
| Call the new id listeners. | |
| setSelfAssessmentEditingMode ($a_selfassessmenteditingmode) | |
| Set Self-Assessment Editing Mode. | |
| getSelfAssessmentEditingMode () | |
| Get Self-Assessment Editing Mode. | |
| setPreventRteUsage ($a_val) | |
| Set prevent rte usage. | |
| getPreventRteUsage () | |
| Get prevent rte usage. | |
| setDefaultNrOfTries ($a_defaultnroftries) | |
| Set Default Nr of Tries. | |
| getDefaultNrOfTries () | |
| Get Default Nr of Tries. | |
| addQuestionFormCommandButtons ($form) | |
| Add the command buttons of a question properties form. | |
| addBasicQuestionFormProperties ($form) | |
| Add basic question form properties: assessment: title, author, description, question, working time. | |
| getAnswerFeedbackOutput ($active_id, $pass) | |
| Returns the answer specific feedback depending on the results of the question. | |
| feedback ($checkonly=false) | |
| Creates the output of the feedback page for the question. | |
| outQuestionType () | |
| suggestedsolution () | |
| Allows to add suggested solutions for questions. | |
| outSolutionExplorer () | |
| saveSuggestedSolution () | |
| cancelExplorer () | |
| outPageSelector () | |
| outChapterSelector () | |
| outGlossarySelector () | |
| linkChilds () | |
| addPG () | |
| addST () | |
| addGIT () | |
| Private Attributes | |
| $gapIndex | |
| A temporary variable to store gap indexes of ilCtrl commands in the getCommand method. | |
| Additional Inherited Members | |
|  Data Fields inherited from assQuestionGUI | |
| $object | |
| $tpl | |
| $lng | |
| $error | |
| $errormessage | |
| $sequence_no | |
| sequence number in test | |
| $question_count | |
| question count in test | |
| $prevent_rte_usage = false | |
| do not use rte for editing | |
Cloze test question GUI representation.
The assClozeTestGUI class encapsulates the GUI representation for cloze test questions.
Definition at line 36 of file class.assClozeTestGUI.php.
| assClozeTestGUI::__construct | ( | $id = -1 | ) | 
assClozeTestGUI constructor
| integer | $id | The database id of a image map question object | 
Definition at line 48 of file class.assClozeTestGUI.php.
References assQuestionGUI\__construct().
 Here is the call graph for this function:
 Here is the call graph for this function:| assClozeTestGUI::addgap | ( | ) | 
Add a gap answer.
Definition at line 337 of file class.assClozeTestGUI.php.
References $_POST, editQuestion(), and assQuestionGUI\writePostData().
 Here is the call graph for this function:
 Here is the call graph for this function:| assClozeTestGUI::createGaps | ( | ) | 
Create gaps from cloze text.
Definition at line 317 of file class.assClozeTestGUI.php.
References editQuestion(), and assQuestionGUI\writePostData().
 Here is the call graph for this function:
 Here is the call graph for this function:| assClozeTestGUI::editQuestion | ( | $checkonly = FALSE | ) | 
Creates an output of the edit form for the question.
public
Definition at line 152 of file class.assClozeTestGUI.php.
References $errors, assQuestionGUI\addBasicQuestionFormProperties(), assQuestionGUI\addQuestionFormCommandButtons(), CLOZE_NUMERIC, CLOZE_SELECT, CLOZE_TEXT, assQuestionGUI\getQuestionTemplate(), assQuestionGUI\getSelfAssessmentEditingMode(), assQuestionGUI\outQuestionType(), ilUtil\prepareFormOutput(), ilSelectInputGUI\setOptions(), ilFormPropertyGUI\setRequired(), ilTextInputGUI\setSize(), ilNumberInputGUI\setSize(), ilCheckboxInputGUI\setValue(), and ilNumberInputGUI\setValue().
Referenced by addgap(), createGaps(), removegap(), and writePostData().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| assClozeTestGUI::getCommand | ( | $cmd | ) | 
Reimplemented from assQuestionGUI.
Definition at line 59 of file class.assClozeTestGUI.php.
References $cmd.
| assClozeTestGUI::getPreview | ( | $show_question_only = FALSE | ) | 
Creates a preview output of the question.
Creates a preview output of the question
Definition at line 371 of file class.assClozeTestGUI.php.
References CLOZE_NUMERIC, CLOZE_SELECT, CLOZE_TEXT, assQuestionGUI\getILIASPage(), and ilUtil\prepareFormOutput().
 Here is the call graph for this function:
 Here is the call graph for this function:| assClozeTestGUI::getSolutionOutput | ( | $active_id, | |
| $pass = NULL, | |||
| $graphicalOutput = FALSE, | |||
| $result_output = FALSE, | |||
| $show_question_only = TRUE, | |||
| $show_feedback = FALSE, | |||
| $show_correct_solution = FALSE, | |||
| $show_manual_scoring = FALSE | |||
| ) | 
Get the question solution output.
| integer | $active_id | The active user id | 
| integer | $pass | The test pass | 
| boolean | $graphicalOutput | Show visual feedback for right/wrong answers | 
| boolean | $result_output | Show the reached points for parts of the question | 
| boolean | $show_question_only | Show the question without the ILIAS content around | 
| boolean | $show_feedback | Show the question feedback | 
| boolean | $show_correct_solution | Show the correct solution instead of the user solution | 
| boolean | $show_manual_scoring | Show specific information for the manual scoring output | 
Definition at line 431 of file class.assClozeTestGUI.php.
References $pass, CLOZE_NUMERIC, CLOZE_SELECT, CLOZE_TEXT, assQuestionGUI\getAnswerFeedbackOutput(), assQuestionGUI\getILIASPage(), ilUtil\getImagePath(), and ilUtil\prepareFormOutput().
 Here is the call graph for this function:
 Here is the call graph for this function:| assClozeTestGUI::getTestOutput | ( | $active_id, | |
| $pass = NULL, | |||
| $is_postponed = FALSE, | |||
| $use_post_solutions = FALSE | |||
| ) | 
Definition at line 607 of file class.assClozeTestGUI.php.
References $pass, ilObjTest\_getPass(), ilObjTest\_getUsePreviousAnswers(), CLOZE_NUMERIC, CLOZE_SELECT, CLOZE_TEXT, assQuestionGUI\outQuestionPage(), and ilUtil\prepareFormOutput().
Referenced by outQuestionForTest().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| assClozeTestGUI::outQuestionForTest | ( | $formaction, | |
| $active_id, | |||
| $pass = NULL, | |||
| $is_postponed = FALSE, | |||
| $use_post_solutions = FALSE | |||
| ) | 
Creates an output of the question for a test.
Creates an output of the question for a test
| string | $formaction | The form action for the test output | 
| integer | $active_id | The active id of the current user from the tst_active database table | 
| integer | $pass | The test pass of the current user | 
| boolean | $is_postponed | The information if the question is a postponed question or not | 
| boolean | $use_post_solutions | Fills the question output with answers from the previous post if TRUE, otherwise with the user results from the database public | 
Definition at line 356 of file class.assClozeTestGUI.php.
References $pass, and getTestOutput().
 Here is the call graph for this function:
 Here is the call graph for this function:| assClozeTestGUI::removegap | ( | ) | 
Remove a gap answer.
Definition at line 327 of file class.assClozeTestGUI.php.
References $_POST, editQuestion(), and assQuestionGUI\writePostData().
 Here is the call graph for this function:
 Here is the call graph for this function:| assClozeTestGUI::saveFeedback | ( | ) | 
Saves the feedback for a single choice question.
public
Reimplemented from assQuestionGUI.
Definition at line 695 of file class.assClozeTestGUI.php.
References $_POST, $errors, and assQuestionGUI\feedback().
 Here is the call graph for this function:
 Here is the call graph for this function:| assClozeTestGUI::setQuestionTabs | ( | ) | 
Sets the ILIAS tabs for this question type.
public
Definition at line 710 of file class.assClozeTestGUI.php.
References $_GET, $_POST, and $ref_id.
| assClozeTestGUI::writePostData | ( | $always = false | ) | 
Evaluates a posted edit form and writes the form data in the question object.
Definition at line 75 of file class.assClozeTestGUI.php.
References $_POST, editQuestion(), and assQuestionGUI\getSelfAssessmentEditingMode().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | private | 
A temporary variable to store gap indexes of ilCtrl commands in the getCommand method.
Definition at line 41 of file class.assClozeTestGUI.php.