| ILIAS
    release_5-3 Revision v5.3.23-19-g915713cf615
    | 
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  More... | |
| getCommand ($cmd) | |
| writeAnswerSpecificPostData (ilPropertyFormGUI $form) | |
| Extracts the answer specific values from $_POST and applies them to the data object.  More... | |
| writeQuestionSpecificPostData (ilPropertyFormGUI $form) | |
| Extracts the question specific values from $_POST and applies them to the data object.  More... | |
| editQuestion ($checkonly=false) | |
| Creates an output of the edit form for the question.  More... | |
| addBasicQuestionFormProperties ($form) | |
| Add basic question form properties: assessment: title, author, description, question, working time.  More... | |
| populateQuestionSpecificFormPart (ilPropertyFormGUI $form) | |
| Adds the question specific forms parts to a question property form gui.  More... | |
| populateAnswerSpecificFormPart (ilPropertyFormGUI $form) | |
| Adds the answer specific form parts to a question property form gui.  More... | |
| createGaps () | |
| Create gaps from cloze text.  More... | |
| removegap () | |
| Remove a gap answer.  More... | |
| addgap () | |
| Add a gap answer.  More... | |
| getPreview ($show_question_only=false, $showInlineFeedback=false) | |
| Creates a preview output of the question.  More... | |
| 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, $show_question_text=true) | |
| Get the question solution output.  More... | |
| getAnswerFeedbackOutput ($active_id, $pass) | |
| Returns the answer generic feedback depending on the results of the question.  More... | |
| getTestOutput ( $active_id, $pass, $is_postponed=false, $use_post_solutions=false, $show_feedback=false) | |
| setQuestionTabs () | |
| Sets the ILIAS tabs for this question type.  More... | |
| getSpecificFeedbackOutput ($active_id, $pass) | |
| Returns the answer specific feedback for the question.  More... | |
| getAfterParticipationSuppressionAnswerPostVars () | |
| Returns a list of postvars which will be suppressed in the form output when used in scoring adjustment.  More... | |
| getAfterParticipationSuppressionQuestionPostVars () | |
| Returns a list of postvars which will be suppressed in the form output when used in scoring adjustment.  More... | |
| applyIndizesToGapText ($question_text) | |
| removeIndizesFromGapText ($question_text) | |
|  Public Member Functions inherited from assQuestionGUI | |
| __construct () | |
| assQuestionGUI constructor  More... | |
| executeCommand () | |
| execute command  More... | |
| getCommand ($cmd) | |
| getType () | |
| needed for page editor compliance  More... | |
| getPresentationContext () | |
| setPresentationContext ($presentationContext) | |
| isTestPresentationContext () | |
| isPreviousSolutionPrefilled () | |
| setPreviousSolutionPrefilled ($previousSolutionPrefilled) | |
| getRenderPurpose () | |
| setRenderPurpose ($renderPurpose) | |
| isRenderPurposePrintPdf () | |
| isRenderPurposePreview () | |
| isRenderPurposeInputValue () | |
| isRenderPurposePlayback () | |
| isRenderPurposeDemoplay () | |
| renderPurposeSupportsFormHtml () | |
| getEditContext () | |
| setEditContext ($editContext) | |
| isAuthoringEditContext () | |
| isAdjustmentEditContext () | |
| setAdjustmentEditContext () | |
| getNavigationGUI () | |
| setNavigationGUI ($navigationGUI) | |
| setTaxonomyIds ($taxonomyIds) | |
| getTaxonomyIds () | |
| setTargetGui ($linkTargetGui) | |
| setTargetGuiClass ($targetGuiClass) | |
| getTargetGuiClass () | |
| setQuestionHeaderBlockBuilder ($questionHeaderBlockBuilder) | |
| getQuestionHeaderBlockBuilder () | |
| setQuestionActionCmd ($questionActionCmd) | |
| getQuestionActionCmd () | |
| & | createQuestionGUI ($question_type, $question_id=-1) | 
| Creates a question gui representation.  More... | |
| populateJavascriptFilesRequiredForWorkForm (ilTemplate $tpl) | |
| getQuestionTemplate () | |
| get question template  More... | |
| getILIASPage ($html="") | |
| Returns the ILIAS Page around a question.  More... | |
| outQuestionPage ($a_temp_var, $a_postponed=false, $active_id="", $html="") | |
| output question page  More... | |
| cancel () | |
| cancel action  More... | |
| originalSyncForm ($return_to="", $return_to_feedback='') | |
| sync () | |
| cancelSync () | |
| saveEdit () | |
| save question  More... | |
| save () | |
| save question  More... | |
| saveReturn () | |
| save question  More... | |
| apply () | |
| apply changes  More... | |
| getContextPath ($cont_obj, $a_endnode_id, $a_startnode_id=1) | |
| get context path in content object tree  More... | |
| setSequenceNumber ($nr) | |
| getSequenceNumber () | |
| setQuestionCount ($a_question_count) | |
| getQuestionCount () | |
| getErrorMessage () | |
| setErrorMessage ($errormessage) | |
| addErrorMessage ($errormessage) | |
| outAdditionalOutput () | |
| getQuestionType () | |
| Returns the question type string.  More... | |
| getAsValueAttribute ($a_value) | |
| Returns a HTML value attribute.  More... | |
| addNewIdListener (&$a_object, $a_method, $a_parameters="") | |
| Add a listener that is notified with the new question ID, when a new question is saved.  More... | |
| callNewIdListeners ($a_new_id) | |
| Call the new id listeners.  More... | |
| addQuestionFormCommandButtons ($form) | |
| Add the command buttons of a question properties form.  More... | |
| addBasicQuestionFormProperties ($form) | |
| Add basic question form properties: assessment: title, author, description, question, working time.  More... | |
| getAnswerFeedbackOutput ($active_id, $pass) | |
| Returns the answer generic feedback depending on the results of the question.  More... | |
| getGenericFeedbackOutput ($active_id, $pass) | |
| Returns the answer specific feedback for the question.  More... | |
| getGenericFeedbackOutputForCorrectSolution () | |
| getGenericFeedbackOutputForIncorrectSolution () | |
| getSpecificFeedbackOutput ($active_id, $pass) | |
| Returns the answer specific feedback for the question.  More... | |
| outQuestionType () | |
| showSuggestedSolution () | |
| suggestedsolution () | |
| Allows to add suggested solutions for questions.  More... | |
| outSolutionExplorer () | |
| saveSuggestedSolution () | |
| cancelExplorer () | |
| outPageSelector () | |
| outChapterSelector () | |
| outGlossarySelector () | |
| linkChilds () | |
| addPG () | |
| addST () | |
| addGIT () | |
| isSaveCommand () | |
| setQuestionTabs () | |
| addTab_SuggestedSolution (ilTabsGUI $tabs, $classname) | |
| getEditQuestionTabCommands () | |
| 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, $show_question_text=true) | |
| isAutosaveable () | |
| getPreview ($show_question_only=false, $showInlineFeedback=false) | |
| outQuestionForTest ( $formaction, $active_id, $pass, $is_question_postponed=false, $user_post_solutions=false, $show_specific_inline_feedback=false) | |
| magicAfterTestOutput () | |
| getTestOutput ( $active_id, $pass, $is_question_postponed, $user_post_solutions, $show_specific_inline_feedback) | |
| getFormEncodingType () | |
| setPreviewSession ($previewSession) | |
| getPreviewSession () | |
| showHints () | |
|  Public Member Functions inherited from ilGuiQuestionScoringAdjustable | |
| populateQuestionSpecificFormPart (ilPropertyFormGUI $form) | |
| Adds the question specific forms parts to a question property form gui.  More... | |
| writeQuestionSpecificPostData (ilPropertyFormGUI $form) | |
| Extracts the question specific values from $_POST and applies them to the data object.  More... | |
| getAfterParticipationSuppressionQuestionPostVars () | |
| Returns a list of postvars which will be suppressed in the form output when used in scoring adjustment.  More... | |
| getAggregatedAnswersView ($relevant_answers) | |
| Returns an html string containing a question specific representation of the answers so far given in the test for use in the right column in the scoring adjustment user interface.  More... | |
| populateAnswerSpecificFormPart (ilPropertyFormGUI $form) | |
| Adds the answer specific form parts to a question property form gui.  More... | |
| writeAnswerSpecificPostData (ilPropertyFormGUI $form) | |
| Extracts the answer specific values from $_POST and applies them to the data object.  More... | |
| getAfterParticipationSuppressionAnswerPostVars () | |
| Returns a list of postvars which will be suppressed in the form output when used in scoring adjustment.  More... | |
| Data Fields | |
| const | OLD_CLOZE_TEST_UI = false | 
|  Data Fields inherited from assQuestionGUI | |
| const | FORM_MODE_EDIT = 'edit' | 
| const | FORM_MODE_ADJUST = 'adjust' | 
| const | FORM_ENCODING_URLENCODE = 'application/x-www-form-urlencoded' | 
| const | FORM_ENCODING_MULTIPART = 'multipart/form-data' | 
| const | SESSION_PREVIEW_DATA_BASE_INDEX = 'ilAssQuestionPreviewAnswers' | 
| $object | |
| $tpl | |
| $lng | |
| $error | |
| $errormessage | |
| $sequence_no | |
| sequence number in test  More... | |
| $question_count | |
| question count in test  More... | |
| const | PRESENTATION_CONTEXT_TEST = 'pContextTest' | 
| const | PRESENTATION_CONTEXT_RESULTS = 'pContextResults' | 
| const | RENDER_PURPOSE_PLAYBACK = 'renderPurposePlayback' | 
| const | RENDER_PURPOSE_DEMOPLAY = 'renderPurposeDemoplay' | 
| const | RENDER_PURPOSE_PREVIEW = 'renderPurposePreview' | 
| const | RENDER_PURPOSE_PRINT_PDF = 'renderPurposePrintPdf' | 
| const | RENDER_PURPOSE_INPUT_VALUE = 'renderPurposeInputValue' | 
| const | EDIT_CONTEXT_AUTHORING = 'authoring' | 
| const | EDIT_CONTEXT_ADJUSTMENT = 'adjustment' | 
| Protected Member Functions | |
| writePostData ($always=false) | |
| {Evaluates a posted edit form and writes the form data in the question object. 
 | |
| populateJSON () | |
| populateGapFormPart ($form, $gapCounter) | |
| Populates a gap form-part.  More... | |
| populateGapSizeFormPart ($form, $gap, $gapCounter) | |
| populateSelectGapFormPart ($form, $gap, $gapCounter) | |
| Populates the form-part for a select gap.  More... | |
| populateTextGapFormPart ($form, $gap, $gapCounter) | |
| Populates the form-part for a text gap.  More... | |
| populateNumericGapFormPart ($form, $gap, $gapCounter) | |
| Populates the form-part for a numeric gap.  More... | |
| getBestSolutionText ($gap, $gap_index, $gap_combinations) | |
|  Protected Member Functions inherited from assQuestionGUI | |
| writePostData ($always=false) | |
| Evaluates a posted edit form and writes the form data in the question object.  More... | |
| renderEditForm ($form) | |
| getUseUnchangedAnswerCheckboxHtml () | |
| getPreviousSolutionProvidedMessage () | |
| getPreviousSolutionConfirmationCheckboxHtml () | |
| saveTaxonomyAssignments () | |
| populateTaxonomyFormSection (ilPropertyFormGUI $form) | |
| getBasicEditQuestionTabCommands () | |
| getAdditionalEditQuestionCommands () | |
| addTab_QuestionFeedback (ilTabsGUI $tabs) | |
| adds the feedback tab to ilTabsGUI  More... | |
| addTab_QuestionHints (ilTabsGUI $tabs) | |
| adds the hints tab to ilTabsGUI  More... | |
| addTab_QuestionPreview (ilTabsGUI $tabsGUI) | |
| hasCorrectSolution ($activeId, $passIndex) | |
| writeQuestionGenericPostData () | |
| completeTestOutputFormAction ($formAction, $active_id, $pass) | |
| addBackTab (ilTabsGUI $ilTabs) | |
| buildBasicEditFormObject () | |
| buildEditForm () | |
| Private Member Functions | |
| populateSolutiontextToGapTpl ($gaptemplate, $gap, $solutiontext) | |
| Private Attributes | |
| $gapIndex | |
| A temporary variable to store gap indexes of ilCtrl commands in the getCommand method.  More... | |
| Additional Inherited Members | |
|  Static Public Member Functions inherited from assQuestionGUI | |
| static | _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.  More... | |
| static | _getGUIClassNameForId ($a_q_id) | 
| static | _getClassNameForQType ($q_type) | 
| static | getCommandsFromClassConstants ($guiClassName, $cmdConstantNameBegin='CMD_') | 
| extracts values of all constants of given class with given prefix as array can be used to get all possible commands in case of these commands are defined as constants  More... | |
|  Protected Attributes inherited from assQuestionGUI | |
| $editForm | |
Cloze test question GUI representation.
The assClozeTestGUI class encapsulates the GUI representation for cloze test questions.
@ilCtrl_Calls assClozeTestGUI: ilFormPropertyDispatchGUI
Definition at line 23 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 37 of file class.assClozeTestGUI.php.
References $id.
| assClozeTestGUI::addBasicQuestionFormProperties | ( | $form | ) | 
Add basic question form properties: assessment: title, author, description, question, working time.
Reimplemented from assQuestionGUI.
Definition at line 260 of file class.assClozeTestGUI.php.
References $description, $form, $title, ilObjAdvancedEditing\_getUsedHTMLTags(), assQuestion\ADDITIONAL_CONTENT_EDITING_MODE_DEFAULT, ilAssSelfAssessmentQuestionFormatter\getSelfAssessmentTags(), and ilUtil\prepareFormOutput().
Referenced by editQuestion().
 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::addgap | ( | ) | 
Add a gap answer.
Definition at line 765 of file class.assClozeTestGUI.php.
References $_POST, editQuestion(), and writePostData().
 Here is the call graph for this function:
 Here is the call graph for this function:| assClozeTestGUI::applyIndizesToGapText | ( | $question_text | ) | 
Definition at line 1460 of file class.assClozeTestGUI.php.
References $i.
Referenced by populateQuestionSpecificFormPart(), and writePostData().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| assClozeTestGUI::createGaps | ( | ) | 
Create gaps from cloze text.
Definition at line 745 of file class.assClozeTestGUI.php.
References editQuestion(), and 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.
@access public
Definition at line 219 of file class.assClozeTestGUI.php.
References $errors, $form, addBasicQuestionFormProperties(), assQuestionGUI\addQuestionFormCommandButtons(), assQuestionGUI\getQuestionTemplate(), assQuestionGUI\isSaveCommand(), assQuestionGUI\outQuestionType(), populateAnswerSpecificFormPart(), populateQuestionSpecificFormPart(), and assQuestionGUI\populateTaxonomyFormSection().
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::getAfterParticipationSuppressionAnswerPostVars | ( | ) | 
Returns a list of postvars which will be suppressed in the form output when used in scoring adjustment.
The form elements will be shown disabled, so the users see the usual form but can only edit the settings, which make sense in the given context.
E.g. array('cloze_type', 'image_filename')
Implements ilGuiAnswerScoringAdjustable.
Definition at line 1357 of file class.assClozeTestGUI.php.
| assClozeTestGUI::getAfterParticipationSuppressionQuestionPostVars | ( | ) | 
Returns a list of postvars which will be suppressed in the form output when used in scoring adjustment.
The form elements will be shown disabled, so the users see the usual form but can only edit the settings, which make sense in the given context.
E.g. array('cloze_type', 'image_filename')
Implements ilGuiQuestionScoringAdjustable.
Definition at line 1371 of file class.assClozeTestGUI.php.
| assClozeTestGUI::getAnswerFeedbackOutput | ( | $active_id, | |
| $pass | |||
| ) | 
Returns the answer generic feedback depending on the results of the question.
| integer | $active_id | Active ID of the user | 
| integer | $pass | Active pass | 
Reimplemented from assQuestionGUI.
Definition at line 1112 of file class.assClozeTestGUI.php.
References $output, $pass, $test, and ilObjTest\getManualFeedback().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | protected | 
| assClozeGap | $gap | |
| $gap_index | ||
| $gap_combinations | 
Definition at line 1096 of file class.assClozeTestGUI.php.
References ilUtil\prepareFormOutput().
Referenced by getSolutionOutput().
 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 47 of file class.assClozeTestGUI.php.
| assClozeTestGUI::getPreview | ( | $show_question_only = false, | |
| $showInlineFeedback = false | |||
| ) | 
Creates a preview output of the question.
| bool | $show_question_only | 
Reimplemented from assQuestionGUI.
Definition at line 780 of file class.assClozeTestGUI.php.
References $output, $template, CLOZE_NUMERIC, CLOZE_SELECT, CLOZE_TEXT, assQuestionGUI\getILIASPage(), assQuestionGUI\getPreviewSession(), 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, | |||
| $show_question_text = true | |||
| ) | 
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 | 
| bool | $show_question_text | 
Reimplemented from assQuestionGUI.
Definition at line 869 of file class.assClozeTestGUI.php.
References $key, $output, $pass, $template, CLOZE_NUMERIC, CLOZE_SELECT, CLOZE_TEXT, ilAssQuestionFeedback\CSS_CLASS_FEEDBACK_CORRECT, ilAssQuestionFeedback\CSS_CLASS_FEEDBACK_WRONG, getBestSolutionText(), assQuestionGUI\getGenericFeedbackOutput(), assQuestionGUI\getILIASPage(), ilUtil\getImagePath(), getSpecificFeedbackOutput(), assQuestionGUI\hasCorrectSolution(), assQuestionGUI\isTestPresentationContext(), populateSolutiontextToGapTpl(), ilUtil\prepareFormOutput(), and sprintf.
 Here is the call graph for this function:
 Here is the call graph for this function:| assClozeTestGUI::getSpecificFeedbackOutput | ( | $active_id, | |
| $pass | |||
| ) | 
Returns the answer specific feedback for the question.
This method should be overwritten by the actual question.
| integer | $active_id | Active ID of the user | 
| integer | $pass | Active pass | 
Reimplemented from assQuestionGUI.
Definition at line 1322 of file class.assClozeTestGUI.php.
References $index, and assQuestionGUI\$lng.
Referenced by getSolutionOutput().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| assClozeTestGUI::getTestOutput | ( | $active_id, | |
| $pass, | |||
| $is_postponed = false, | |||
| $use_post_solutions = false, | |||
| $show_feedback = false | |||
| ) | 
Reimplemented from assQuestionGUI.
Definition at line 1134 of file class.assClozeTestGUI.php.
References $output, $pass, $template, CLOZE_NUMERIC, CLOZE_SELECT, CLOZE_TEXT, assQuestionGUI\outQuestionPage(), and ilUtil\prepareFormOutput().
 Here is the call graph for this function:
 Here is the call graph for this function:| assClozeTestGUI::populateAnswerSpecificFormPart | ( | ilPropertyFormGUI | $form | ) | 
