ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Data Structures | |
class | AdditionalInformationGenerator |
class | Factory |
class | LogTable |
class | TestAdministrationInteraction |
class | TestError |
class | TestLogger |
class | TestLoggingDatabaseRepository |
interface | TestLoggingRepository |
skergomard More... | |
class | TestLogViewer |
class | TestParticipantInteraction |
class | TestQuestionAdministrationInteraction |
interface | TestQuestionLogging |
class | TestScoringInteraction |
interface | TestUserInteraction |
Enumerations | |
enum | TestAdministrationInteractionTypes : string { TEST_DELETED = 'test_deleted' } |
enum | TestErrorTypes : string { ERROR_ON_UNDEFINED_INTERACTION = 'error_on_undefined_interaction' } |
enum | TestParticipantInteractionTypes : string { TEST_RUN_FINISHED = 'test_run_finished' } |
enum | TestQuestionAdministrationInteractionTypes : string { QUESTION_MODIFIED_IN_CORRECTIONS = 'question_modified_in_corrections' } |
enum | TestScoringInteractionTypes : string { QUESTION_GRADING_RESET = 'question_grading_reset' } |
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
enum ILIAS::Test::Logging::TestAdministrationInteractionTypes : string |
enum ILIAS::Test::Logging::TestErrorTypes : string |
Enumerator | |
---|---|
ERROR_ON_UNDEFINED_INTERACTION |
Definition at line 23 of file TestErrorTypes.php.
enum ILIAS::Test::Logging::TestParticipantInteractionTypes : string |
Enumerator | |
---|---|
QUESTION_MODIFIED_IN_CORRECTIONS |
Definition at line 23 of file TestQuestionAdministrationInteractionTypes.php.
enum ILIAS::Test::Logging::TestScoringInteractionTypes : string |