ILIAS  trunk Revision v11.0_alpha-1713-gd8962da2f67
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
interface.ilGuiQuestionScoringAdjustable.php
Go to the documentation of this file.
1 <?php
2 
39 {
44 
49  public function writeQuestionSpecificPostData(ilPropertyFormGUI $form): void;
50 
60  public function getAfterParticipationSuppressionQuestionPostVars(): array;
61 }
writeQuestionSpecificPostData(ilPropertyFormGUI $form)
Extracts the question specific values from the request and applies them to the data object...
getAfterParticipationSuppressionQuestionPostVars()
Returns a list of postvars which will be suppressed in the form output when used in scoring adjustmen...
populateQuestionSpecificFormPart(ilPropertyFormGUI $form)
Adds the question specific forms 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...