◆ __construct()
◆ executeCommand()
ilMyTestResultsGUI::executeCommand |
( |
| ) |
|
Definition at line 54 of file class.ilMyTestResultsGUI.php.
54 : void
55 {
56 switch ($this->
ctrl->getNextClass()) {
57 case "iltestevaluationgui":
59 $gui->setObjectiveOrientedContainer($this->objective_parent);
60 $gui->setTestAccess($this->test_access);
61 if ($this->
ctrl->getCmd() ===
'') {
62 $gui->{self::EVALGUI_CMD_SHOW_PASS_OVERVIEW}();
63 break;
64 }
65 $this->
ctrl->forwardCommand($gui);
66 break;
67
68 case 'ilassquestionpagegui':
70 $this->test_obj,
73 $this->tpl,
74 $this->questionrepository,
75 $this->testrequest,
77 );
78 $forwarder->forward();
79 break;
80 }
81 }
Output class for assessment test evaluation.
References ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ILIAS\Repository\user().
◆ EVALGUI_CMD_SHOW_PASS_OVERVIEW
const ilMyTestResultsGUI::EVALGUI_CMD_SHOW_PASS_OVERVIEW = 'outUserResultsOverview' |
|
private |
The documentation for this class was generated from the following file: