| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Inheritance diagram for assMultipleChoiceGUI:
 Collaboration diagram for assMultipleChoiceGUI:Public Member Functions | |
| __construct ($id=-1) | |
| assMultipleChoiceGUI constructor  More... | |
| hasInlineFeedback () | |
| editQuestion (bool $checkonly=false, ?bool $is_save_cmd=null) | |
| addBasicQuestionFormProperties (ilPropertyFormGUI $form) | |
| uploadchoice () | |
| removeimagechoice () | |
| addchoice () | |
| removechoice () | |
| getSolutionOutput (int $active_id, ?int $pass=null, bool $graphical_output=false, bool $result_output=false, bool $show_question_only=true, bool $show_feedback=false, bool $show_correct_solution=false, bool $show_manual_scoring=false, bool $show_question_text=true, bool $show_inline_feedback=true) | |
| renderSolutionOutput (mixed $user_solutions, int $active_id, ?int $pass, bool $graphical_output=false, bool $result_output=false, bool $show_question_only=true, bool $show_feedback=false, bool $show_correct_solution=false, bool $show_manual_scoring=false, bool $show_question_text=true, bool $show_autosave_title=false, bool $show_inline_feedback=false,) | |
| getPreview (bool $show_question_only=false, bool $show_inline_feedback=false) | |
| getTestOutput (int $active_id, int $pass, bool $is_question_postponed=false, array|bool $user_post_solutions=false, bool $show_specific_inline_feedback=false) | |
| isUseEmptySolutionInputChecked () | |
| setUseEmptySolutionInputChecked ($useEmptySolutionInputChecked) | |
| getPresentationJavascripts () | |
| getChoiceKeys () | |
| Create the key index numbers for the array of choices.  More... | |
| getSpecificFeedbackOutput (array $userSolution) | |
| writeQuestionSpecificPostData (ilPropertyFormGUI $form) | |
| Extracts the question specific values from the request and applies them to the data object.  More... | |
| writeAnswerSpecificPostData (ilPropertyFormGUI $form) | |
| Extracts the answer specific values from the request and applies them to the data object.  More... | |
| populateQuestionSpecificFormPart (\ilPropertyFormGUI $form, bool $is_singleline=false) | |
| populateAnswerSpecificFormPart (\ilPropertyFormGUI $form, bool $is_singleline=false) | |
| 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... | |
| getAnswersFrequency ($relevantAnswers, $questionIndex) | |
| populateCorrectionsFormProperties (ilPropertyFormGUI $form) | |
| saveCorrectionsFormProperties (ilPropertyFormGUI $form) | |
  Public Member Functions inherited from assQuestionGUI | |
