ILIAS  release_8 Revision v8.19-1-g4e8f2f9140c
All Data Structures Namespaces Files Functions Variables Modules Pages
ilGuiQuestionScoringAdjustable Interface Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

+ Inheritance diagram for ilGuiQuestionScoringAdjustable:
+ Collaboration diagram for ilGuiQuestionScoringAdjustable:

Public Member Functions

 populateQuestionSpecificFormPart (ilPropertyFormGUI $form)
 Adds the question specific forms parts to a question property form gui. More...
 
 writeQuestionSpecificPostData (ilPropertyFormGUI $form)
 Extracts the question specific values from $_POST and applies them to the data object. More...
 
 getAfterParticipationSuppressionQuestionPostVars ()
 Returns a list of postvars which will be suppressed in the form output when used in scoring adjustment. More...
 
 getAggregatedAnswersView (array $relevant_answers)
 Returns an html string containing a question specific representation of the answers so far given in the test for use in the right column in the scoring adjustment user interface. More...
 

Detailed Description

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Interface ilGuiQuestionScoringAdjustable

This is the extended interface for questions, which support the relevant object-class methods for post-test-scoring adjustments. This is the gui-part of the interfaces.

In order to implement this interface from the current state in ILIAS 4.3, you need to refactor methods and extract code. populateQuestionSpecificFormPart and populateAnswerSpecificFormPart reside in editQuestion. The other methods, writeQuestionSpecificPostData and writeAnswerSpecificPostData are in writePostData. A good example how this is done can be found in class.assClozeTestGUI.php.

See also
ObjScoringAdjustable
Author
Maximilian Becker mbeck.nosp@m.er@d.nosp@m.ataba.nosp@m.y.de
Version
$Id$

Definition at line 38 of file interface.ilGuiQuestionScoringAdjustable.php.

Member Function Documentation

◆ getAfterParticipationSuppressionQuestionPostVars()

ilGuiQuestionScoringAdjustable::getAfterParticipationSuppressionQuestionPostVars ( )

Returns a list of postvars which will be suppressed in the form output when used in scoring adjustment.

The form elements will be shown disabled, so the users see the usual form but can only edit the settings, which make sense in the given context.

E.g. array('cloze_type', 'image_filename')

Returns
string[]

Implemented in assClozeTestGUI, assMatchingQuestionGUI, assMultipleChoiceGUI, assTextQuestionGUI, assImagemapQuestionGUI, assKprimChoiceGUI, assOrderingQuestionGUI, assSingleChoiceGUI, assLongMenuGUI, assErrorTextGUI, assFileUploadGUI, assNumericGUI, assTextSubsetGUI, and assOrderingHorizontalGUI.

◆ getAggregatedAnswersView()

ilGuiQuestionScoringAdjustable::getAggregatedAnswersView ( array  $relevant_answers)

Returns an html string containing a question specific representation of the answers so far given in the test for use in the right column in the scoring adjustment user interface.

Implemented in assMatchingQuestionGUI, assMultipleChoiceGUI, assImagemapQuestionGUI, assTextQuestionGUI, assKprimChoiceGUI, assSingleChoiceGUI, assOrderingQuestionGUI, assLongMenuGUI, assErrorTextGUI, assFileUploadGUI, assOrderingHorizontalGUI, assNumericGUI, and assTextSubsetGUI.

Referenced by assClozeTestGUI\getAfterParticipationSuppressionQuestionPostVars().

+ Here is the caller graph for this function:

◆ populateQuestionSpecificFormPart()

ilGuiQuestionScoringAdjustable::populateQuestionSpecificFormPart ( ilPropertyFormGUI  $form)

Adds the question specific forms parts to a question property form gui.

Implemented in assClozeTestGUI, assErrorTextGUI, assLongMenuGUI, assKprimChoiceGUI, and assFileUploadGUI.

◆ writeQuestionSpecificPostData()

ilGuiQuestionScoringAdjustable::writeQuestionSpecificPostData ( ilPropertyFormGUI  $form)

The documentation for this interface was generated from the following file: