ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
TestAdministrationInteractionTypes.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
21namespace ILIAS\Test\Logging;
22
24{
25 case NEW_TEST_CREATED = 'new_test_created';
26 case MAIN_SETTINGS_MODIFIED = 'main_settings_modified';
27 case SCORING_SETTINGS_MODIFIED = 'scoring_settings_modified';
28 case MARK_SCHEMA_MODIFIED = 'mark_schema_modified';
29 case MARK_SCHEMA_RESET = 'mark_schema_reset';
30 case QUESTION_SELECTION_CRITERIA_MODIFIED = 'question_selection_criteria_modified';
31 case QUESTION_ADDED = 'question_added';
32 case QUESTION_MOVED = 'question_moved';
33 case QUESTION_REMOVED = 'question_removed';
34 case QUESTION_REMOVED_IN_CORRECTIONS = 'question_removed_in_corrections';
35 case QUESTIONS_SYNCHRONISATION_RESET = 'question_synchronisation_reset';
36 case QUESTIONS_SYNCHRONISED = 'questions_synchronised';
37 case EXTRA_TIME_ADDED = 'extra_time_added';
38 case TEST_RUN_OF_PARTICIPANT_CLOSED = 'test_run_of_participant_closed';
39 case PARTICIPANT_DATA_REMOVED = 'participant_data_removed';
40 case TEST_DELETED = 'test_deleted';
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...