ILIAS  release_8 Revision v8.19-1-g4e8f2f9140c
All Data Structures Namespaces Files Functions Variables 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 
66  public function getAggregatedAnswersView(array $relevant_answers): string;
67 }
getAggregatedAnswersView(array $relevant_answers)
Returns an html string containing a question specific representation of the answers so far given in t...
writeQuestionSpecificPostData(ilPropertyFormGUI $form)
Extracts the question specific values from $_POST 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...