| editQuestion (bool $checkonly=false, ?bool $is_save_cmd=null) | |
| getSpecificFeedbackOutput (array $userSolution) | |
| Returns the answer specific feedback for the question.  More... | |
| getSolutionOutput (int $active_id, ?int $pass=null, bool $graphical_output=false, bool $result_output=false, bool $show_question_only=true, bool $show_feedback=false, bool $show_correct_solution=false, bool $show_manual_scoring=false, bool $show_question_text=true, bool $show_inline_feedback=true) | |
| getPreview (bool $show_question_only=false, bool $show_inline_feedback=false) | |
| getTestOutput (int $active_id, int $pass, bool $is_question_postponed=false, array|bool $user_post_solutions=false, bool $show_specific_inline_feedback=false) | |
| renderSolutionOutput (mixed $user_solutions, int $active_id, ?int $pass, bool $graphical_output=false, bool $result_output=false, bool $show_question_only=true, bool $show_feedback=false, bool $show_correct_solution=false, bool $show_manual_scoring=false, bool $show_question_text=true, bool $show_autosave_title=false, bool $show_inline_feedback=false,) | |
| getObject () | |
| setObject (assQuestion $question) | |
| setCopyToExistingPoolOnSave (?int $pool_ref_id) | |
| getCopyToExistingPoolOnSave () | |
| setCopyToNewPoolOnSave (?string $pool_title) | |
| getCopyToNewPoolOnSave () | |
| setMoveAfterQuestionId (?int $question_id) | |
| getMoveAfterQuestionId () | |
| hasInlineFeedback () | |
| addHeaderAction () | |
| redrawHeaderAction () | |
| getHeaderAction () | |
| getCommentsPanelHTML () | |
| executeCommand () | |
| getType () | |
| needed for page editor compliance  More... | |
| getPresentationContext () | |
| setPresentationContext (string $presentationContext) | |
| isTestPresentationContext () | |
| isPreviousSolutionPrefilled () | |
| setPreviousSolutionPrefilled (bool $previousSolutionPrefilled) | |
| getRenderPurpose () | |
| setRenderPurpose (string $renderPurpose) | |
| isRenderPurposePrintPdf () | |
| isRenderPurposePreview () | |
| isRenderPurposeInputValue () | |
| isRenderPurposePlayback () | |
| isRenderPurposeDemoplay () | |
| renderPurposeSupportsFormHtml () | |
| getEditContext () | |
| setEditContext (string $editContext) | |
| isAuthoringEditContext () | |
| isAdjustmentEditContext () | |
| setAdjustmentEditContext () | |
| getNavigationGUI () | |
| setNavigationGUI (?ilTestQuestionNavigationGUI $navigationGUI) | |
| setTaxonomyIds (array $taxonomyIds) | |
| getTaxonomyIds () | |
| setTargetGui ($linkTargetGui) | |
| setTargetGuiClass (string $targetGuiClass) | |
| getTargetGuiClass () | |
| setQuestionHeaderBlockBuilder (\ilQuestionHeaderBlockBuilder $questionHeaderBlockBuilder) | |
| getQuestionHeaderBlockBuilder () | |
| setQuestionActionCmd (string $questionActionCmd) | |
| getQuestionActionCmd () | |
| assessment () | |
| populateJavascriptFilesRequiredForWorkForm (ilGlobalTemplateInterface $tpl) | |
| getPresentationJavascripts () | |
| getQuestionTemplate () | |
| getILIASPage (string $html="") | |
| Returns the ILIAS Page around a question.  More... | |
| outQuestionPage ($a_temp_var, $a_postponed=false, $active_id="", $html="", $inlineFeedbackEnabled=false) | |
| syncQuestion () | |
| saveReturn () | |
| saveQuestion () | |
| setAdditionalContentEditingModeFromPost () | |
| getContextPath ($cont_obj, int $a_endnode_id, int $a_startnode_id=1) | |
| get context path in content object tree  More... | |
| setSequenceNumber (int $nr) | |
| getSequenceNumber () | |
| setQuestionCount (int $a_question_count) | |
| getQuestionCount () | |
| getErrorMessage () | |
| setErrorMessage (string $errormessage) | |
| addErrorMessage (string $errormessage) | |
| getQuestionType () | |
| getAsValueAttribute (string $a_value) | |
| addQuestionFormCommandButtons (ilPropertyFormGUI $form) | |
| addBasicQuestionFormProperties (ilPropertyFormGUI $form) | |
| getGenericFeedbackOutput (int $active_id, ?int $pass) | |
| getGenericFeedbackOutputForCorrectSolution () | |
| getGenericFeedbackOutputForIncorrectSolution () | |
| outQuestionType () | |
| saveSuggestedSolution () | |
| cancelSuggestedSolution () | |
| suggestedsolution (bool $save=false) | |
| outSolutionExplorer () | |
| saveSuggestedSolutionType () | |
| cancelExplorer () | |
| outPageSelector () | |
| outChapterSelector () | |
| outGlossarySelector () | |
| linkChilds () | |
| addPG () | |
| addST () | |
| addGIT () | |
| isSaveCommand () | |
| setQuestionTabs () | |
| addTab_SuggestedSolution (ilTabsGUI $tabs, string $classname) | |
| getEditQuestionTabCommands () | |
| isAutosaveable () | |
| outQuestionForTest (string $formaction, int $active_id, ?int $pass, bool $is_question_postponed=false, array|bool $user_post_solutions=false, bool $show_specific_inline_feedback=false) | |
| magicAfterTestOutput () | |
| getFormEncodingType () | |
| setPreviewSession (ilAssQuestionPreviewSession $preview_session) | |
| getPreviewSession () | |
| showHints () | |
| buildFocusAnchorHtml () | |
| isAnswerFrequencyStatisticSupported () | |
| getSubQuestionsIndex () | |
| getAnswersFrequency ($relevantAnswers, $questionIndex) | |
| getAnswerFrequencyTableGUI ($parentGui, $parentCmd, $relevantAnswers, $questionIndex) | |
| prepareReprintableCorrectionsForm (ilPropertyFormGUI $form) | |
| populateCorrectionsFormProperties (ilPropertyFormGUI $form) | |
| saveCorrectionsFormProperties (ilPropertyFormGUI $form) | |
| isInLearningModuleContext () | |
| setInLearningModuleContext (bool $flag) | |
| cmdNeedsExistingQuestion (string $cmd) | |
| setContextAllowsSyncToPool (bool $sync_allowed) | |
| needsSyncQuery () | |
| getQuestionSyncModal (string $cmd, string $cmd_class='') | |
| getAutoSavedSolutionOutput (int $active_id, int $pass, bool $graphical_output=false, bool $result_output=false, bool $show_question_only=true, bool $show_feedback=false, bool $show_correct_solution=false, bool $show_manual_scoring=false, bool $show_question_text=true, bool $show_autosave_title=false, bool $show_inline_feedback=false) | |
  Public Member Functions inherited from ilGuiQuestionScoringAdjustable | |
| populateQuestionSpecificFormPart (ilPropertyFormGUI $form) | |
| Adds the question specific forms parts to a question property form gui.  More... | |
  Public Member Functions inherited from ilGuiAnswerScoringAdjustable | |
| populateAnswerSpecificFormPart (ilPropertyFormGUI $form) | |
| Adds the answer specific form parts to a question property form gui.  More... | |
Private Member Functions | |
| aggregateAnswers ($relevant_answers_chosen, $answers_defined_on_question) | |
| populateSpecificFeedbackInline ($user_solution, $answer_id, $template) | |
Private Attributes | |
| bool | $rebuild_thumbnails = false | 
Additional Inherited Members | |
  Static Public Member Functions inherited from assQuestionGUI | |
| static | _getQuestionGUI (string $question_type='', int $question_id=-1) | 
| Creates a question gui representation and returns the alias to the question gui.  More... | |
| static | getCommandsFromClassConstants (string $guiClassName, string $cmdConstantNameBegin='CMD_') | 
| static | prepareTextareaOutput (?string $txt_output, bool $prepare_for_latex_output=false, bool $omitNl2BrWhenTextArea=false) | 
| Prepares a string for a text area output where latex code may be in it If the text is HTML-free, CHR(13) will be converted to a line break.  More... | |
  Data Fields inherited from assQuestionGUI | |
| const | ALLOWED_PLAIN_TEXT_TAGS = "<em>, <strong>" | 
| sk - 12.05.2023: This const is also used in ilKprimChoiceWizardInputGUI.  More... | |
| const | SESSION_PREVIEW_DATA_BASE_INDEX = 'ilAssQuestionPreviewAnswers' | 
| 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 | CORRECTNESS_NOT_OK = 0 | 
| const | CORRECTNESS_MOSTLY_OK = 1 | 
| const | CORRECTNESS_OK = 2 | 
| 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' | 
| const | PRESENTATION_CONTEXT_TEST = 'pContextTest' | 
| const | PRESENTATION_CONTEXT_RESULTS = 'pContextResults' | 
| const | CMD_SYNC_QUESTION_AND_RETURN = 'syncQuestionReturn' | 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Multiple choice question GUI representation
The assMultipleChoiceGUI class encapsulates the GUI representation for multiple choice questions.
\ assMultipleChoiceGUI: ilFormPropertyDispatchGUI
Definition at line 33 of file class.assMultipleChoiceGUI.php.
| assMultipleChoiceGUI::__construct | ( | $id = -1 | ) | 
assMultipleChoiceGUI constructor
The constructor takes possible arguments an creates an instance of the assMultipleChoiceGUI object.
| integer | $id | The database id of a multiple choice question object public | 
Definition at line 45 of file class.assMultipleChoiceGUI.php.
References $id, and ILIAS\GlobalScreen\Provider\__construct().
 Here is the call graph for this function:| assMultipleChoiceGUI::addBasicQuestionFormProperties | ( | ilPropertyFormGUI | $form | ) | 
Definition at line 163 of file class.assMultipleChoiceGUI.php.
References ilPropertyFormGUI\getItemByPostVar().
Referenced by buildEditForm().
 Here is the call graph for this function:
 Here is the caller graph for this function:| assMultipleChoiceGUI::addchoice | ( | ) | 
Definition at line 184 of file class.assMultipleChoiceGUI.php.
References editQuestion(), and writePostData().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 881 of file class.assMultipleChoiceGUI.php.
Referenced by getAnswersFrequency().
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 948 of file class.assMultipleChoiceGUI.php.
References addBasicQuestionFormProperties(), assQuestionGUI\addQuestionFormCommandButtons(), ILIAS\Repository\ctrl(), assQuestionGUI\outQuestionType(), populateAnswerSpecificFormPart(), populateQuestionSpecificFormPart(), assQuestionGUI\populateTaxonomyFormSection(), ilFormGUI\setFormAction(), ilFormGUI\setId(), ilPropertyFormGUI\setTableWidth(), and ilPropertyFormGUI\setTitle().
 Here is the call graph for this function:| assMultipleChoiceGUI::editQuestion | ( | bool | $checkonly = false,  | 
        
| ?bool | $is_save_cmd = null  | 
        ||
| ) | 
Definition at line 107 of file class.assMultipleChoiceGUI.php.
References assQuestionGUI\buildEditForm(), getEditAnswersSingleLine(), ilPropertyFormGUI\getItemByPostVar(), assQuestionGUI\isSaveCommand(), ILIAS\Repository\lng(), and assQuestionGUI\renderEditForm().
Referenced by addchoice(), removechoice(), removeimagechoice(), uploadchoice(), and writePostData().
 Here is the call graph for this function:
 Here is the caller graph for this function:| assMultipleChoiceGUI::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 862 of file class.assMultipleChoiceGUI.php.
| assMultipleChoiceGUI::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 876 of file class.assMultipleChoiceGUI.php.
| assMultipleChoiceGUI::getAnswersFrequency | ( | $relevantAnswers, | |
| $questionIndex | |||
| ) | 
Definition at line 964 of file class.assMultipleChoiceGUI.php.
References aggregateAnswers(), and ILIAS\Repository\object().
 Here is the call graph for this function:| assMultipleChoiceGUI::getChoiceKeys | ( | ) | 
Create the key index numbers for the array of choices.
Definition at line 662 of file class.assMultipleChoiceGUI.php.
References ILIAS\Repository\object().
Referenced by getPreview(), getTestOutput(), and renderSolutionOutput().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Get the single/multiline editing of answers.
| bool | $checkonly | get the setting for checking a POST | 
Definition at line 88 of file class.assMultipleChoiceGUI.php.
References ILIAS\Repository\object().
Referenced by editQuestion(), and writePostData().
 Here is the call graph for this function:
 Here is the caller graph for this function:| assMultipleChoiceGUI::getPresentationJavascripts | ( | ) | 
Definition at line 652 of file class.assMultipleChoiceGUI.php.
| assMultipleChoiceGUI::getPreview | ( | bool | $show_question_only = false,  | 
        
| bool | $show_inline_feedback = false  | 
        ||
| ) | 
Definition at line 430 of file class.assMultipleChoiceGUI.php.
References assQuestionGUI\buildFocusAnchorHtml(), getChoiceKeys(), assQuestionGUI\getILIASPage(), ilUtil\getImagePath(), assQuestionGUI\getPreviewSession(), hasInlineFeedback(), ILIAS\Repository\lng(), ILIAS\Repository\object(), populateSpecificFeedbackInline(), ilLegacyFormElementsUtil\prepareFormOutput(), and ilLegacyFormElementsUtil\prepareTextareaOutput().
 Here is the call graph for this function:| assMultipleChoiceGUI::getSolutionOutput | ( | int | $active_id, | 
| ?int | $pass = null,  | 
        ||
| bool | $graphical_output = false,  | 
        ||
| bool | $result_output = false,  | 
        ||
| bool | $show_question_only = true,  | 
        ||
| bool | $show_feedback = false,  | 
        ||
| bool | $show_correct_solution = false,  | 
        ||
| bool | $show_manual_scoring = false,  | 
        ||
| bool | $show_question_text = true,  | 
        ||
| bool | $show_inline_feedback = true  | 
        ||
| ) | 
Definition at line 199 of file class.assMultipleChoiceGUI.php.
References ILIAS\Repository\object(), and renderSolutionOutput().
 Here is the call graph for this function:| assMultipleChoiceGUI::getSpecificFeedbackOutput | ( | array | $userSolution | ) | 
Definition at line 673 of file class.assMultipleChoiceGUI.php.
References ilLegacyFormElementsUtil\prepareTextareaOutput().
 Here is the call graph for this function:| assMultipleChoiceGUI::getTestOutput | ( | int | $active_id, | 
| int | $pass, | ||
| bool | $is_question_postponed = false,  | 
        ||
| array|bool | $user_post_solutions = false,  | 
        ||
| bool | $show_specific_inline_feedback = false  | 
        ||
| ) | 
Definition at line 514 of file class.assMultipleChoiceGUI.php.
References getChoiceKeys(), ilUtil\getImagePath(), ILIAS\Repository\lng(), ILIAS\Repository\object(), assQuestionGUI\outQuestionPage(), populateSpecificFeedbackInline(), ilLegacyFormElementsUtil\prepareFormOutput(), ilLegacyFormElementsUtil\prepareTextareaOutput(), and setUseEmptySolutionInputChecked().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 629 of file class.assMultipleChoiceGUI.php.
References assQuestionGUI\$tpl, ilGlobalPageTemplate\get(), isUseEmptySolutionInputChecked(), ILIAS\Repository\object(), ilGlobalPageTemplate\parseCurrentBlock(), ilGlobalPageTemplate\setCurrentBlock(), ilGlobalPageTemplate\setVariable(), and ilGlobalPageTemplate\touchBlock().
 Here is the call graph for this function:| assMultipleChoiceGUI::hasInlineFeedback | ( | ) | 
Definition at line 57 of file class.assMultipleChoiceGUI.php.
References ILIAS\Repository\object().
Referenced by getPreview(), and renderSolutionOutput().
 Here is the call graph for this function:
 Here is the caller graph for this function:| assMultipleChoiceGUI::isUseEmptySolutionInputChecked | ( | ) | 
Definition at line 619 of file class.assMultipleChoiceGUI.php.
References $useEmptySolutionInputChecked.
Referenced by getUseUnchangedAnswerCheckboxHtml().
 Here is the caller graph for this function:| assMultipleChoiceGUI::populateAnswerSpecificFormPart | ( | \ilPropertyFormGUI | $form, | 
| bool | $is_singleline = false  | 
        ||
| ) | 
Definition at line 829 of file class.assMultipleChoiceGUI.php.
References ilPropertyFormGUI\addItem(), ILIAS\Repository\lng(), ILIAS\Repository\object(), and ilFormPropertyGUI\setRequired().
Referenced by buildEditForm().
 Here is the call graph for this function:
 Here is the caller graph for this function:| assMultipleChoiceGUI::populateCorrectionsFormProperties | ( | ilPropertyFormGUI | $form | ) | 
Definition at line 980 of file class.assMultipleChoiceGUI.php.
References ilPropertyFormGUI\addItem(), ILIAS\Repository\lng(), ILIAS\Repository\object(), and ilFormPropertyGUI\setRequired().
 Here is the call graph for this function:| assMultipleChoiceGUI::populateQuestionSpecificFormPart | ( | \ilPropertyFormGUI | $form, | 
| bool | $is_singleline = false  | 
        ||
| ) | 
Definition at line 776 of file class.assMultipleChoiceGUI.php.
References ilPropertyFormGUI\addItem(), ILIAS\Repository\lng(), ILIAS\Repository\object(), and ilFormPropertyGUI\setRequired().
Referenced by buildEditForm().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 903 of file class.assMultipleChoiceGUI.php.
References ILIAS\Repository\object(), and ilLegacyFormElementsUtil\prepareTextareaOutput().
Referenced by getPreview(), and getTestOutput().
 Here is the call graph for this function:
 Here is the caller graph for this function:| assMultipleChoiceGUI::removechoice | ( | ) | 
Definition at line 192 of file class.assMultipleChoiceGUI.php.
References editQuestion(), and writePostData().
 Here is the call graph for this function:| assMultipleChoiceGUI::removeimagechoice | ( | ) | 