Adds the answer specific form parts to a question property form gui.
| ilPropertyFormGUI | $form | 
Implements ilGuiAnswerScoringAdjustable.
Definition at line 458 of file class.assClozeTestGUI.php.
References $form, $header, populateGapFormPart(), and populateJSON().
Referenced by editQuestion().
 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:| 
 | protected | 
Populates a gap form-part.
This includes: A section header with the according gap-ordinal, the type select-box. Furthermore, this method calls the gap-type-specific methods for their contents.
| $form | ilPropertyFormGUI Reference to the form, that receives the point. | 
| $gapCounter | integer Ordinal number of the gap in the sequence of gaps | 
Definition at line 538 of file class.assClozeTestGUI.php.
References $form, $header, $options, CLOZE_NUMERIC, CLOZE_SELECT, CLOZE_TEXT, populateGapSizeFormPart(), populateNumericGapFormPart(), populateSelectGapFormPart(), and populateTextGapFormPart().
Referenced by populateAnswerSpecificFormPart().
 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:| 
 | protected | 
| $form | ilPropertyFormGUI Reference to the form, that receives the point. | 
| $gap | mixed Raw text gap item. | 
| $gapCounter | integer Ordinal number of the gap in the sequence of gaps | 
Definition at line 594 of file class.assClozeTestGUI.php.
References $form.
Referenced by populateGapFormPart().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
Definition at line 483 of file class.assClozeTestGUI.php.
References $i.
Referenced by populateAnswerSpecificFormPart().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
Populates the form-part for a numeric gap.
This includes: The type selector, value, lower bound, upper bound and points.
| $form | ilPropertyFormGUI Reference to the form, that receives the point. | 
| $gap | mixed Raw numeric gap item. | 
| $gapCounter | integer Ordinal number of the gap in the sequence of gaps. | 
Definition at line 686 of file class.assClozeTestGUI.php.
References $form, and ilUtil\prepareFormOutput().
Referenced by populateGapFormPart().
 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::populateQuestionSpecificFormPart | ( | ilPropertyFormGUI | $form | ) | 
