ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
interface.ilGuiQuestionScoringAdjustable.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (c) 1998-2013 ILIAS open source, Extended GPL, see docs/LICENSE */
3 
24 {
33 
42  public function writeQuestionSpecificPostData(ilPropertyFormGUI $form);
43 
54 
63  public function getAggregatedAnswersView($relevant_answers);
64 }
This class represents a property form user interface.
writeQuestionSpecificPostData(ilPropertyFormGUI $form)
Extracts the question specific values from $_POST and applies them to the data object.
if(isset($_POST['submit'])) $form
getAggregatedAnswersView($relevant_answers)
Returns an html string containing a question specific representation of the answers so far given in t...
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.
Interface ilGuiQuestionScoringAdjustable.