ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
interface.ilGuiAnswerScoringAdjustable.php
Go to the documentation of this file.
1 <?php
2 
35 {
40 
44  public function writeAnswerSpecificPostData(ilPropertyFormGUI $form): void;
45 
55  public function getAfterParticipationSuppressionAnswerPostVars(): array;
56 }
populateAnswerSpecificFormPart(ilPropertyFormGUI $form)
Adds the answer specific form parts to a question property form gui.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
writeAnswerSpecificPostData(ilPropertyFormGUI $form)
Extracts the answer specific values from $_POST and applies them to the data object.
getAfterParticipationSuppressionAnswerPostVars()
Returns a list of postvars which will be suppressed in the form output when used in scoring adjustmen...