ILIAS  release_4-4 Revision
All Data Structures Namespaces Files Functions Variables Modules Pages
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($always);
43 
54 
63  public function getAggregatedAnswersView($relevant_answers);
64 }
This class represents a property form user interface.
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.
writeQuestionSpecificPostData($always)
Extracts the question specific values from $_POST and applies them to the data object.
Interface ilGuiQuestionScoringAdjustable.