| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
The assErrorTextGUI class encapsulates the GUI representation for error text questions. More...
 Inheritance diagram for assErrorTextGUI:
 Inheritance diagram for assErrorTextGUI: Collaboration diagram for assErrorTextGUI:
 Collaboration diagram for assErrorTextGUI:| Public Member Functions | |
| __construct ($id=-1) | |
| assErrorTextGUI 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. | |
| analyze () | |
| Parse the error text. | |
| outQuestionForTest ($formaction, $active_id, $pass=NULL, $is_postponed=FALSE, $use_post_solutions=FALSE, $show_feedback=FALSE) | |
| 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. | |
| getPreview ($show_question_only=FALSE) | |
| getTestOutput ($active_id, $pass=NULL, $is_postponed=FALSE, $use_post_solutions=FALSE, $show_feedback=FALSE) | |
| exchangeURL ($matches) | |
| 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 () | |
| 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 | |
The assErrorTextGUI class encapsulates the GUI representation for error text questions.
assErrorTextGUI: ilObjQuestionPoolGUI
Definition at line 36 of file class.assErrorTextGUI.php.
| assErrorTextGUI::__construct | ( | $id = -1 | ) | 
assErrorTextGUI constructor
The constructor takes possible arguments an creates an instance of the assOrderingHorizontalGUI object.
| integer | $id | The database id of a single choice question object public | 
Definition at line 46 of file class.assErrorTextGUI.php.
References assQuestionGUI\__construct(), and assQuestionGUI\setErrorMessage().
 Here is the call graph for this function:
 Here is the call graph for this function:| assErrorTextGUI::analyze | ( | ) | 
Parse the error text.
Definition at line 190 of file class.assErrorTextGUI.php.
References $_POST, editQuestion(), and assQuestionGUI\writePostData().
 Here is the call graph for this function:
 Here is the call graph for this function:| assErrorTextGUI::editQuestion | ( | $checkonly = FALSE | ) | 
Creates an output of the edit form for the question.
public
Definition at line 113 of file class.assErrorTextGUI.php.
References $errors, assQuestionGUI\addBasicQuestionFormProperties(), assQuestionGUI\addQuestionFormCommandButtons(), assQuestionGUI\getQuestionTemplate(), assQuestionGUI\outQuestionType(), ilUtil\prepareFormOutput(), ilNumberInputGUI\setValue(), and ilTextAreaInputGUI\setValue().
Referenced by analyze(), 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:| assErrorTextGUI::exchangeURL | ( | $matches | ) | 
Definition at line 354 of file class.assErrorTextGUI.php.
| assErrorTextGUI::getCommand | ( | $cmd | ) | 
Reimplemented from assQuestionGUI.
Definition at line 58 of file class.assErrorTextGUI.php.
References $cmd.
| assErrorTextGUI::getPreview | ( | $show_question_only = FALSE | ) | 
Definition at line 281 of file class.assErrorTextGUI.php.
References assQuestionGUI\getILIASPage(), and ilYuiUtil\initElementSelection().
 Here is the call graph for this function:
 Here is the call graph for this function:| assErrorTextGUI::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 217 of file class.assErrorTextGUI.php.
References $pass, and assQuestionGUI\getILIASPage().
 Here is the call graph for this function:
 Here is the call graph for this function:| assErrorTextGUI::getTestOutput | ( | $active_id, | |
| $pass = NULL, | |||
| $is_postponed = FALSE, | |||
| $use_post_solutions = FALSE, | |||
| $show_feedback = FALSE | |||
| ) | 
Definition at line 302 of file class.assErrorTextGUI.php.
References $_SESSION, $pass, ilObjTest\_getPass(), ilObjTest\_getUsePreviousAnswers(), assQuestionGUI\getILIASPage(), ilYuiUtil\initElementSelection(), and assQuestionGUI\outQuestionPage().
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:| assErrorTextGUI::outQuestionForTest | ( | $formaction, | |
| $active_id, | |||
| $pass = NULL, | |||
| $is_postponed = FALSE, | |||
| $use_post_solutions = FALSE, | |||
| $show_feedback = FALSE | |||
| ) | 
Definition at line 197 of file class.assErrorTextGUI.php.
References $pass, and getTestOutput().
 Here is the call graph for this function:
 Here is the call graph for this function:| assErrorTextGUI::saveFeedback | ( | ) | 
Saves the feedback for a single choice question.
public
Reimplemented from assQuestionGUI.
Definition at line 365 of file class.assErrorTextGUI.php.
References $_POST, $errors, and assQuestionGUI\feedback().
 Here is the call graph for this function:
 Here is the call graph for this function:| assErrorTextGUI::setQuestionTabs | ( | ) | 
Sets the ILIAS tabs for this question type.
public
Definition at line 380 of file class.assErrorTextGUI.php.
References $_GET, and $ref_id.
| assErrorTextGUI::writePostData | ( | $always = false | ) | 
Evaluates a posted edit form and writes the form data in the question object.
Definition at line 69 of file class.assErrorTextGUI.php.
References $_POST, and editQuestion().
 Here is the call graph for this function:
 Here is the call graph for this function: