|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilTestTabsManager:Public Member Functions | |
| __construct (ilTestAccess $testAccess, ilTestObjectiveOrientedContainer $objectiveParent) | |
| ilTestTabsManager constructor. More... | |
| activateTab ($tabId) | |
| activateSubTab ($subTabId) | |
| getTestOBJ () | |
| setTestOBJ (ilObjTest $testOBJ) | |
| getTestSession () | |
| setTestSession ($testSession) | |
| getTestQuestionSetConfig () | |
| setTestQuestionSetConfig (ilTestQuestionSetConfig $testQuestionSetConfig) | |
| getHiddenTabs () | |
| setHiddenTabs ($hiddenTabs) | |
| resetHiddenTabs () | |
| getParentBackLabel () | |
| setParentBackLabel ($parentBackLabel) | |
| getParentBackHref () | |
| setParentBackHref ($parentBackHref) | |
| hasParentBackLink () | |
| initSettingsTemplate () | |
| 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_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' |
Protected Member Functions | |
| isHiddenTab ($tabId) | |
| isReadAccessGranted () | |
| isWriteAccessGranted () | |
| isStatisticsAccessGranted () | |
| isPermissionsAccessGranted () | |
| isLpAccessGranted () | |
| checkDashboardTabAccess () | |
| checkScoreParticipantsTabAccess () | |
| checkStatisticsTabAccess () | |
| isTabsConfigSetupRequired () | |
| setupTabsGuiConfig () | |
| getBrowseForQuestionsTab () | |
| getRandomQuestionsTab () | |
| getStatisticsSubTabs () | |
| needsDashboardTab () | |
| needsTimeExtensionSubTab () | |
| getDashboardTabTarget () | |
| getDashbardParticipantsSubTabLabel () | |
| needsResultsTab () | |
| getResultsTabTarget () | |
Protected Attributes | |
| $tabs | |
| $access | |
| $testAccess | |
| $objectiveParent | |
| $lng | |
| $testOBJ | |
| $testSession | |
| $testQuestionSetConfig | |
| $parentBackHref | |
| $parentBackLabel | |
| $hiddenTabs | |
Private Attributes | |
| ILIAS Test InternalRequestService | $testrequest |
Definition at line 25 of file class.ilTestTabsManager.php.
| ilTestTabsManager::__construct | ( | ilTestAccess | $testAccess, |
| ilTestObjectiveOrientedContainer | $objectiveParent | ||
| ) |
ilTestTabsManager constructor.
Definition at line 118 of file class.ilTestTabsManager.php.
References $DIC, $objectiveParent, $testAccess, ILIAS\Repository\access(), ILIAS\Repository\lng(), and ILIAS\Repository\tabs().
Here is the call graph for this function:| ilTestTabsManager::activateSubTab | ( | $subTabId | ) |
| string | $subTabId |
Definition at line 146 of file class.ilTestTabsManager.php.
References SUBTAB_ID_FIXED_PARTICIPANTS, SUBTAB_ID_HIGHSCORE, SUBTAB_ID_LO_RESULTS, SUBTAB_ID_MY_RESULTS, SUBTAB_ID_MY_SOLUTIONS, SUBTAB_ID_PARTICIPANTS_RESULTS, SUBTAB_ID_QST_LIST_VIEW, SUBTAB_ID_QST_PAGE_VIEW, SUBTAB_ID_SKILL_RESULTS, SUBTAB_ID_TIME_EXTENSION, and ILIAS\Repository\tabs().
Here is the call graph for this function:| ilTestTabsManager::activateTab | ( | $tabId | ) |
| string | $tabId |
Definition at line 133 of file class.ilTestTabsManager.php.
References TAB_ID_EXAM_DASHBOARD, TAB_ID_RESULTS, and ILIAS\Repository\tabs().
Here is the call graph for this function:
|
protected |
Definition at line 357 of file class.ilTestTabsManager.php.
Referenced by needsDashboardTab().
Here is the caller graph for this function:
|
protected |
Definition at line 369 of file class.ilTestTabsManager.php.
Referenced by setupTabsGuiConfig().
Here is the caller graph for this function:
|
protected |
Definition at line 377 of file class.ilTestTabsManager.php.
Referenced by setupTabsGuiConfig().
Here is the caller graph for this function:
|
protected |
Definition at line 741 of file class.ilTestTabsManager.php.
References $DIC, 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 996 of file class.ilTestTabsManager.php.
References $DIC, and getTestOBJ().
Referenced by getDashboardSubTabs().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestTabsManager::getDashboardSubTabs | ( | ) |
Definition at line 973 of file class.ilTestTabsManager.php.
References $DIC, getDashbardParticipantsSubTabLabel(), needsTimeExtensionSubTab(), and ILIAS\Repository\tabs().
Here is the call graph for this function:
|
protected |
Definition at line 966 of file class.ilTestTabsManager.php.
References $DIC.
| ilTestTabsManager::getHiddenTabs | ( | ) |
Definition at line 217 of file class.ilTestTabsManager.php.
References $hiddenTabs.
Referenced by isHiddenTab().
Here is the caller graph for this function:| ilTestTabsManager::getParentBackHref | ( | ) |
Definition at line 257 of file class.ilTestTabsManager.php.
References $parentBackHref.
Referenced by hasParentBackLink(), and setupTabsGuiConfig().
Here is the caller graph for this function:| ilTestTabsManager::getParentBackLabel | ( | ) |
Definition at line 241 of file class.ilTestTabsManager.php.
References $parentBackLabel.
Referenced by hasParentBackLink(), and setupTabsGuiConfig().
Here is the caller graph for this function:| ilTestTabsManager::getQuestionsSubTabs | ( | ) |
Definition at line 777 of file class.ilTestTabsManager.php.
References $DIC, getTestOBJ(), isHiddenTab(), and ILIAS\Repository\tabs().
Here is the call graph for this function:
|
protected |
Definition at line 760 of file class.ilTestTabsManager.php.
References $DIC, isWriteAccessGranted(), ILIAS\Repository\lng(), and ILIAS\Repository\tabs().
Here is the call graph for this function:| ilTestTabsManager::getResultsSubTabs | ( | ) |
Definition at line 1102 of file class.ilTestTabsManager.php.
References $DIC, needsHighSoreSubTab(), needsLoResultsSubTab(), needsMyResultsSubTab(), needsMySolutionsSubTab(), needsParticipantsResultsSubTab(), needsSkillResultsSubTab(), and ILIAS\Repository\tabs().
Here is the call graph for this function:
|
protected |
Definition at line 1018 of file class.ilTestTabsManager.php.
References $DIC, needsLoResultsSubTab(), needsMyResultsSubTab(), needsMySolutionsSubTab(), and needsParticipantsResultsSubTab().
Here is the call graph for this function:| ilTestTabsManager::getSettingsSubTabs | ( | ) |
Definition at line 861 of file class.ilTestTabsManager.php.
References $DIC, isHiddenTab(), 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 829 of file class.ilTestTabsManager.php.
References $DIC, 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 169 of file class.ilTestTabsManager.php.
References $testOBJ.
Referenced by getDashbardParticipantsSubTabLabel(), getQuestionsSubTabs(), initSettingsTemplate(), 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 201 of file class.ilTestTabsManager.php.
References $testQuestionSetConfig.
Referenced by needsTimeExtensionSubTab(), and setupTabsGuiConfig().
Here is the caller graph for this function:| ilTestTabsManager::getTestSession | ( | ) |
Definition at line 185 of file class.ilTestTabsManager.php.
References $testSession.
Referenced by needsMyResultsSubTab(), and needsMySolutionsSubTab().
Here is the caller graph for this function:| ilTestTabsManager::hasParentBackLink | ( | ) |
Definition at line 273 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:| ilTestTabsManager::initSettingsTemplate | ( | ) |
Definition at line 288 of file class.ilTestTabsManager.php.
References ilObjAssessmentFolderGUI\getSettingsTemplateConfig(), getTestOBJ(), resetHiddenTabs(), and setHiddenTabs().
Here is the call graph for this function:
|
protected |
| string | $tabId |
Definition at line 308 of file class.ilTestTabsManager.php.
References getHiddenTabs().
Referenced by getQuestionsSubTabs(), getSettingsSubTabs(), needsDashboardTab(), and setupTabsGuiConfig().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 348 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 340 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 316 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 332 of file class.ilTestTabsManager.php.
References ILIAS\Repository\access(), and getTestOBJ().
Here is the call graph for this function:
|
protected |
Definition at line 391 of file class.ilTestTabsManager.php.
References $DIC.
Referenced by perform().
Here is the caller graph for this function:
|
protected |
Definition at line 324 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 930 of file class.ilTestTabsManager.php.
References checkDashboardTabAccess(), and isHiddenTab().
Referenced by setupTabsGuiConfig().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestTabsManager::needsHighSoreSubTab | ( | ) |
Definition at line 1076 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 1052 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 1044 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 1097 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 1064 of file class.ilTestTabsManager.php.
Referenced by getResultsSubTabs(), getResultsTabTarget(), and needsResultsTab().
Here is the caller graph for this function:
|
protected |
Definition at line 1010 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 1088 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 946 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 384 of file class.ilTestTabsManager.php.
References isTabsConfigSetupRequired(), and setupTabsGuiConfig().
Here is the call graph for this function:| ilTestTabsManager::resetHiddenTabs | ( | ) |
| array | $hiddenTabs |
Definition at line 233 of file class.ilTestTabsManager.php.
Referenced by initSettingsTemplate().
Here is the caller graph for this function:| ilTestTabsManager::setHiddenTabs | ( | $hiddenTabs | ) |
| array | $hiddenTabs |
Definition at line 225 of file class.ilTestTabsManager.php.
References $hiddenTabs.
Referenced by initSettingsTemplate().
Here is the caller graph for this function:| ilTestTabsManager::setParentBackHref | ( | $parentBackHref | ) |
| null | string | $parentBackHref |
Definition at line 265 of file class.ilTestTabsManager.php.
References $parentBackHref.
| ilTestTabsManager::setParentBackLabel | ( | $parentBackLabel | ) |
| null | string | $parentBackLabel |
Definition at line 249 of file class.ilTestTabsManager.php.
References $parentBackLabel.
| ilTestTabsManager::setTestOBJ | ( | ilObjTest | $testOBJ | ) |
| ilObjTest | $testOBJ |
Definition at line 177 of file class.ilTestTabsManager.php.
References $testOBJ.
| ilTestTabsManager::setTestQuestionSetConfig | ( | ilTestQuestionSetConfig | $testQuestionSetConfig | ) |
| ilTestQuestionSetConfig | $testQuestionSetConfig |
Definition at line 209 of file class.ilTestTabsManager.php.
References $testQuestionSetConfig.
| ilTestTabsManager::setTestSession | ( | $testSession | ) |
| ilTestSession | $testSession |
Definition at line 193 of file class.ilTestTabsManager.php.
References $testSession.
|
protected |
Definition at line 416 of file class.ilTestTabsManager.php.
References $DIC, $name, ilObjAssessmentFolder\_getManualScoring(), checkScoreParticipantsTabAccess(), checkStatisticsTabAccess(), ilAssQuestionSkillAssignmentsGUI\CMD_SHOW_SKILL_QUEST_ASSIGNS, getBrowseForQuestionsTab(), getParentBackHref(), getParentBackLabel(), getSettingsSubTabs(), getStatisticsSubTabs(), getTestOBJ(), getTestQuestionSetConfig(), hasParentBackLink(), isHiddenTab(), isLpAccessGranted(), isPermissionsAccessGranted(), isReadAccessGranted(), isWriteAccessGranted(), needsDashboardTab(), needsResultsTab(), 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 68 of file class.ilTestTabsManager.php.
|
protected |
Definition at line 113 of file class.ilTestTabsManager.php.
Referenced by getHiddenTabs(), and setHiddenTabs().
|
protected |
Definition at line 83 of file class.ilTestTabsManager.php.
|
protected |
Definition at line 78 of file class.ilTestTabsManager.php.
Referenced by __construct().
|
protected |
Definition at line 103 of file class.ilTestTabsManager.php.
Referenced by getParentBackHref(), and setParentBackHref().
|
protected |
Definition at line 108 of file class.ilTestTabsManager.php.
Referenced by getParentBackLabel(), and setParentBackLabel().
|
protected |
Definition at line 63 of file class.ilTestTabsManager.php.
|
protected |
Definition at line 73 of file class.ilTestTabsManager.php.
Referenced by __construct().
|
protected |
Definition at line 88 of file class.ilTestTabsManager.php.
Referenced by getTestOBJ(), and setTestOBJ().
|
protected |
Definition at line 98 of file class.ilTestTabsManager.php.
Referenced by getTestQuestionSetConfig(), and setTestQuestionSetConfig().
|
private |
Definition at line 58 of file class.ilTestTabsManager.php.
|
protected |
Definition at line 93 of file class.ilTestTabsManager.php.
Referenced by getTestSession(), and setTestSession().
| const ilTestTabsManager::SUBTAB_ID_FIXED_PARTICIPANTS = 'fixedparticipants' |
Definition at line 48 of file class.ilTestTabsManager.php.
Referenced by activateSubTab(), ilTestDashboardGUI\executeCommand(), and ilTestTabsManagerTest\testActivateSubTab().
| const ilTestTabsManager::SUBTAB_ID_GENERAL_SETTINGS = 'general' |
Definition at line 37 of file class.ilTestTabsManager.php.
Referenced by ilObjTestSettingsGeneralGUI\executeCommand().
| const ilTestTabsManager::SUBTAB_ID_HIGHSCORE = 'highscore' |
Definition at line 55 of file class.ilTestTabsManager.php.
Referenced by activateSubTab(), ilTestResultsGUI\executeCommand(), and ilTestTabsManagerTest\testActivateSubTab().
| const ilTestTabsManager::SUBTAB_ID_LO_RESULTS = 'loresults' |
Definition at line 54 of file class.ilTestTabsManager.php.
Referenced by activateSubTab(), ilTestResultsGUI\executeCommand(), and ilTestTabsManagerTest\testActivateSubTab().
| const ilTestTabsManager::SUBTAB_ID_MY_RESULTS = 'myresults' |
Definition at line 53 of file class.ilTestTabsManager.php.
Referenced by activateSubTab(), ilTestResultsGUI\executeCommand(), and ilTestTabsManagerTest\testActivateSubTab().
| const ilTestTabsManager::SUBTAB_ID_MY_SOLUTIONS = 'mysolutions' |
Definition at line 57 of file class.ilTestTabsManager.php.
Referenced by activateSubTab(), ilTestResultsGUI\executeCommand(), and ilTestTabsManagerTest\testActivateSubTab().
| const ilTestTabsManager::SUBTAB_ID_PARTICIPANTS_RESULTS = 'participantsresults' |
Definition at line 52 of file class.ilTestTabsManager.php.
Referenced by activateSubTab(), ilTestResultsGUI\executeCommand(), and ilTestTabsManagerTest\testActivateSubTab().
| const ilTestTabsManager::SUBTAB_ID_QST_LIST_VIEW = 'qst_list_view' |
Definition at line 32 of file class.ilTestTabsManager.php.
Referenced by activateSubTab(), ilObjTestGUI\addQuestionObject(), ilObjTestGUI\createQuestionObject(), ilObjTestGUI\createQuestionpoolTargetObject(), ilObjTestGUI\createRandomSelectionObject(), ilObjTestGUI\questionsObject(), ilObjTestGUI\randomselectObject(), ilObjTestGUI\removeQuestionsObject(), and ilTestTabsManagerTest\testActivateSubTab().
| const ilTestTabsManager::SUBTAB_ID_QST_PAGE_VIEW = 'qst_page_view' |
Definition at line 33 of file class.ilTestTabsManager.php.
Referenced by activateSubTab(), ilObjTestGUI\executeCommand(), and ilTestTabsManagerTest\testActivateSubTab().
| const ilTestTabsManager::SUBTAB_ID_SKILL_RESULTS = 'skillresults' |
Definition at line 56 of file class.ilTestTabsManager.php.
Referenced by activateSubTab(), ilTestResultsGUI\executeCommand(), and ilTestTabsManagerTest\testActivateSubTab().
| const ilTestTabsManager::SUBTAB_ID_TIME_EXTENSION = 'timeextension' |
Definition at line 49 of file class.ilTestTabsManager.php.
Referenced by activateSubTab(), ilTestDashboardGUI\executeCommand(), and ilTestTabsManagerTest\testActivateSubTab().
| const ilTestTabsManager::TAB_ID_CORRECTION = 'scoringadjust' |
Definition at line 40 of file class.ilTestTabsManager.php.
Referenced by ilTestCorrectionsGUI\confirmQuestionRemoval(), and ilTestCorrectionsGUI\showQuestionList().
| const ilTestTabsManager::TAB_ID_EXAM_DASHBOARD = 'dashboard_tab' |
Definition at line 47 of file class.ilTestTabsManager.php.
Referenced by activateTab(), ilTestDashboardGUI\executeCommand(), ilTestTabsManagerTest\testActivateSubTab(), and ilTestTabsManagerTest\testActivateTab().
| const ilTestTabsManager::TAB_ID_EXPORT = 'export' |
Definition at line 44 of file class.ilTestTabsManager.php.
Referenced by ilObjTestGUI\executeCommand().
| const ilTestTabsManager::TAB_ID_HISTORY = 'history' |
Definition at line 42 of file class.ilTestTabsManager.php.
Referenced by ilObjTestGUI\historyObject().
| const ilTestTabsManager::TAB_ID_INFOSCREEN = 'info_short' |
Definition at line 35 of file class.ilTestTabsManager.php.
Referenced by ilObjTestGUI\infoScreen().
| const ilTestTabsManager::TAB_ID_LEARNING_PROGRESS = 'learning_progress' |
Definition at line 38 of file class.ilTestTabsManager.php.
Referenced by ilObjTestGUI\executeCommand().
| const ilTestTabsManager::TAB_ID_MANUAL_SCORING = 'manscoring' |
Definition at line 39 of file class.ilTestTabsManager.php.
Referenced by ilTestScoringGUI\executeCommand(), and ilTestScoringByQuestionsGUI\showManScoringByQuestionParticipantsTable().
| const ilTestTabsManager::TAB_ID_META_DATA = 'meta_data' |
Definition at line 43 of file class.ilTestTabsManager.php.
Referenced by ilObjTestGUI\executeCommand().
| const ilTestTabsManager::TAB_ID_PERMISSIONS = 'perm_settings' |
Definition at line 45 of file class.ilTestTabsManager.php.
Referenced by ilObjTestGUI\executeCommand().
| const ilTestTabsManager::TAB_ID_QUESTIONS = 'assQuestions' |
(Sub-)Tab ID constants
Definition at line 31 of file class.ilTestTabsManager.php.
| const ilTestTabsManager::TAB_ID_RESULTS = 'results' |
Definition at line 51 of file class.ilTestTabsManager.php.
Referenced by activateTab(), ilTestResultsGUI\executeCommand(), and ilTestTabsManagerTest\testActivateTab().
| const ilTestTabsManager::TAB_ID_SETTINGS = 'settings' |
Definition at line 36 of file class.ilTestTabsManager.php.
Referenced by ilObjTestGUI\certificateObject(), ilMarkSchemaGUI\executeCommand(), ilObjTestGUI\executeCommand(), ilObjTestSettingsGeneralGUI\executeCommand(), and ilObjTestSettingsScoringResultsGUI\executeCommand().
| const ilTestTabsManager::TAB_ID_STATISTICS = 'statistics' |
Definition at line 41 of file class.ilTestTabsManager.php.
Referenced by ilTestEvaluationGUI\detailedEvaluation(), ilTestEvaluationGUI\eval_a(), ilTestEvaluationGUI\outEvaluation(), and ilTestEvaluationGUI\singleResults().