ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
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... | |
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 Interface ilGuiAnswerScoringAdjustable
This is the extended interface for questions, which support the relevant object-class methods for post-test-scoring adjustments. This is the gui-part of the interfaces.
Definition at line 34 of file interface.ilGuiAnswerScoringAdjustable.php.
ilGuiAnswerScoringAdjustable::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')
Implemented in assClozeTestGUI, assMatchingQuestionGUI, assMultipleChoiceGUI, assTextQuestionGUI, assImagemapQuestionGUI, assKprimChoiceGUI, assSingleChoiceGUI, assOrderingQuestionGUI, assErrorTextGUI, assNumericGUI, and assTextSubsetGUI.
ilGuiAnswerScoringAdjustable::populateAnswerSpecificFormPart | ( | ilPropertyFormGUI | $form | ) |
Adds the answer specific form parts to a question property form gui.
Implemented in assClozeTestGUI, assKprimChoiceGUI, assOrderingQuestionGUI, and assErrorTextGUI.
ilGuiAnswerScoringAdjustable::writeAnswerSpecificPostData | ( | ilPropertyFormGUI | $form | ) |
Extracts the answer specific values from $_POST and applies them to the data object.
Implemented in assMultipleChoiceGUI, assSingleChoiceGUI, assTextQuestionGUI, assNumericGUI, assTextSubsetGUI, assKprimChoiceGUI, assOrderingQuestionGUI, assClozeTestGUI, assImagemapQuestionGUI, assErrorTextGUI, and assMatchingQuestionGUI.