ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Static Public Member Functions | |
static | isTestExecutionCommand ($cmd) |
Data Fields | |
const | START_TEST = 'startTest' |
const | INIT_TEST = 'initTest' |
const | START_PLAYER = 'startPlayer' |
const | RESUME_PLAYER = 'resumePlayer' |
const | DISPLAY_ACCESS_CODE = 'displayAccessCode' |
const | ACCESS_CODE_CONFIRMED = 'accessCodeConfirmed' |
const | SHOW_QUESTION = 'showQuestion' |
const | PREVIOUS_QUESTION = 'previousQuestion' |
const | NEXT_QUESTION = 'nextQuestion' |
const | EDIT_SOLUTION = 'editSolution' |
const | MARK_QUESTION = 'markQuestion' |
const | MARK_QUESTION_SAVE = 'markQuestionAndSaveIntermediate' |
const | UNMARK_QUESTION = 'unmarkQuestion' |
const | UNMARK_QUESTION_SAVE = 'unmarkQuestionAndSaveIntermediate' |
const | SUBMIT_INTERMEDIATE_SOLUTION = 'submitIntermediateSolution' |
const | SUBMIT_SOLUTION = 'submitSolution' |
const | SUBMIT_SOLUTION_AND_NEXT = 'submitSolutionAndNext' |
const | REVERT_CHANGES = 'revertChanges' |
const | DETECT_CHANGES = 'detectChanges' |
const | DISCARD_SOLUTION = 'discardSolution' |
const | SKIP_QUESTION = 'skipQuestion' |
const | SHOW_INSTANT_RESPONSE = 'showInstantResponse' |
const | CONFIRM_HINT_REQUEST = 'confirmHintRequest' |
const | SHOW_REQUESTED_HINTS_LIST = 'showRequestedHintList' |
const | QUESTION_SUMMARY = 'outQuestionSummary' |
const | QUESTION_SUMMARY_INC_OBLIGATIONS = 'outQuestionSummaryWithObligationsInfo' |
const | QUESTION_SUMMARY_OBLIGATIONS_ONLY = 'outObligationsOnlySummary' |
const | TOGGLE_SIDE_LIST = 'toggleSideList' |
const | SHOW_QUESTION_SELECTION = 'showQuestionSelection' |
const | UNFREEZE_ANSWERS = 'unfreezeCheckedQuestionsAnswers' |
const | AUTO_SAVE = 'autosave' |
const | REDIRECT_ON_TIME_LIMIT = 'redirectAfterAutosave' |
const | SUSPEND_TEST = 'suspendTest' |
const | FINISH_TEST = 'finishTest' |
const | AFTER_TEST_PASS_FINISHED = 'afterTestPassFinished' |
const | SHOW_FINAL_STATMENT = 'showFinalStatement' |
const | BACK_TO_INFO_SCREEN = 'backToInfoScreen' |
const | BACK_FROM_FINISHING = 'backFromFinishing' |
Static Private Attributes | |
static | $nonExecutionCommands |
Definition at line 11 of file class.ilTestPlayerCommands.php.
|
static |
$cmd |
Definition at line 80 of file class.ilTestPlayerCommands.php.
References $cmd.
Referenced by ilTestOutputGUI\executeCommand().
|
staticprivate |
Definition at line 68 of file class.ilTestPlayerCommands.php.
const ilTestPlayerCommands::ACCESS_CODE_CONFIRMED = 'accessCodeConfirmed' |
Definition at line 19 of file class.ilTestPlayerCommands.php.
Referenced by ilTestPlayerAbstractGUI\displayAccessCodeCmd().
const ilTestPlayerCommands::AFTER_TEST_PASS_FINISHED = 'afterTestPassFinished' |
Definition at line 59 of file class.ilTestPlayerCommands.php.
Referenced by ilTestPlayerAbstractGUI\finishTestCmd(), ilTestPlayerAbstractGUI\redirectAfterAutosaveCmd(), and ilTestPlayerAbstractGUI\showFinalStatementCmd().
const ilTestPlayerCommands::AUTO_SAVE = 'autosave' |
Definition at line 54 of file class.ilTestPlayerCommands.php.
Referenced by ilTestPlayerAbstractGUI\populateNavWhenChangedModal().
const ilTestPlayerCommands::BACK_FROM_FINISHING = 'backFromFinishing' |
Definition at line 63 of file class.ilTestPlayerCommands.php.
Referenced by ilTestSubmissionReviewGUI\buildToolbar(), and ilTestPlayerAbstractGUI\confirmFinishCmd().
const ilTestPlayerCommands::BACK_TO_INFO_SCREEN = 'backToInfoScreen' |
Definition at line 62 of file class.ilTestPlayerCommands.php.
Referenced by ilTestPlayerAbstractGUI\showMaximumAllowedUsersReachedMessage().
const ilTestPlayerCommands::CONFIRM_HINT_REQUEST = 'confirmHintRequest' |
Definition at line 43 of file class.ilTestPlayerCommands.php.
Referenced by ilTestPlayerAbstractGUI\buildEditableStateQuestionNavigationGUI().
const ilTestPlayerCommands::DETECT_CHANGES = 'detectChanges' |
Definition at line 37 of file class.ilTestPlayerCommands.php.
Referenced by ilTestPlayerAbstractGUI\populateNavWhenChangedModal().
const ilTestPlayerCommands::DISCARD_SOLUTION = 'discardSolution' |
Definition at line 39 of file class.ilTestPlayerCommands.php.
Referenced by ilTestPlayerAbstractGUI\populateDiscardSolutionModal().
const ilTestPlayerCommands::DISPLAY_ACCESS_CODE = 'displayAccessCode' |
Definition at line 18 of file class.ilTestPlayerCommands.php.
Referenced by ilTestPlayerAbstractGUI\initTestCmd().
const ilTestPlayerCommands::EDIT_SOLUTION = 'editSolution' |
Definition at line 26 of file class.ilTestPlayerCommands.php.
Referenced by ilTestPlayerAbstractGUI\buildReadOnlyStateQuestionNavigationGUI().
const ilTestPlayerCommands::FINISH_TEST = 'finishTest' |
Definition at line 58 of file class.ilTestPlayerCommands.php.
Referenced by ilTestSubmissionReviewGUI\buildToolbar(), and ilListOfQuestionsTableGUI\init().
const ilTestPlayerCommands::INIT_TEST = 'initTest' |
Definition at line 14 of file class.ilTestPlayerCommands.php.
Referenced by ilTestPlayerAbstractGUI\startPlayerCmd().
const ilTestPlayerCommands::MARK_QUESTION = 'markQuestion' |
Definition at line 27 of file class.ilTestPlayerCommands.php.
Referenced by ilTestPlayerAbstractGUI\buildReadOnlyStateQuestionNavigationGUI().
const ilTestPlayerCommands::MARK_QUESTION_SAVE = 'markQuestionAndSaveIntermediate' |
Definition at line 28 of file class.ilTestPlayerCommands.php.
Referenced by ilTestPlayerAbstractGUI\buildEditableStateQuestionNavigationGUI().
const ilTestPlayerCommands::NEXT_QUESTION = 'nextQuestion' |
Definition at line 24 of file class.ilTestPlayerCommands.php.
Referenced by ilTestPlayerAbstractGUI\buildNextButtonInstance().
const ilTestPlayerCommands::PREVIOUS_QUESTION = 'previousQuestion' |
Definition at line 23 of file class.ilTestPlayerCommands.php.
Referenced by ilTestPlayerAbstractGUI\buildPreviousButtonInstance().
const ilTestPlayerCommands::QUESTION_SUMMARY = 'outQuestionSummary' |
Definition at line 46 of file class.ilTestPlayerCommands.php.
Referenced by ilTestNavigationToolbarGUI\addQuestionListButton(), ilTestSubmissionReviewGUI\buildToolbar(), ilTestOutputGUI\resumePlayerCmd(), and ilTestOutputGUI\startTestCmd().
const ilTestPlayerCommands::QUESTION_SUMMARY_INC_OBLIGATIONS = 'outQuestionSummaryWithObligationsInfo' |
Definition at line 47 of file class.ilTestPlayerCommands.php.
Referenced by ilTestPlayerAbstractGUI\finishTestCmd().
const ilTestPlayerCommands::QUESTION_SUMMARY_OBLIGATIONS_ONLY = 'outObligationsOnlySummary' |
Definition at line 48 of file class.ilTestPlayerCommands.php.
Referenced by ilTestPlayerAbstractGUI\finishTestCmd().
const ilTestPlayerCommands::REDIRECT_ON_TIME_LIMIT = 'redirectAfterAutosave' |
Definition at line 55 of file class.ilTestPlayerCommands.php.
Referenced by ilTestPlayerAbstractGUI\autosaveCmd().
const ilTestPlayerCommands::RESUME_PLAYER = 'resumePlayer' |
Definition at line 16 of file class.ilTestPlayerCommands.php.
Referenced by ilTestPlayerAbstractGUI\prepareTestPage().
const ilTestPlayerCommands::REVERT_CHANGES = 'revertChanges' |
Definition at line 36 of file class.ilTestPlayerCommands.php.
Referenced by ilTestPlayerAbstractGUI\buildEditableStateQuestionNavigationGUI().
const ilTestPlayerCommands::SHOW_FINAL_STATMENT = 'showFinalStatement' |
Definition at line 60 of file class.ilTestPlayerCommands.php.
Referenced by ilTestPlayerAbstractGUI\afterTestPassFinishedCmd().
const ilTestPlayerCommands::SHOW_INSTANT_RESPONSE = 'showInstantResponse' |
Definition at line 41 of file class.ilTestPlayerCommands.php.
Referenced by ilTestPlayerAbstractGUI\buildEditableStateQuestionNavigationGUI().
const ilTestPlayerCommands::SHOW_QUESTION = 'showQuestion' |
Definition at line 21 of file class.ilTestPlayerCommands.php.
Referenced by ilTestPlayerAbstractGUI\backFromFinishingCmd(), ilTestQuestionSideListGUI\buildLink(), ilTestPlayerDynamicQuestionSetGUI\discardSolutionCmd(), ilTestOutputGUI\discardSolutionCmd(), ilTestPlayerDynamicQuestionSetGUI\editSolutionCmd(), ilTestOutputGUI\editSolutionCmd(), ilTestOutputGUI\executeCommand(), ilTestPlayerDynamicQuestionSetGUI\executeCommand(), ilListOfQuestionsTableGUI\fillRow(), ilTestPlayerDynamicQuestionSetGUI\fromPassDeletionCmd(), ilTestPlayerDynamicQuestionSetGUI\getStartTestFromQuestionSelectionLink(), ilTestOutputGUI\handleQuestionActionCmd(), ilTestPlayerDynamicQuestionSetGUI\handleQuestionActionCmd(), ilTestPlayerAbstractGUI\handleTearsAndAngerQuestionIsNull(), ilListOfQuestionsTableGUI\init(), ilTestPlayerDynamicQuestionSetGUI\markQuestionCmd(), ilTestPlayerAbstractGUI\markQuestionCmd(), ilTestPlayerDynamicQuestionSetGUI\nextQuestionCmd(), ilTestOutputGUI\nextQuestionCmd(), ilTestOutputGUI\previousQuestionCmd(), ilTestQuestionSideListGUI\renderList(), ilTestPlayerDynamicQuestionSetGUI\resumePlayerCmd(), ilTestOutputGUI\resumePlayerCmd(), ilTestPlayerAbstractGUI\revertChangesCmd(), ilTestPlayerDynamicQuestionSetGUI\showCheckedQuestionResettingConfirmation(), ilTestPlayerDynamicQuestionSetGUI\showInstantResponseCmd(), ilTestOutputGUI\showInstantResponseCmd(), ilTestOutputGUI\skipQuestionCmd(), ilTestOutputGUI\startTestCmd(), ilTestPlayerDynamicQuestionSetGUI\startTestCmd(), ilTestPlayerAbstractGUI\submitIntermediateSolutionCmd(), ilTestPlayerDynamicQuestionSetGUI\submitSolutionAndNextCmd(), ilTestOutputGUI\submitSolutionAndNextCmd(), ilTestPlayerDynamicQuestionSetGUI\submitSolutionCmd(), ilTestOutputGUI\submitSolutionCmd(), ilTestPlayerAbstractGUI\toggleSideListCmd(), ilTestPlayerDynamicQuestionSetGUI\unfreezeCheckedQuestionsAnswersCmd(), ilTestPlayerDynamicQuestionSetGUI\unmarkQuestionCmd(), and ilTestPlayerAbstractGUI\unmarkQuestionCmd().
const ilTestPlayerCommands::SHOW_QUESTION_SELECTION = 'showQuestionSelection' |
Definition at line 51 of file class.ilTestPlayerCommands.php.
Referenced by ilTestNavigationToolbarGUI\addQuestionSelectionButton(), ilTestPlayerDynamicQuestionSetGUI\buildQuestionSetStatisticTableGUI(), ilTestPlayerDynamicQuestionSetGUI\filterQuestionSelectionCmd(), ilTestPlayerDynamicQuestionSetGUI\resetQuestionSelectionCmd(), ilTestPlayerDynamicQuestionSetGUI\resumePlayerCmd(), and ilTestPlayerDynamicQuestionSetGUI\startTestCmd().
const ilTestPlayerCommands::SHOW_REQUESTED_HINTS_LIST = 'showRequestedHintList' |
Definition at line 44 of file class.ilTestPlayerCommands.php.
Referenced by ilTestPlayerAbstractGUI\buildEditableStateQuestionNavigationGUI().
const ilTestPlayerCommands::SKIP_QUESTION = 'skipQuestion' |
Definition at line 40 of file class.ilTestPlayerCommands.php.
Referenced by ilTestPlayerAbstractGUI\showQuestionEditable().
const ilTestPlayerCommands::START_PLAYER = 'startPlayer' |
Definition at line 15 of file class.ilTestPlayerCommands.php.
const ilTestPlayerCommands::START_TEST = 'startTest' |
Definition at line 13 of file class.ilTestPlayerCommands.php.
Referenced by ilTestPlayerAbstractGUI\accessCodeConfirmedCmd(), and ilTestPlayerAbstractGUI\initTestCmd().
const ilTestPlayerCommands::SUBMIT_INTERMEDIATE_SOLUTION = 'submitIntermediateSolution' |
Definition at line 32 of file class.ilTestPlayerCommands.php.
Referenced by ilTestOutputGUI\showQuestionCmd(), and ilTestPlayerDynamicQuestionSetGUI\showQuestionCmd().
const ilTestPlayerCommands::SUBMIT_SOLUTION = 'submitSolution' |
Definition at line 33 of file class.ilTestPlayerCommands.php.
Referenced by ilTestPlayerAbstractGUI\buildEditableStateQuestionNavigationGUI().
const ilTestPlayerCommands::SUBMIT_SOLUTION_AND_NEXT = 'submitSolutionAndNext' |
Definition at line 34 of file class.ilTestPlayerCommands.php.
const ilTestPlayerCommands::SUSPEND_TEST = 'suspendTest' |
Definition at line 57 of file class.ilTestPlayerCommands.php.
Referenced by ilTestNavigationToolbarGUI\addSuspendTestButton(), and ilTestPlayerDynamicQuestionSetGUI\showQuestionSelectionCmd().
const ilTestPlayerCommands::TOGGLE_SIDE_LIST = 'toggleSideList' |
Definition at line 49 of file class.ilTestPlayerCommands.php.
Referenced by ilTestNavigationToolbarGUI\addQuestionTreeButton().
const ilTestPlayerCommands::UNFREEZE_ANSWERS = 'unfreezeCheckedQuestionsAnswers' |
Definition at line 52 of file class.ilTestPlayerCommands.php.
Referenced by ilTestPlayerDynamicQuestionSetGUI\showCheckedQuestionResettingConfirmation().
const ilTestPlayerCommands::UNMARK_QUESTION = 'unmarkQuestion' |
Definition at line 29 of file class.ilTestPlayerCommands.php.
Referenced by ilTestPlayerAbstractGUI\buildReadOnlyStateQuestionNavigationGUI().
const ilTestPlayerCommands::UNMARK_QUESTION_SAVE = 'unmarkQuestionAndSaveIntermediate' |
Definition at line 30 of file class.ilTestPlayerCommands.php.
Referenced by ilTestPlayerAbstractGUI\buildEditableStateQuestionNavigationGUI().