ILIAS  release_5-0 Revision 5.0.0-1144-gc4397b1f87
interface.ilGuiAnswerScoringAdjustable.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (c) 1998-2013 ILIAS open source, Extended GPL, see docs/LICENSE */
3 
20 {
28  public function populateAnswerSpecificFormPart(ilPropertyFormGUI $form );
29 
37  public function writeAnswerSpecificPostData(ilPropertyFormGUI $form);
38 
49 }
This class represents a property form user interface.
populateAnswerSpecificFormPart(ilPropertyFormGUI $form)
Adds the answer specific form parts to a question property form gui.
Interface ilGuiAnswerScoringAdjustable.
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...