ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilExAssignmentTypeGUIInterface 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 ilExAssignmentTypeGUIInterface:
+ Collaboration diagram for ilExAssignmentTypeGUIInterface:

Public Member Functions

 addEditFormCustomProperties (ilPropertyFormGUI $form)
 Add custom form properties to edit form. More...
 
 importFormToAssignment (ilExAssignment $ass, ilPropertyFormGUI $form)
 Get values from form and put them into assignment. More...
 
 getFormValuesArray (ilExAssignment $ass)
 Get form values array from assignment. More...
 
 getOverviewContent (ilInfoScreenGUI $a_info, ilExSubmission $a_submission)
 Add overview content of submission to info screen object. More...
 
 setSubmission (ilExSubmission $a_submission)
 Set submission. More...
 
 setExercise (ilObjExercise $a_exercise)
 Set exercise. More...
 
 buildSubmissionPropertiesAndActions (\ILIAS\Exercise\Assignment\PropertyAndActionBuilderUI $builder)
 

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 for assignment types

Currently this interface contains GUI functions for different scenarios (editing screen, assignment overview, ...)

Author
Alex Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

Definition at line 27 of file interface.ilExAssignmentTypeGUIInterface.php.

Member Function Documentation

◆ addEditFormCustomProperties()

ilExAssignmentTypeGUIInterface::addEditFormCustomProperties ( ilPropertyFormGUI  $form)

◆ buildSubmissionPropertiesAndActions()

◆ getFormValuesArray()

ilExAssignmentTypeGUIInterface::getFormValuesArray ( ilExAssignment  $ass)

Get form values array from assignment.

Returns
array

Implemented in ilExAssTypeWikiTeamGUI, ilExAssTypeTextGUI, ilExAssTypePortfolioGUI, ilExAssTypeUploadGUI, ilExAssTypeBlogGUI, and ilExAssTypeUploadTeamGUI.

◆ getOverviewContent()

ilExAssignmentTypeGUIInterface::getOverviewContent ( ilInfoScreenGUI  $a_info,
ilExSubmission  $a_submission 
)

Add overview content of submission to info screen object.

Implemented in ilExAssTypeWikiTeamGUI, ilExAssTypeTextGUI, ilExAssTypePortfolioGUI, ilExAssTypeUploadGUI, ilExAssTypeBlogGUI, and ilExAssTypeUploadTeamGUI.

◆ importFormToAssignment()

ilExAssignmentTypeGUIInterface::importFormToAssignment ( ilExAssignment  $ass,
ilPropertyFormGUI  $form 
)

◆ setExercise()

ilExAssignmentTypeGUIInterface::setExercise ( ilObjExercise  $a_exercise)

Set exercise.

◆ setSubmission()

ilExAssignmentTypeGUIInterface::setSubmission ( ilExSubmission  $a_submission)

Set submission.


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