|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Collaboration diagram for ilTestTabsManager:Public Member Functions | |
| __construct (private ilTabsGUI $tabs, private ilLanguage $lng, private ilCtrl $ctrl, private RequestWrapper $wrapper, private Refinery $refinery, private ilAccess $access, private ilTestAccess $test_access, private ilTestObjectiveOrientedContainer $objective_parent) | |
| activateTab ($tabId) | |
| activateSubTab ($subTabId) | |
| getTestOBJ () | |
| setTestOBJ (ilObjTest $test_object) | |
| getTestSession () | |
| setTestSession ($test_session) | |
| getTestQuestionSetConfig () | |
| setTestQuestionSetConfig (ilTestQuestionSetConfig $test_question_set_config) | |
| getParentBackLabel () | |
| setParentBackLabel ($parent_back_label) | |
| getParentBackHref () | |
| setParentBackHref ($parent_back_href) | |
| hasParentBackLink () | |
| perform () | |
| getQuestionsSubTabs () | |
| getSettingsSubTabs () | |
| getDashboardSubTabs () | |
| needsMyResultsSubTab () | |
| needsLoResultsSubTab () | |
| needsParticipantsResultsSubTab () | |
| needsHighSoreSubTab () | |
| needsSkillResultsSubTab () | |
| needsMySolutionsSubTab () | |
| getResultsSubTabs () | |
Data Fields | |
| const | TAB_ID_QUESTIONS = 'assQuestions' |
| (Sub-)Tab ID constants More... | |
| const | SUBTAB_ID_QST_LIST_VIEW = 'qst_list_view' |
| const | SUBTAB_ID_QST_PAGE_VIEW = 'qst_page_view' |
| const | TAB_ID_TEST = 'test' |
| const | TAB_ID_INFOSCREEN = 'info_short' |
| const | TAB_ID_SETTINGS = 'settings' |
| const | SUBTAB_ID_GENERAL_SETTINGS = 'general' |
| const | TAB_ID_LEARNING_PROGRESS = 'learning_progress' |
| const | TAB_ID_MANUAL_SCORING = 'manscoring' |
| const | TAB_ID_CORRECTION = 'scoringadjust' |
| const | TAB_ID_STATISTICS = 'statistics' |
| const | TAB_ID_HISTORY = 'history' |
| const | TAB_ID_META_DATA = 'meta_data' |
| const | TAB_ID_EXPORT = 'export' |
| const | TAB_ID_PERMISSIONS = 'perm_settings' |
| const | TAB_ID_EXAM_DASHBOARD = 'dashboard_tab' |
| const | SUBTAB_ID_FIXED_PARTICIPANTS = 'fixedparticipants' |
| const | SUBTAB_ID_TIME_EXTENSION = 'timeextension' |
| const | TAB_ID_RESULTS = 'results' |
| const | SUBTAB_ID_PARTICIPANTS_RESULTS = 'participantsresults' |
| const | SUBTAB_ID_MY_RESULTS = 'myresults' |
| const | SUBTAB_ID_LO_RESULTS = 'loresults' |
| const | SUBTAB_ID_HIGHSCORE = 'highscore' |
| const | SUBTAB_ID_SKILL_RESULTS = 'skillresults' |
| const | SUBTAB_ID_MY_SOLUTIONS = 'mysolutions' |
| const | SETTINGS_SUBTAB_ID_EDIT_INTRODUCTION_PAGE = 'edit_introduction' |
| const | SETTINGS_SUBTAB_ID_EDIT_CONCLUSION_PAGE = 'edit_concluding_remarks' |
Protected Attributes | |
| $test_object | |
| $test_session | |
| $test_question_set_config | |
| $parent_back_href | |
| $parent_back_label | |
Private Attributes | |
| const | SETTINGS_SUBTAB_ID_GENERAL = 'general' |
| const | SETTINGS_SUBTAB_ID_MARK_SCHEMA = 'mark_schema' |
| const | SETTINGS_SUBTAB_ID_SCORING = 'scoring' |
| const | SETTINGS_SUBTAB_ID_CERTIFICATE = 'certificate' |
| const | SETTINGS_SUBTAB_ID_PERSONAL_DEFAULT_SETTINGS = 'tst_default_settings' |
Definition at line 30 of file class.ilTestTabsManager.php.
| ilTestTabsManager::__construct | ( | private ilTabsGUI | $tabs, |
| private ilLanguage | $lng, | ||
| private ilCtrl | $ctrl, | ||
| private RequestWrapper | $wrapper, | ||
| private Refinery | $refinery, | ||
| private ilAccess | $access, | ||
| private ilTestAccess | $test_access, | ||
| private ilTestObjectiveOrientedContainer | $objective_parent | ||
| ) |
Definition at line 98 of file class.ilTestTabsManager.php.
| ilTestTabsManager::activateSubTab | ( | $subTabId | ) |
| string | $subTabId |
Definition at line 127 of file class.ilTestTabsManager.php.
References ILIAS\Repository\tabs().
Here is the call graph for this function:| ilTestTabsManager::activateTab | ( | $tabId | ) |
| string | $tabId |
Definition at line 113 of file class.ilTestTabsManager.php.
References ILIAS\Repository\tabs().
Here is the call graph for this function:
|
protected |
Definition at line 294 of file class.ilTestTabsManager.php.
Referenced by needsDashboardTab().
Here is the caller graph for this function:
|
protected |
Definition at line 306 of file class.ilTestTabsManager.php.
Referenced by setupTabsGuiConfig().
Here is the caller graph for this function:
|
protected |
Definition at line 314 of file class.ilTestTabsManager.php.
Referenced by setupTabsGuiConfig().
Here is the caller graph for this function:
|
protected |
Definition at line 692 of file class.ilTestTabsManager.php.
References ILIAS\Repository\ctrl(), isWriteAccessGranted(), ILIAS\Repository\lng(), and ILIAS\Repository\tabs().
Referenced by setupTabsGuiConfig().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 915 of file class.ilTestTabsManager.php.
References getTestOBJ(), and ILIAS\Repository\lng().
Referenced by getDashboardSubTabs().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestTabsManager::getDashboardSubTabs | ( | ) |
Definition at line 894 of file class.ilTestTabsManager.php.
References ILIAS\Repository\ctrl(), getDashbardParticipantsSubTabLabel(), ILIAS\Repository\lng(), needsTimeExtensionSubTab(), and ILIAS\Repository\tabs().
Here is the call graph for this function:
|
protected |
Definition at line 889 of file class.ilTestTabsManager.php.
References ILIAS\Repository\ctrl().
Referenced by setupTabsGuiConfig().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestTabsManager::getParentBackHref | ( | ) |
Definition at line 222 of file class.ilTestTabsManager.php.
References $parent_back_href.
Referenced by hasParentBackLink(), and setupTabsGuiConfig().
Here is the caller graph for this function:| ilTestTabsManager::getParentBackLabel | ( | ) |
Definition at line 206 of file class.ilTestTabsManager.php.
References $parent_back_label.
Referenced by hasParentBackLink(), and setupTabsGuiConfig().
Here is the caller graph for this function:| ilTestTabsManager::getQuestionsSubTabs | ( | ) |
Definition at line 727 of file class.ilTestTabsManager.php.
References ILIAS\Repository\ctrl(), getTestOBJ(), ILIAS\Repository\lng(), and ILIAS\Repository\tabs().
Here is the call graph for this function:
|
protected |
Definition at line 712 of file class.ilTestTabsManager.php.
References ILIAS\Repository\ctrl(), isWriteAccessGranted(), ILIAS\Repository\lng(), and ILIAS\Repository\tabs().
Here is the call graph for this function:| ilTestTabsManager::getResultsSubTabs | ( | ) |
Definition at line 1017 of file class.ilTestTabsManager.php.
References ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), needsHighSoreSubTab(), needsLoResultsSubTab(), needsMyResultsSubTab(), needsMySolutionsSubTab(), needsParticipantsResultsSubTab(), needsSkillResultsSubTab(), and ILIAS\Repository\tabs().
Here is the call graph for this function:
|
protected |
Definition at line 935 of file class.ilTestTabsManager.php.
References ILIAS\Repository\ctrl(), needsLoResultsSubTab(), needsMyResultsSubTab(), needsMySolutionsSubTab(), and needsParticipantsResultsSubTab().
Referenced by setupTabsGuiConfig().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestTabsManager::getSettingsSubTabs | ( | ) |
Definition at line 787 of file class.ilTestTabsManager.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\tabs().
Referenced by setupTabsGuiConfig().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 758 of file class.ilTestTabsManager.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\tabs().
Referenced by setupTabsGuiConfig().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestTabsManager::getTestOBJ | ( | ) |
Definition at line 158 of file class.ilTestTabsManager.php.
References $test_object.
Referenced by getDashbardParticipantsSubTabLabel(), getQuestionsSubTabs(), isLpAccessGranted(), isPermissionsAccessGranted(), isReadAccessGranted(), isStatisticsAccessGranted(), isWriteAccessGranted(), needsHighSoreSubTab(), needsMyResultsSubTab(), needsMySolutionsSubTab(), needsSkillResultsSubTab(), needsTimeExtensionSubTab(), and setupTabsGuiConfig().
Here is the caller graph for this function:| ilTestTabsManager::getTestQuestionSetConfig | ( | ) |
Definition at line 190 of file class.ilTestTabsManager.php.
References $test_question_set_config.
Referenced by needsTimeExtensionSubTab(), and setupTabsGuiConfig().
Here is the caller graph for this function:| ilTestTabsManager::getTestSession | ( | ) |
Definition at line 174 of file class.ilTestTabsManager.php.
References $test_session.
Referenced by needsMyResultsSubTab(), and needsMySolutionsSubTab().
Here is the caller graph for this function:| ilTestTabsManager::hasParentBackLink | ( | ) |
Definition at line 238 of file class.ilTestTabsManager.php.
References getParentBackHref(), and getParentBackLabel().
Referenced by setupTabsGuiConfig().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 286 of file class.ilTestTabsManager.php.
References ilLearningProgressAccess\checkAccess(), and getTestOBJ().
Referenced by setupTabsGuiConfig().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 278 of file class.ilTestTabsManager.php.
References ILIAS\Repository\access(), and getTestOBJ().
Referenced by setupTabsGuiConfig().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 254 of file class.ilTestTabsManager.php.
References ILIAS\Repository\access(), and getTestOBJ().
Referenced by setupTabsGuiConfig().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 270 of file class.ilTestTabsManager.php.
References ILIAS\Repository\access(), and getTestOBJ().
Here is the call graph for this function:
|
protected |
Definition at line 328 of file class.ilTestTabsManager.php.
References ILIAS\Repository\ctrl().
Referenced by perform().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 262 of file class.ilTestTabsManager.php.
References ILIAS\Repository\access(), and getTestOBJ().
Referenced by getBrowseForQuestionsTab(), getRandomQuestionsTab(), and setupTabsGuiConfig().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 857 of file class.ilTestTabsManager.php.
References checkDashboardTabAccess().
Referenced by setupTabsGuiConfig().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestTabsManager::needsHighSoreSubTab | ( | ) |
Definition at line 991 of file class.ilTestTabsManager.php.
References getTestOBJ(), and needsMyResultsSubTab().
Referenced by getResultsSubTabs().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestTabsManager::needsLoResultsSubTab | ( | ) |
Definition at line 967 of file class.ilTestTabsManager.php.
References needsMyResultsSubTab().
Referenced by getResultsSubTabs(), and getResultsTabTarget().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestTabsManager::needsMyResultsSubTab | ( | ) |
Definition at line 959 of file class.ilTestTabsManager.php.
References getTestOBJ(), and getTestSession().
Referenced by getResultsSubTabs(), getResultsTabTarget(), needsHighSoreSubTab(), needsLoResultsSubTab(), and needsSkillResultsSubTab().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestTabsManager::needsMySolutionsSubTab | ( | ) |
Definition at line 1012 of file class.ilTestTabsManager.php.
References getTestOBJ(), and getTestSession().
Referenced by getResultsSubTabs(), getResultsTabTarget(), and needsResultsTab().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestTabsManager::needsParticipantsResultsSubTab | ( | ) |
Definition at line 979 of file class.ilTestTabsManager.php.
Referenced by getResultsSubTabs(), getResultsTabTarget(), and needsResultsTab().
Here is the caller graph for this function:
|
protected |
Definition at line 927 of file class.ilTestTabsManager.php.
References needsMySolutionsSubTab(), and needsParticipantsResultsSubTab().
Referenced by setupTabsGuiConfig().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestTabsManager::needsSkillResultsSubTab | ( | ) |
Definition at line 1003 of file class.ilTestTabsManager.php.
References getTestOBJ(), and needsMyResultsSubTab().
Referenced by getResultsSubTabs().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 869 of file class.ilTestTabsManager.php.
References getTestOBJ(), and getTestQuestionSetConfig().
Referenced by getDashboardSubTabs().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestTabsManager::perform | ( | ) |
Definition at line 321 of file class.ilTestTabsManager.php.
References isTabsConfigSetupRequired(), and setupTabsGuiConfig().
Here is the call graph for this function:| ilTestTabsManager::setParentBackHref | ( | $parent_back_href | ) |
| null | string | $parent_back_href |
Definition at line 230 of file class.ilTestTabsManager.php.
References $parent_back_href.
| ilTestTabsManager::setParentBackLabel | ( | $parent_back_label | ) |
| null | string | $parent_back_label |
Definition at line 214 of file class.ilTestTabsManager.php.
References $parent_back_label.
| ilTestTabsManager::setTestOBJ | ( | ilObjTest | $test_object | ) |
| ilObjTest | $test_object |
Definition at line 166 of file class.ilTestTabsManager.php.
References $test_object.
| ilTestTabsManager::setTestQuestionSetConfig | ( | ilTestQuestionSetConfig | $test_question_set_config | ) |
| ilTestQuestionSetConfig | $test_question_set_config |
Definition at line 198 of file class.ilTestTabsManager.php.
References $test_question_set_config.
| ilTestTabsManager::setTestSession | ( | $test_session | ) |
| ilTestSession | $test_session |
Definition at line 182 of file class.ilTestTabsManager.php.
References $test_session.
|
protected |
Definition at line 351 of file class.ilTestTabsManager.php.
References ilObjAssessmentFolder\_getManualScoring(), checkScoreParticipantsTabAccess(), checkStatisticsTabAccess(), ilAssQuestionSkillAssignmentsGUI\CMD_SHOW_SKILL_QUEST_ASSIGNS, ILIAS\Repository\ctrl(), ilTestScreenGUI\DEFAULT_CMD, getBrowseForQuestionsTab(), getDashboardTabTarget(), getParentBackHref(), getParentBackLabel(), getResultsTabTarget(), getSettingsSubTabs(), getStatisticsSubTabs(), getTestOBJ(), getTestQuestionSetConfig(), hasParentBackLink(), isLpAccessGranted(), isPermissionsAccessGranted(), isReadAccessGranted(), isWriteAccessGranted(), ILIAS\Repository\lng(), needsDashboardTab(), needsResultsTab(), ILIAS\Repository\refinery(), and ILIAS\Repository\tabs().
Referenced by perform().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 91 of file class.ilTestTabsManager.php.
Referenced by getParentBackHref(), and setParentBackHref().
|
protected |
Definition at line 96 of file class.ilTestTabsManager.php.
Referenced by getParentBackLabel(), and setParentBackLabel().
|
protected |
Definition at line 76 of file class.ilTestTabsManager.php.
Referenced by getTestOBJ(), and setTestOBJ().
|
protected |
Definition at line 86 of file class.ilTestTabsManager.php.
Referenced by getTestQuestionSetConfig(), and setTestQuestionSetConfig().
|
protected |
Definition at line 81 of file class.ilTestTabsManager.php.
Referenced by getTestSession(), and setTestSession().
|
private |
Definition at line 70 of file class.ilTestTabsManager.php.
| const ilTestTabsManager::SETTINGS_SUBTAB_ID_EDIT_CONCLUSION_PAGE = 'edit_concluding_remarks' |
Definition at line 69 of file class.ilTestTabsManager.php.
Referenced by ilObjTestGUI\showEditTestPageGUI().
| const ilTestTabsManager::SETTINGS_SUBTAB_ID_EDIT_INTRODUCTION_PAGE = 'edit_introduction' |
Definition at line 68 of file class.ilTestTabsManager.php.
Referenced by ilObjTestGUI\showEditTestPageGUI().
|
private |
Definition at line 65 of file class.ilTestTabsManager.php.
|
private |
Definition at line 66 of file class.ilTestTabsManager.php.
|
private |
Definition at line 71 of file class.ilTestTabsManager.php.
|
private |
Definition at line 67 of file class.ilTestTabsManager.php.
| const ilTestTabsManager::SUBTAB_ID_FIXED_PARTICIPANTS = 'fixedparticipants' |
Definition at line 54 of file class.ilTestTabsManager.php.
Referenced by ilTestDashboardGUI\executeCommand(), and ilTestTabsManagerTest\testActivateSubTab().
| const ilTestTabsManager::SUBTAB_ID_GENERAL_SETTINGS = 'general' |
Definition at line 43 of file class.ilTestTabsManager.php.
Referenced by ilObjTestSettingsMainGUI\executeCommand().
| const ilTestTabsManager::SUBTAB_ID_HIGHSCORE = 'highscore' |
Definition at line 61 of file class.ilTestTabsManager.php.
Referenced by ilTestResultsGUI\executeCommand(), and ilTestTabsManagerTest\testActivateSubTab().
| const ilTestTabsManager::SUBTAB_ID_LO_RESULTS = 'loresults' |
Definition at line 60 of file class.ilTestTabsManager.php.
Referenced by ilTestResultsGUI\executeCommand(), and ilTestTabsManagerTest\testActivateSubTab().
| const ilTestTabsManager::SUBTAB_ID_MY_RESULTS = 'myresults' |
Definition at line 59 of file class.ilTestTabsManager.php.
Referenced by ilTestResultsGUI\executeCommand(), and ilTestTabsManagerTest\testActivateSubTab().
| const ilTestTabsManager::SUBTAB_ID_MY_SOLUTIONS = 'mysolutions' |
Definition at line 63 of file class.ilTestTabsManager.php.
Referenced by ilTestResultsGUI\executeCommand(), and ilTestTabsManagerTest\testActivateSubTab().
| const ilTestTabsManager::SUBTAB_ID_PARTICIPANTS_RESULTS = 'participantsresults' |
Definition at line 58 of file class.ilTestTabsManager.php.
Referenced by ilTestResultsGUI\executeCommand(), and ilTestTabsManagerTest\testActivateSubTab().
| const ilTestTabsManager::SUBTAB_ID_QST_LIST_VIEW = 'qst_list_view' |
Definition at line 37 of file class.ilTestTabsManager.php.
Referenced by ilObjTestGUI\addQuestionObject(), ilObjTestGUI\createQuestionObject(), ilObjTestGUI\createQuestionpoolTargetObject(), ilObjTestGUI\questionsObject(), ilObjTestGUI\removeQuestionsObject(), and ilTestTabsManagerTest\testActivateSubTab().
| const ilTestTabsManager::SUBTAB_ID_QST_PAGE_VIEW = 'qst_page_view' |
Definition at line 38 of file class.ilTestTabsManager.php.
Referenced by ilObjTestGUI\executeCommand(), and ilTestTabsManagerTest\testActivateSubTab().
| const ilTestTabsManager::SUBTAB_ID_SKILL_RESULTS = 'skillresults' |
Definition at line 62 of file class.ilTestTabsManager.php.
Referenced by ilTestResultsGUI\executeCommand(), and ilTestTabsManagerTest\testActivateSubTab().
| const ilTestTabsManager::SUBTAB_ID_TIME_EXTENSION = 'timeextension' |
Definition at line 55 of file class.ilTestTabsManager.php.
Referenced by ilTestDashboardGUI\executeCommand(), and ilTestTabsManagerTest\testActivateSubTab().
| const ilTestTabsManager::TAB_ID_CORRECTION = 'scoringadjust' |
Definition at line 46 of file class.ilTestTabsManager.php.
Referenced by ilTestCorrectionsGUI\confirmQuestionRemoval(), and ilTestCorrectionsGUI\showQuestionList().
| const ilTestTabsManager::TAB_ID_EXAM_DASHBOARD = 'dashboard_tab' |
Definition at line 53 of file class.ilTestTabsManager.php.
Referenced by ilTestDashboardGUI\executeCommand(), ilTestTabsManagerTest\testActivateSubTab(), and ilTestTabsManagerTest\testActivateTab().
| const ilTestTabsManager::TAB_ID_EXPORT = 'export' |
Definition at line 50 of file class.ilTestTabsManager.php.
Referenced by ilObjTestGUI\executeCommand().
| const ilTestTabsManager::TAB_ID_HISTORY = 'history' |
Definition at line 48 of file class.ilTestTabsManager.php.
Referenced by ilObjTestGUI\historyObject().
| const ilTestTabsManager::TAB_ID_INFOSCREEN = 'info_short' |
Definition at line 41 of file class.ilTestTabsManager.php.
Referenced by ilObjTestGUI\infoScreen().
| const ilTestTabsManager::TAB_ID_LEARNING_PROGRESS = 'learning_progress' |
Definition at line 44 of file class.ilTestTabsManager.php.
Referenced by ilObjTestGUI\executeCommand().
| const ilTestTabsManager::TAB_ID_MANUAL_SCORING = 'manscoring' |
Definition at line 45 of file class.ilTestTabsManager.php.
Referenced by ilTestScoringGUI\executeCommand(), and ilTestScoringByQuestionsGUI\showManScoringByQuestionParticipantsTable().
| const ilTestTabsManager::TAB_ID_META_DATA = 'meta_data' |
Definition at line 49 of file class.ilTestTabsManager.php.
Referenced by ilObjTestGUI\executeCommand().
| const ilTestTabsManager::TAB_ID_PERMISSIONS = 'perm_settings' |
Definition at line 51 of file class.ilTestTabsManager.php.
Referenced by ilObjTestGUI\executeCommand().
| const ilTestTabsManager::TAB_ID_QUESTIONS = 'assQuestions' |
(Sub-)Tab ID constants
Definition at line 36 of file class.ilTestTabsManager.php.
| const ilTestTabsManager::TAB_ID_RESULTS = 'results' |
Definition at line 57 of file class.ilTestTabsManager.php.
Referenced by ilTestResultsGUI\executeCommand(), and ilTestTabsManagerTest\testActivateTab().
| const ilTestTabsManager::TAB_ID_SETTINGS = 'settings' |
Definition at line 42 of file class.ilTestTabsManager.php.
Referenced by ilObjTestGUI\certificateObject(), ilObjTestGUI\defaultsObject(), ilMarkSchemaGUI\executeCommand(), ilObjTestSettingsScoringResultsGUI\executeCommand(), ilObjTestSettingsMainGUI\executeCommand(), ilObjTestGUI\executeCommand(), and ilObjTestGUI\showEditTestPageGUI().
| const ilTestTabsManager::TAB_ID_STATISTICS = 'statistics' |
Definition at line 47 of file class.ilTestTabsManager.php.
Referenced by ilTestEvaluationGUI\detailedEvaluation(), ilTestEvaluationGUI\eval_a(), ilTestEvaluationGUI\resetfilterEvaluation(), and ilTestEvaluationGUI\singleResults().
| const ilTestTabsManager::TAB_ID_TEST = 'test' |
Definition at line 40 of file class.ilTestTabsManager.php.
Referenced by ilTestScreenGUI\testScreen().