ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
Public Member Functions | |
__construct (ilObjTest $testObj, ilTestQuestionSetConfig $questionSetConfig) | |
ilTestParticipantsGUI constructor. More... | |
getObjectiveParent () | |
setObjectiveParent ($objectiveParent) | |
getTestObj () | |
setTestObj ($testObj) | |
getQuestionSetConfig () | |
setQuestionSetConfig ($questionSetConfig) | |
getTestAccess () | |
setTestAccess ($testAccess) | |
getTestSession () | |
setTestSession ($testSession) | |
getTestTabs () | |
setTestTabs ($testTabs) | |
executeCommand () | |
Execute Command. More... | |
Data Fields | |
const | DEFAULT_CMD = 'show' |
Protected Member Functions | |
showCmd () | |
showNoResultsReportingMessage () | |
Protected Attributes | |
$testObj | |
$questionSetConfig | |
$testAccess | |
$testSession | |
$testTabs | |
$objectiveParent | |
Private Attributes | |
ilGlobalTemplateInterface | $main_tpl |
Definition at line 34 of file class.ilTestResultsGUI.php.
ilTestResultsGUI::__construct | ( | ilObjTest | $testObj, |
ilTestQuestionSetConfig | $questionSetConfig | ||
) |
ilTestParticipantsGUI constructor.
ilObjTest | $testObj |
Definition at line 73 of file class.ilTestResultsGUI.php.
References $DIC, $questionSetConfig, and $testObj.
ilTestResultsGUI::executeCommand | ( | ) |
Execute Command.
Definition at line 180 of file class.ilTestResultsGUI.php.
References $DIC, $testSession, ilObjTestGUI\accessViolationRedirect(), ILIAS\Survey\Mode\getId(), getObjectiveParent(), getQuestionSetConfig(), getTestAccess(), getTestObj(), getTestSession(), getTestTabs(), ilObjTestDynamicQuestionSetConfig\loadFromDb(), ilAssQuestionList\QUESTION_INSTANCE_TYPE_DUPLICATES, ilAssQuestionList\QUESTION_INSTANCE_TYPE_ORIGINALS, ilAssQuestionList\setParentObjId(), ilTestSkillEvaluationGUI\setQuestionList(), ilTestTabsManager\SUBTAB_ID_HIGHSCORE, ilTestTabsManager\SUBTAB_ID_LO_RESULTS, ilTestTabsManager\SUBTAB_ID_MY_RESULTS, ilTestTabsManager\SUBTAB_ID_MY_SOLUTIONS, ilTestTabsManager\SUBTAB_ID_PARTICIPANTS_RESULTS, ilTestTabsManager\SUBTAB_ID_SKILL_RESULTS, and ilTestTabsManager\TAB_ID_RESULTS.
ilTestResultsGUI::getObjectiveParent | ( | ) |
Definition at line 84 of file class.ilTestResultsGUI.php.
References $objectiveParent.
Referenced by executeCommand().
ilTestResultsGUI::getQuestionSetConfig | ( | ) |
Definition at line 116 of file class.ilTestResultsGUI.php.
References $questionSetConfig.
Referenced by executeCommand().
ilTestResultsGUI::getTestAccess | ( | ) |
Definition at line 132 of file class.ilTestResultsGUI.php.
References $testAccess.
Referenced by executeCommand().
ilTestResultsGUI::getTestObj | ( | ) |
Definition at line 100 of file class.ilTestResultsGUI.php.
References $testObj.
Referenced by executeCommand(), and showCmd().
ilTestResultsGUI::getTestSession | ( | ) |
Definition at line 148 of file class.ilTestResultsGUI.php.
References $testSession.
Referenced by executeCommand().
ilTestResultsGUI::getTestTabs | ( | ) |
Definition at line 164 of file class.ilTestResultsGUI.php.
References $testTabs.
Referenced by executeCommand().
ilTestResultsGUI::setObjectiveParent | ( | $objectiveParent | ) |
ilTestObjectiveOrientedContainer | $objectiveParent |
Definition at line 92 of file class.ilTestResultsGUI.php.
References $objectiveParent.
ilTestResultsGUI::setQuestionSetConfig | ( | $questionSetConfig | ) |
ilTestQuestionSetConfig | $questionSetConfig |
Definition at line 124 of file class.ilTestResultsGUI.php.
References $questionSetConfig.
ilTestResultsGUI::setTestAccess | ( | $testAccess | ) |
ilTestAccess | $testAccess |
Definition at line 140 of file class.ilTestResultsGUI.php.
References $testAccess.
Referenced by ilObjTestGUI\executeCommand().
ilTestResultsGUI::setTestObj | ( | $testObj | ) |
ilObjTest | $testObj |
Definition at line 108 of file class.ilTestResultsGUI.php.
References $testObj.
ilTestResultsGUI::setTestSession | ( | $testSession | ) |
ilTestSession | $testSession |
Definition at line 156 of file class.ilTestResultsGUI.php.
References $testSession.
ilTestResultsGUI::setTestTabs | ( | $testTabs | ) |
ilTestTabsManager | $testTabs |
Definition at line 172 of file class.ilTestResultsGUI.php.
References $testTabs.
|
protected |
Definition at line 309 of file class.ilTestResultsGUI.php.
References $DIC, ilLinkButton\getInstance(), getTestObj(), and showNoResultsReportingMessage().
|
protected |
Definition at line 333 of file class.ilTestResultsGUI.php.
References $DIC, $message, ilDatePresentation\formatDate(), IL_CAL_TIMESTAMP, ilObjTest\SCORE_REPORTING_AFTER_PASSED, ilObjTest\SCORE_REPORTING_DATE, and ilObjTest\SCORE_REPORTING_FINISHED.
Referenced by showCmd().
|
private |
Definition at line 67 of file class.ilTestResultsGUI.php.
|
protected |
Definition at line 66 of file class.ilTestResultsGUI.php.
Referenced by getObjectiveParent(), and setObjectiveParent().
|
protected |
Definition at line 46 of file class.ilTestResultsGUI.php.
Referenced by __construct(), getQuestionSetConfig(), and setQuestionSetConfig().
|
protected |
Definition at line 51 of file class.ilTestResultsGUI.php.
Referenced by getTestAccess(), and setTestAccess().
|
protected |
Definition at line 41 of file class.ilTestResultsGUI.php.
Referenced by __construct(), getTestObj(), and setTestObj().
|
protected |
Definition at line 56 of file class.ilTestResultsGUI.php.
Referenced by executeCommand(), getTestSession(), and setTestSession().
|
protected |
Definition at line 61 of file class.ilTestResultsGUI.php.
Referenced by getTestTabs(), and setTestTabs().
const ilTestResultsGUI::DEFAULT_CMD = 'show' |
Definition at line 36 of file class.ilTestResultsGUI.php.