ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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 | |
Definition at line 20 of file class.ilTestResultsGUI.php.
ilTestResultsGUI::__construct | ( | ilObjTest | $testObj, |
ilTestQuestionSetConfig | $questionSetConfig | ||
) |
ilTestParticipantsGUI constructor.
ilObjTest | $testObj |
Definition at line 58 of file class.ilTestResultsGUI.php.
References $questionSetConfig, and $testObj.
ilTestResultsGUI::executeCommand | ( | ) |
Execute Command.
Definition at line 163 of file class.ilTestResultsGUI.php.
References $DIC, $testSession, ilObjTestGUI\accessViolationRedirect(), 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 67 of file class.ilTestResultsGUI.php.
References $objectiveParent.
Referenced by executeCommand().
ilTestResultsGUI::getQuestionSetConfig | ( | ) |
Definition at line 99 of file class.ilTestResultsGUI.php.
References $questionSetConfig.
Referenced by executeCommand().
ilTestResultsGUI::getTestAccess | ( | ) |
Definition at line 115 of file class.ilTestResultsGUI.php.
References $testAccess.
Referenced by executeCommand().
ilTestResultsGUI::getTestObj | ( | ) |
Definition at line 83 of file class.ilTestResultsGUI.php.
References $testObj.
Referenced by executeCommand(), and showCmd().
ilTestResultsGUI::getTestSession | ( | ) |
Definition at line 131 of file class.ilTestResultsGUI.php.
References $testSession.
Referenced by executeCommand().
ilTestResultsGUI::getTestTabs | ( | ) |
Definition at line 147 of file class.ilTestResultsGUI.php.
References $testTabs.
Referenced by executeCommand().
ilTestResultsGUI::setObjectiveParent | ( | $objectiveParent | ) |
ilTestObjectiveOrientedContainer | $objectiveParent |
Definition at line 75 of file class.ilTestResultsGUI.php.
References $objectiveParent.
ilTestResultsGUI::setQuestionSetConfig | ( | $questionSetConfig | ) |
ilTestQuestionSetConfig | $questionSetConfig |
Definition at line 107 of file class.ilTestResultsGUI.php.
References $questionSetConfig.
ilTestResultsGUI::setTestAccess | ( | $testAccess | ) |
ilTestAccess | $testAccess |
Definition at line 123 of file class.ilTestResultsGUI.php.
References $testAccess.
Referenced by ilObjTestGUI\executeCommand().
ilTestResultsGUI::setTestObj | ( | $testObj | ) |
ilObjTest | $testObj |
Definition at line 91 of file class.ilTestResultsGUI.php.
References $testObj.
ilTestResultsGUI::setTestSession | ( | $testSession | ) |
ilTestSession | $testSession |
Definition at line 139 of file class.ilTestResultsGUI.php.
References $testSession.
ilTestResultsGUI::setTestTabs | ( | $testTabs | ) |
ilTestTabsManager | $testTabs |
Definition at line 155 of file class.ilTestResultsGUI.php.
References $testTabs.
|
protected |
Definition at line 301 of file class.ilTestResultsGUI.php.
References $DIC, ilLinkButton\getInstance(), getTestObj(), and showNoResultsReportingMessage().
|
protected |
Definition at line 325 of file class.ilTestResultsGUI.php.
References $DIC, $message, ilDatePresentation\formatDate(), IL_CAL_TIMESTAMP, ilObjTest\SCORE_REPORTING_AFTER_PASSED, ilObjTest\SCORE_REPORTING_DATE, ilObjTest\SCORE_REPORTING_FINISHED, and ilUtil\sendInfo().
Referenced by showCmd().
|
protected |
Definition at line 52 of file class.ilTestResultsGUI.php.
Referenced by getObjectiveParent(), and setObjectiveParent().
|
protected |
Definition at line 32 of file class.ilTestResultsGUI.php.
Referenced by __construct(), getQuestionSetConfig(), and setQuestionSetConfig().
|
protected |
Definition at line 37 of file class.ilTestResultsGUI.php.
Referenced by getTestAccess(), and setTestAccess().
|
protected |
Definition at line 27 of file class.ilTestResultsGUI.php.
Referenced by __construct(), getTestObj(), and setTestObj().
|
protected |
Definition at line 42 of file class.ilTestResultsGUI.php.
Referenced by executeCommand(), getTestSession(), and setTestSession().
|
protected |
Definition at line 47 of file class.ilTestResultsGUI.php.
Referenced by getTestTabs(), and setTestTabs().
const ilTestResultsGUI::DEFAULT_CMD = 'show' |
Definition at line 22 of file class.ilTestResultsGUI.php.