Adds the question specific forms parts to a question property form gui.
| ilPropertyFormGUI | $form | 
Implements ilGuiQuestionScoringAdjustable.
Definition at line 362 of file class.assClozeTestGUI.php.
References $form, assQuestionGUI\$tpl, ilObjAdvancedEditing\_getUsedHTMLTags(), assQuestion\ADDITIONAL_CONTENT_EDITING_MODE_DEFAULT, applyIndizesToGapText(), ilJsLinkButton\getInstance(), ilSplitButtonGUI\getInstance(), ilAssSelfAssessmentQuestionFormatter\getSelfAssessmentTags(), and sprintf.
Referenced by editQuestion().
 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:| 
 | protected | 
Populates the form-part for a select gap.
This includes: The AnswerWizardGUI for the individual select items and points as well as the the checkbox for the shuffle option.
| $form | ilPropertyFormGUI Reference to the form, that receives the point. | 
| $gap | mixed Raw text gap item. | 
| $gapCounter | integer Ordinal number of the gap in the sequence of gaps | 
Definition at line 621 of file class.assClozeTestGUI.php.
References $form.
Referenced by populateGapFormPart().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
| $gaptemplate | |
| $solutiontext | 
Definition at line 1487 of file class.assClozeTestGUI.php.
References CLOZE_SELECT, assQuestionGUI\isRenderPurposePrintPdf(), and assQuestionGUI\renderPurposeSupportsFormHtml().
Referenced by getSolutionOutput().
 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:| 
 | protected | 
