◆ __construct()
◆ executeCommand()
ilMyTestSolutionsGUI::executeCommand |
( |
| ) |
|
Definition at line 52 of file class.ilMyTestSolutionsGUI.php.
52 : void
53 {
54 switch ($this->
ctrl->getNextClass()) {
55 case "iltestevaluationgui":
57 if ($this->
ctrl->getCmd() ===
'') {
58 $gui->{self::EVALGUI_CMD_SHOW_PASS_OVERVIEW}();
59 break;
60 }
61 $this->
ctrl->forwardCommand($gui);
62 break;
63
64 case 'ilassquestionpagegui':
66 $this->test_obj,
69 $this->tpl,
70 $this->questionrepository,
71 $this->testrequest
72 );
73 $forwarder->forward();
74 break;
75 }
76 }
Output class for assessment test evaluation.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
◆ EVALGUI_CMD_SHOW_PASS_OVERVIEW
const ilMyTestSolutionsGUI::EVALGUI_CMD_SHOW_PASS_OVERVIEW = 'outUserListOfAnswerPasses' |
|
private |
The documentation for this class was generated from the following file: