ILIAS
trunk Revision v11.0_alpha-1702-gfd3ecb7f852
|
Additional Inherited Members | |
![]() | |
__construct (ilObjTest $object) | |
executeCommand () | |
saveTagsCmd () | |
Save tags for tagging gui. More... | |
updateWorkingTime () | |
updates working time and stores state saveresult to see if question has to be stored or not More... | |
removeIntermediateSolution () | |
saveQuestionSolution (bool $authorized=true, bool $force=false) | |
suspendTestCmd () | |
isMaxProcessingTimeReached () | |
setAnonymousIdCmd () | |
Sets a session variable with the test access code for an anonymous test user. More... | |
getLockParameter () | |
displayAccessCodeCmd () | |
accessCodeConfirmedCmd () | |
handleUserSettings () | |
Handles some form parameters on starting and resuming a test. More... | |
redirectAfterAutosaveCmd () | |
Redirect the user after an automatic save when the time limit is reached. More... | |
redirectAfterDashboardCmd () | |
autosaveCmd () | |
Automatically save a user answer while working on the test (called repeatedly by asynchronous posts in configured autosave interval) More... | |
autosaveOnTimeLimitCmd () | |
Automatically save a user answer when the limited duration of a test run is reached (called by synchronous form submit when the remaining time count down reaches zero) More... | |
finishTestCmd () | |
buildFinishTestModal () | |
redirectBackCmd () | |
showFinalStatementCmd () | |
isTestAccessible () | |
test accessible returns true if the user can perform the test More... | |
isNrOfTriesReached () | |
nr of tries exceeded More... | |
endingTimeReached () | |
handle endingTimeReached More... | |
max_processing_time_reached () | |
Outputs a message when the maximum processing time is reached. More... | |
confirmSubmitAnswers () | |
confirm submit results if confirm then results are submitted and the screen will be redirected to the startpage of the test public More... | |
outProcessingTime (int $active_id) | |
checkWorkingTimeCmd () | |
This is asynchronously called by tpl.workingtime.js to check for changes in the user's processing time for a test. More... | |
outQuestionSummaryCmd () | |
Output of a summary of all test questions for test participants. More... | |
backFromFinishingCmd () | |
outCorrectSolution () | |
Creates an output of the solution of an answer compared to the correct solution. More... | |
showListOfAnswers ($active_id, $pass=null, $top_data="", $bottom_data="") | |
Creates an output of the list of answers for a test participant during the test (only the actual pass will be shown) More... | |
getContentBlockName () | |
Returns the name of the current content block (depends on the kiosk mode setting) More... | |
outUserResultsOverviewCmd () | |
![]() | |
isContextResultPresentation () | |
setContextResultPresentation (bool $contextResultPresentation) | |
setParticipantData (ilTestParticipantData $participantData) | |
getParticipantData () | |
getPassOverviewTableData (ilTestSession $test_session, array $passes, bool $with_results) | |
setObjectiveOrientedContainer (ilTestObjectiveOrientedContainer $objective_oriented_container) | |
getObjectiveOrientedContainer () | |
executeCommand () | |
execute command More... | |
buildPassOverviewTableGUI (ilTestEvaluationGUI $target_gui) | |
getPassListOfAnswers (&$result_array, $active_id, $pass, $show_solutions=false, $only_answered_questions=false, $show_question_only=false, $show_reached_points=false, $anchorNav=false, ?ilTestQuestionRelatedObjectivesList $objectives_list=null, ?ResultsTitlesBuilder $testResultHeaderLabelBuilder=null) | |
Returns the list of answers of a users test pass. More... | |
getResultsSignature () | |
Returns HTML code for a signature field. More... | |
getAdditionalUsrDataHtmlAndPopulateWindowTitle ($testSession, $active_id, $overwrite_anonymity=false) | |
Returns the user data for a test results output. More... | |
getCorrectSolutionOutput ($question_id, $active_id, $pass, ?ilTestQuestionRelatedObjectivesList $objectives_list=null) | |
Returns an output of the solution to an answer compared to the correct solution. More... | |
getObject () | |
![]() | |
const | PRESENTATION_MODE_VIEW = 'view' |
const | PRESENTATION_MODE_EDIT = 'edit' |
const | FIXED_SHUFFLER_SEED_MIN_LENGTH = 8 |
bool | $max_processing_time_reached |
bool | $ending_time_reached |
int | $ref_id |
const | FOLLOWUP_QST_LOCKS_PREVENT_CONFIRMATION_PARAM = 'followup_qst_locks_prevent_confirmation' |
![]() | |
const | FINISH_TEST_CMD = 'finishTest' |
ilTestPasswordChecker | $password_checker |
ilTestProcessLocker | $process_locker |
ilTestSession | $test_session = null |
ilSetting | $ass_settings = null |
ilTestSequence | $test_sequence = null |
ilTestQuestionRelatedObjectivesList | $question_related_objectives_list |
InterruptiveModal | $finish_test_modal = null |
const | DISCARD_MODAL = "discard_modal" |
const | LOCKS_CHANGED_MODAL = "locks_changed_modal" |
const | LOCKS_UNCHANGED_MODAL = "locks_unchanged_modal" |
array | $modal_signals = [] |
![]() | |
readonly RequestDataCollector | $testrequest |
readonly GeneralQuestionPropertiesRepository | $questionrepository |
readonly TestQuestionsRepository | $testquestionsrepository |
ilTestService | $service = null |
readonly ilDBInterface | $db |
readonly ilLanguage | $lng |
readonly TestLogger | $logger |
readonly ilHelpGUI | $help |
readonly ilRbacSystem | $rbac_system |
ilGlobalTemplateInterface ilTemplate | $tpl |
sk 2023-08-01: We need this union type, even if it is wrong! To change this More... | |
readonly ContentStyle | $content_style |
readonly ilErrorHandling | $error |
ilAccess | $access |
readonly HTTPServices | $http |
readonly ilCtrlInterface | $ctrl |
readonly ilToolbarGUI | $toolbar |
readonly ilTabsGUI | $tabs |
readonly ilObjectDataCache | $obj_cache |
readonly ilComponentRepository | $component_repository |
readonly ilObjUser | $user |
readonly ArrayBasedRequestWrapper | $post_wrapper |
readonly ilNavigationHistory | $navigation_history |
readonly Refinery | $refinery |
readonly UIFactory | $ui_factory |
readonly UIRenderer | $ui_renderer |
readonly SkillService | $skills_service |
readonly ilTestShuffler | $shuffler |
readonly ResultsDataFactory | $results_data_factory |
readonly ResultsPresentationFactory | $results_presentation_factory |
readonly ILIAS | $ilias |
readonly ilSetting | $settings |
readonly GlobalScreenServices | $global_screen |
readonly ilTree | $tree |
int | $ref_id |
ilTestSessionFactory | $test_session_factory = null |
ilTestSequenceFactory | $test_sequence_factory = null |
ilTestParticipantData | $participantData = null |
TestResultRepository | $test_pass_result_repository |
ilTestParticipantAccessFilterFactory | $participant_access_filter |
Definition at line 32 of file class.ilTestPlayerRandomQuestionSetGUI.php.
|
protected |
Definition at line 34 of file class.ilTestPlayerRandomQuestionSetGUI.php.
References ILIAS\Repository\lng(), ILIAS\Repository\object(), ilAssQuestionList\QUESTION_INSTANCE_TYPE_DUPLICATES, and ILIAS\Repository\refinery().
|
protected |
Definition at line 43 of file class.ilTestPlayerRandomQuestionSetGUI.php.
References ILIAS\Repository\lng().