Populates the form-part for a text gap.
This includes: The AnswerWizardGUI for the individual text answers and points.
| $form | ilPropertyFormGUI Reference to the form, that receives the point. | 
| $gap | mixed Raw text gap item. | 
| $gapCounter | integer Ordinal number of the gap in the sequence of gaps | 
Definition at line 654 of file class.assClozeTestGUI.php.
References $form.
Referenced by populateGapFormPart().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| assClozeTestGUI::removegap | ( | ) | 
Remove a gap answer.
Definition at line 755 of file class.assClozeTestGUI.php.
References $_POST, editQuestion(), and writePostData().
 Here is the call graph for this function:
 Here is the call graph for this function:| assClozeTestGUI::removeIndizesFromGapText | ( | $question_text | ) | 
Definition at line 1476 of file class.assClozeTestGUI.php.
Referenced by writePostData().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| assClozeTestGUI::setQuestionTabs | ( | ) | 
Sets the ILIAS tabs for this question type.
@access public
Reimplemented from assQuestionGUI.
Definition at line 1239 of file class.assClozeTestGUI.php.
References $_GET, $_POST, $key, $url, assQuestionGUI\addBackTab(), assQuestionGUI\addTab_QuestionFeedback(), assQuestionGUI\addTab_QuestionHints(), assQuestionGUI\addTab_QuestionPreview(), and assQuestionGUI\addTab_SuggestedSolution().
 Here is the call graph for this function:
 Here is the call graph for this function:| assClozeTestGUI::writeAnswerSpecificPostData | ( | ilPropertyFormGUI | $form | ) | 
