|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Collaboration diagram for ilTestPlayerCommands: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 | AUTO_SAVE_ON_TIME_LIMIT = 'autosaveOnTimeLimit' |
| const | REDIRECT_ON_TIME_LIMIT = 'redirectAfterAutosave' |
| const | REDIRECT_AFTER_QUESTION_LIST = 'redirectAfterQuestionList' |
| 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 28 of file class.ilTestPlayerCommands.php.
|
static |
| $cmd |
Definition at line 99 of file class.ilTestPlayerCommands.php.
Referenced by ilTestOutputGUI\executeCommand().
Here is the caller graph for this function:
|
staticprivate |
Definition at line 87 of file class.ilTestPlayerCommands.php.
| const ilTestPlayerCommands::ACCESS_CODE_CONFIRMED = 'accessCodeConfirmed' |
Definition at line 36 of file class.ilTestPlayerCommands.php.
Referenced by ilTestPlayerAbstractGUI\displayAccessCodeCmd().
| const ilTestPlayerCommands::AFTER_TEST_PASS_FINISHED = 'afterTestPassFinished' |
Definition at line 78 of file class.ilTestPlayerCommands.php.
Referenced by ilTestPlayerAbstractGUI\finishTestCmd(), ilTestPlayerAbstractGUI\redirectAfterFinish(), and ilTestPlayerAbstractGUI\showFinalStatementCmd().
| const ilTestPlayerCommands::AUTO_SAVE = 'autosave' |
Definition at line 71 of file class.ilTestPlayerCommands.php.
Referenced by ilTestPlayerAbstractGUI\isFollowUpQuestionLocksConfirmationPrevented().
| const ilTestPlayerCommands::AUTO_SAVE_ON_TIME_LIMIT = 'autosaveOnTimeLimit' |
Definition at line 72 of file class.ilTestPlayerCommands.php.
Referenced by ilTestPlayerAbstractGUI\isFollowUpQuestionLocksConfirmationPrevented().
| const ilTestPlayerCommands::BACK_FROM_FINISHING = 'backFromFinishing' |
Definition at line 82 of file class.ilTestPlayerCommands.php.
Referenced by ilTestSubmissionReviewGUI\buildToolbar().
| const ilTestPlayerCommands::BACK_TO_INFO_SCREEN = 'backToInfoScreen' |
Definition at line 81 of file class.ilTestPlayerCommands.php.
| const ilTestPlayerCommands::CONFIRM_HINT_REQUEST = 'confirmHintRequest' |
Definition at line 60 of file class.ilTestPlayerCommands.php.
Referenced by ilTestPlayerAbstractGUI\buildEditableStateQuestionNavigationGUI().
| const ilTestPlayerCommands::DETECT_CHANGES = 'detectChanges' |
Definition at line 54 of file class.ilTestPlayerCommands.php.
Referenced by ilTestPlayerAbstractGUI\isFollowUpQuestionLocksConfirmationPrevented().
| const ilTestPlayerCommands::DISCARD_SOLUTION = 'discardSolution' |
Definition at line 56 of file class.ilTestPlayerCommands.php.
| const ilTestPlayerCommands::DISPLAY_ACCESS_CODE = 'displayAccessCode' |
Definition at line 35 of file class.ilTestPlayerCommands.php.
Referenced by ilTestPlayerAbstractGUI\initTestCmd().
| const ilTestPlayerCommands::EDIT_SOLUTION = 'editSolution' |
Definition at line 43 of file class.ilTestPlayerCommands.php.
Referenced by ilTestPlayerAbstractGUI\buildReadOnlyStateQuestionNavigationGUI().
| const ilTestPlayerCommands::FINISH_TEST = 'finishTest' |
Definition at line 77 of file class.ilTestPlayerCommands.php.
Referenced by ilTestPlayerAbstractGUI\buildFinishTestModal(), and ilTestPlayerAbstractGUI\getFinishTestCommand().
| const ilTestPlayerCommands::INIT_TEST = 'initTest' |
Definition at line 31 of file class.ilTestPlayerCommands.php.
Referenced by ilTestScreenGUI\evaluateLauncherModalForm(), ilTestScreenGUI\getStartLauncherLink(), and ilTestPlayerAbstractGUI\startPlayerCmd().
| const ilTestPlayerCommands::MARK_QUESTION = 'markQuestion' |
Definition at line 44 of file class.ilTestPlayerCommands.php.
Referenced by ilTestPlayerAbstractGUI\buildReadOnlyStateQuestionNavigationGUI().
| const ilTestPlayerCommands::MARK_QUESTION_SAVE = 'markQuestionAndSaveIntermediate' |
Definition at line 45 of file class.ilTestPlayerCommands.php.
Referenced by ilTestPlayerAbstractGUI\buildEditableStateQuestionNavigationGUI().
| const ilTestPlayerCommands::NEXT_QUESTION = 'nextQuestion' |
Definition at line 41 of file class.ilTestPlayerCommands.php.
Referenced by ilTestPlayerAbstractGUI\buildNextButtonInstance().
| const ilTestPlayerCommands::PREVIOUS_QUESTION = 'previousQuestion' |
Definition at line 40 of file class.ilTestPlayerCommands.php.
Referenced by ilTestPlayerAbstractGUI\buildPreviousButtonInstance().
| const ilTestPlayerCommands::QUESTION_SUMMARY = 'outQuestionSummary' |
Definition at line 63 of file class.ilTestPlayerCommands.php.
Referenced by ilTestNavigationToolbarGUI\addPassOverviewButton(), ilTestSubmissionReviewGUI\buildToolbar(), ilTestPlayerAbstractGUI\getFinishTestCommand(), ilTestOutputGUI\resumePlayerCmd(), ilTestNavigationToolbarGUI\retrieveFinishTestButton(), and ilTestOutputGUI\startTestCmd().
| const ilTestPlayerCommands::QUESTION_SUMMARY_INC_OBLIGATIONS = 'outQuestionSummaryWithObligationsInfo' |
Definition at line 64 of file class.ilTestPlayerCommands.php.
Referenced by ilTestPlayerAbstractGUI\finishTestCmd(), and ilTestPlayerAbstractGUI\getFinishTestCommand().
| const ilTestPlayerCommands::QUESTION_SUMMARY_OBLIGATIONS_ONLY = 'outObligationsOnlySummary' |
Definition at line 65 of file class.ilTestPlayerCommands.php.
Referenced by ilTestPlayerAbstractGUI\finishTestCmd().
| const ilTestPlayerCommands::REDIRECT_AFTER_QUESTION_LIST = 'redirectAfterQuestionList' |
Definition at line 74 of file class.ilTestPlayerCommands.php.
Referenced by ilTestPlayerAbstractGUI\outProcessingTime(), and ilTestSubmissionReviewGUI\show().
| const ilTestPlayerCommands::REDIRECT_ON_TIME_LIMIT = 'redirectAfterAutosave' |
Definition at line 73 of file class.ilTestPlayerCommands.php.
Referenced by ilTestPlayerAbstractGUI\autosaveOnTimeLimitCmd().
| const ilTestPlayerCommands::RESUME_PLAYER = 'resumePlayer' |
Definition at line 33 of file class.ilTestPlayerCommands.php.
Referenced by ilTestScreenGUI\getResumeLauncherLink(), and ilTestPlayerAbstractGUI\prepareTestPage().
| const ilTestPlayerCommands::REVERT_CHANGES = 'revertChanges' |
Definition at line 53 of file class.ilTestPlayerCommands.php.
Referenced by ilTestPlayerAbstractGUI\buildEditableStateQuestionNavigationGUI().
| const ilTestPlayerCommands::SHOW_FINAL_STATMENT = 'showFinalStatement' |
Definition at line 79 of file class.ilTestPlayerCommands.php.
Referenced by ilTestPlayerAbstractGUI\afterTestPassFinishedCmd().
| const ilTestPlayerCommands::SHOW_INSTANT_RESPONSE = 'showInstantResponse' |
Definition at line 58 of file class.ilTestPlayerCommands.php.
Referenced by ilTestPlayerAbstractGUI\buildEditableStateQuestionNavigationGUI().
| const ilTestPlayerCommands::SHOW_QUESTION = 'showQuestion' |
Definition at line 38 of file class.ilTestPlayerCommands.php.
Referenced by ilTestPlayerAbstractGUI\backFromFinishingCmd(), ilTestOutputGUI\discardSolutionCmd(), ilTestOutputGUI\editSolutionCmd(), ilTestOutputGUI\executeCommand(), ilListOfQuestionsTableGUI\fillRow(), ilTestOutputGUI\handleQuestionActionCmd(), ilTestPlayerAbstractGUI\handleTearsAndAngerQuestionIsNull(), ilListOfQuestionsTableGUI\init(), ilTestPlayerAbstractGUI\markQuestionCmd(), ilTestOutputGUI\nextQuestionCmd(), ilTestOutputGUI\previousQuestionCmd(), ilTestOutputGUI\resumePlayerCmd(), ilTestPlayerAbstractGUI\revertChangesCmd(), ilTestOutputGUI\showInstantResponseCmd(), ilTestPlayerAbstractGUI\showSideList(), ilTestOutputGUI\skipQuestionCmd(), ilTestOutputGUI\startTestCmd(), ilTestPlayerAbstractGUI\submitIntermediateSolutionCmd(), ilTestOutputGUI\submitSolutionAndNextCmd(), ilTestOutputGUI\submitSolutionCmd(), and ilTestPlayerAbstractGUI\unmarkQuestionCmd().
| const ilTestPlayerCommands::SHOW_QUESTION_SELECTION = 'showQuestionSelection' |
Definition at line 68 of file class.ilTestPlayerCommands.php.
| const ilTestPlayerCommands::SHOW_REQUESTED_HINTS_LIST = 'showRequestedHintList' |
Definition at line 61 of file class.ilTestPlayerCommands.php.
Referenced by ilTestPlayerAbstractGUI\buildEditableStateQuestionNavigationGUI().
| const ilTestPlayerCommands::SKIP_QUESTION = 'skipQuestion' |
Definition at line 57 of file class.ilTestPlayerCommands.php.
Referenced by ilTestPlayerAbstractGUI\showQuestionEditable().
| const ilTestPlayerCommands::START_PLAYER = 'startPlayer' |
Definition at line 32 of file class.ilTestPlayerCommands.php.
| const ilTestPlayerCommands::START_TEST = 'startTest' |
Definition at line 30 of file class.ilTestPlayerCommands.php.
Referenced by ilTestPlayerAbstractGUI\accessCodeConfirmedCmd(), ilTestPlayerAbstractGUI\handlePasswordProtectionRedirect(), and ilTestPlayerAbstractGUI\initTestCmd().
| const ilTestPlayerCommands::SUBMIT_INTERMEDIATE_SOLUTION = 'submitIntermediateSolution' |
Definition at line 49 of file class.ilTestPlayerCommands.php.
Referenced by ilTestOutputGUI\showQuestionCmd().
| const ilTestPlayerCommands::SUBMIT_SOLUTION = 'submitSolution' |
Definition at line 50 of file class.ilTestPlayerCommands.php.
Referenced by ilTestPlayerAbstractGUI\buildEditableStateQuestionNavigationGUI(), and ilTestPlayerAbstractGUI\handleFileUploadCmd().
| const ilTestPlayerCommands::SUBMIT_SOLUTION_AND_NEXT = 'submitSolutionAndNext' |
Definition at line 51 of file class.ilTestPlayerCommands.php.
| const ilTestPlayerCommands::SUSPEND_TEST = 'suspendTest' |
Definition at line 76 of file class.ilTestPlayerCommands.php.
Referenced by ilTestNavigationToolbarGUI\addSuspendTestButton().
| const ilTestPlayerCommands::TOGGLE_SIDE_LIST = 'toggleSideList' |
Definition at line 66 of file class.ilTestPlayerCommands.php.
| const ilTestPlayerCommands::UNFREEZE_ANSWERS = 'unfreezeCheckedQuestionsAnswers' |
Definition at line 69 of file class.ilTestPlayerCommands.php.
| const ilTestPlayerCommands::UNMARK_QUESTION = 'unmarkQuestion' |
Definition at line 46 of file class.ilTestPlayerCommands.php.
Referenced by ilTestPlayerAbstractGUI\buildReadOnlyStateQuestionNavigationGUI().
| const ilTestPlayerCommands::UNMARK_QUESTION_SAVE = 'unmarkQuestionAndSaveIntermediate' |
Definition at line 47 of file class.ilTestPlayerCommands.php.
Referenced by ilTestPlayerAbstractGUI\buildEditableStateQuestionNavigationGUI().