Definition at line 176 of file class.assMultipleChoiceGUI.php.
References editQuestion(), assQuestionGUI\setAdditionalContentEditingModeFromPost(), and writePostData().
 Here is the call graph for this function:| assMultipleChoiceGUI::renderSolutionOutput | ( | mixed | $user_solutions, | 
| int | $active_id, | ||
| ?int | $pass, | ||
| bool | $graphical_output = false,  | 
        ||
| bool | $result_output = false,  | 
        ||
| bool | $show_question_only = true,  | 
        ||
| bool | $show_feedback = false,  | 
        ||
| bool | $show_correct_solution = false,  | 
        ||
| bool | $show_manual_scoring = false,  | 
        ||
| bool | $show_question_text = true,  | 
        ||
| bool | $show_autosave_title = false,  | 
        ||
| bool | $show_inline_feedback = false  | 
        ||
| ) | 
Definition at line 240 of file class.assMultipleChoiceGUI.php.
References assQuestionGUI\buildFocusAnchorHtml(), ilAssQuestionFeedback\CSS_CLASS_FEEDBACK_CORRECT, ilAssQuestionFeedback\CSS_CLASS_FEEDBACK_WRONG, assQuestionGUI\generateCorrectnessIconsForCorrectness(), getChoiceKeys(), assQuestionGUI\getGenericFeedbackOutput(), ilUtil\getHtmlPath(), assQuestionGUI\getILIASPage(), ilUtil\getImagePath(), assQuestionGUI\hasCorrectSolution(), hasInlineFeedback(), assQuestionGUI\isRenderPurposePrintPdf(), assQuestionGUI\isTestPresentationContext(), ILIAS\Repository\lng(), ILIAS\Repository\object(), ilLegacyFormElementsUtil\prepareFormOutput(), ilLegacyFormElementsUtil\prepareTextareaOutput(), and assQuestionGUI\renderPurposeSupportsFormHtml().
Referenced by getSolutionOutput().
 Here is the call graph for this function:
 Here is the caller graph for this function:| assMultipleChoiceGUI::saveCorrectionsFormProperties | ( | ilPropertyFormGUI | $form | ) | 
| ilPropertyFormGUI | $form | 
Definition at line 992 of file class.assMultipleChoiceGUI.php.
References ilPropertyFormGUI\getItemByPostVar(), and ILIAS\Repository\object().
 Here is the call graph for this function:| assMultipleChoiceGUI::setUseEmptySolutionInputChecked | ( | $useEmptySolutionInputChecked | ) | 
Definition at line 624 of file class.assMultipleChoiceGUI.php.
References $useEmptySolutionInputChecked.
Referenced by getTestOutput().
 Here is the caller graph for this function:| assMultipleChoiceGUI::uploadchoice | ( | ) | 
Definition at line 169 of file class.assMultipleChoiceGUI.php.
References editQuestion(), assQuestionGUI\setAdditionalContentEditingModeFromPost(), and writePostData().
 Here is the call graph for this function:| assMultipleChoiceGUI::writeAnswerSpecificPostData | ( | ilPropertyFormGUI | $form | ) | 
Extracts the answer specific values from the request and applies them to the data object.
Implements ilGuiAnswerScoringAdjustable.
Definition at line 710 of file class.assMultipleChoiceGUI.php.
References $filename, $parts, assQuestionGUI\cleanupAnswerText(), and ILIAS\Repository\object().
Referenced by writePostData().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
{}
Definition at line 65 of file class.assMultipleChoiceGUI.php.
References assQuestionGUI\buildEditForm(), editQuestion(), getEditAnswersSingleLine(), assQuestionGUI\saveTaxonomyAssignments(), writeAnswerSpecificPostData(), assQuestionGUI\writeQuestionGenericPostData(), and writeQuestionSpecificPostData().
Referenced by addchoice(), removechoice(), removeimagechoice(), and uploadchoice().
 Here is the call graph for this function:
 Here is the caller graph for this function:| assMultipleChoiceGUI::writeQuestionSpecificPostData | ( | ilPropertyFormGUI | $form | ) | 
Extracts the question specific values from the request and applies them to the data object.
Implements ilGuiQuestionScoringAdjustable.
Definition at line 680 of file class.assMultipleChoiceGUI.php.
References ilPropertyFormGUI\getItemByPostVar(), ILIAS\Repository\int(), ILIAS\Repository\lng(), and ILIAS\Repository\object().
Referenced by writePostData().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 35 of file class.assMultipleChoiceGUI.php.
      
  | 
  protected | 
Definition at line 617 of file class.assMultipleChoiceGUI.php.
Referenced by isUseEmptySolutionInputChecked(), and setUseEmptySolutionInputChecked().