Extracts the answer specific values from $_POST and applies them to the data object.
| bool | $always | If true, a check for form validity is omitted. | 
Implements ilGuiAnswerScoringAdjustable.
Definition at line 86 of file class.assClozeTestGUI.php.
References $_POST, CLOZE_NUMERIC, CLOZE_SELECT, CLOZE_TEXT, and ilUtil\stripSlashesRecursive().
Referenced by 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:| 
 | protected | 
{Evaluates a posted edit form and writes the form data in the question object.
Reimplemented from assQuestionGUI.
Definition at line 59 of file class.assClozeTestGUI.php.
References $_POST, applyIndizesToGapText(), editQuestion(), removeIndizesFromGapText(), assQuestionGUI\saveTaxonomyAssignments(), writeAnswerSpecificPostData(), assQuestionGUI\writeQuestionGenericPostData(), and writeQuestionSpecificPostData().
Referenced by addgap(), createGaps(), and removegap().
 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::writeQuestionSpecificPostData | ( | ilPropertyFormGUI | $form | ) | 
Extracts the question specific values from $_POST and applies them to the data object.
| bool | $always | If true, a check for form validity is omitted. | 
Implements ilGuiQuestionScoringAdjustable.
Definition at line 206 of file class.assClozeTestGUI.php.
References $_POST.
Referenced by writePostData().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
A temporary variable to store gap indexes of ilCtrl commands in the getCommand method.
Definition at line 30 of file class.assClozeTestGUI.php.
| const assClozeTestGUI::OLD_CLOZE_TEST_UI = false | 
Definition at line 25 of file class.assClozeTestGUI.php.