ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilTestSubmissionReviewGUI.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
21 use ILIAS\Test\Results\Presentation\TitlesBuilder as ResultsTitlesBuilder;
23 
33 {
35 
36  public function __construct(
37  protected ilTestPlayerAbstractGUI $test_player_gui,
38  ilObjTest $testOBJ,
39  protected ilTestSession $testSession
40  ) {
41  parent::__construct($testOBJ);
42  }
43 
44  public function executeCommand(): string
45  {
46  if (!$this->object->getEnableExamview()) {
47  return '';
48  }
49 
50  switch ($this->ctrl->getNextClass($this)) {
51  default:
52  $this->dispatchCommand();
53  break;
54  }
55 
56  return '';
57  }
58 
59  protected function dispatchCommand()
60  {
61  switch ($this->ctrl->getCmd()) {
62  case 'show':
63  default:
64 
65  $this->show();
66  }
67  }
68 
75  private function getContentBlockName(): string
76  {
77  if ($this->object->getKioskMode()) {
78  // See: https://mantis.ilias.de/view.php?id=27784
79  //$this->tpl->setBodyClass("kiosk");
80  $this->tpl->hideFooter();
81  return "CONTENT";
82  } else {
83  return "ADM_CONTENT";
84  }
85  }
86 
90  protected function buildToolbar($toolbarId): ilToolbarGUI
91  {
92  $toolbar = new ilToolbarGUI();
93  $toolbar->setId($toolbarId);
94 
95  $back_url = $this->ctrl->getLinkTarget(
96  $this->test_player_gui,
97  $this->object->getListOfQuestionsEnd() ?
99  );
100 
102  $this->ui_factory->button()->standard($this->lng->txt('tst_resume_test'), $back_url)
103  );
104 
105  if ($this->finish_test_modal === null) {
106  $class = get_class($this->test_player_gui);
107  $this->ctrl->setParameterByClass($class, 'reviewed', 1);
108  $this->finish_test_modal = $this->test_player_gui->buildFinishTestModal();
109  $this->ctrl->setParameterByClass($class, 'reviewed', 0);
110  }
111 
113  $this->ui_factory->button()->primary($this->lng->txt('finish_test'), $this->finish_test_modal->getShowSignal())
114  );
115 
116  return $toolbar;
117  }
118 
119  protected function buildUserReviewOutput(): string
120  {
121  $testResultHeaderLabelBuilder = new ResultsTitlesBuilder($this->lng, $this->obj_cache);
122 
123  $objectivesList = null;
124 
125  if ($this->getObjectiveOrientedContainer()->isObjectiveOrientedPresentationRequired()) {
126  $testSequence = $this->test_sequence_factory->getSequenceByActiveIdAndPass($this->testSession->getActiveId(), $this->testSession->getPass());
127  $testSequence->loadFromDb();
128  $testSequence->loadQuestions();
129 
130  $objectivesAdapter = ilLOTestQuestionAdapter::getInstance($this->testSession);
131 
132  $objectivesList = $this->buildQuestionRelatedObjectivesList($objectivesAdapter, $testSequence);
133  $objectivesList->loadObjectivesTitles();
134 
135  $testResultHeaderLabelBuilder->setObjectiveOrientedContainerId($this->testSession->getObjectiveOrientedContainerId());
136  $testResultHeaderLabelBuilder->setUserId($this->testSession->getUserId());
137  $testResultHeaderLabelBuilder->setTestObjId($this->object->getId());
138  $testResultHeaderLabelBuilder->setTestRefId($this->object->getRefId());
139  $testResultHeaderLabelBuilder->initObjectiveOrientedMode();
140  }
141 
142  $results = $this->object->getTestResult(
143  $this->testSession->getActiveId(),
144  $this->testSession->getPass(),
145  false,
146  !$this->getObjectiveOrientedContainer()->isObjectiveOrientedPresentationRequired()
147  );
148 
149  $testevaluationgui = new ilTestEvaluationGUI($this->object);
150  $testevaluationgui->setContextResultPresentation(false);
151 
152  $results_output = $testevaluationgui->getPassListOfAnswers(
153  $results,
154  $this->testSession->getActiveId(),
155  $this->testSession->getPass(),
156  false,
157  false,
158  false,
159  false,
160  false,
161  $objectivesList,
162  $testResultHeaderLabelBuilder
163  );
164 
165  return $results_output;
166  }
167 
168  protected function show()
169  {
170  $this->global_screen->tool()->context()->current()->getAdditionalData()->replace(
172  $this->object->getTitle() . ' - ' . $this->lng->txt('tst_results_overview')
173  );
174 
175  $html = $this->buildToolbar('review_nav_top')->getHTML();
176  $html .= $this->buildUserReviewOutput() . '<br />';
177  $html .= $this->buildToolbar('review_nav_bottom')->getHTML();
178 
179  if ($this->object->isShowExamIdInTestPassEnabled() && !$this->object->getKioskMode()) {
180  $examIdTpl = new ilTemplate("tpl.exam_id_block.html", true, true, 'components/ILIAS/Test');
181  $examIdTpl->setVariable('EXAM_ID_VAL', ilObjTest::lookupExamId(
182  $this->testSession->getActiveId(),
183  $this->testSession->getPass(),
184  $this->object->getId()
185  ));
186  $examIdTpl->setVariable('EXAM_ID_TXT', $this->lng->txt('exam_id'));
187  $html .= $examIdTpl->get();
188  }
189 
190  $html .= $this->ui_renderer->render($this->finish_test_modal);
191 
192  $this->tpl->setVariable(
193  $this->getContentBlockName(),
194  $html
195  );
196  }
197 }
addComponent(\ILIAS\UI\Component\Component $a_comp)
getContentBlockName()
Returns the name of the current content block (depends on the kiosk mode setting) ...
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
setId(string $a_val)
static getInstance(ilTestSession $a_test_session)
__construct(protected ilTestPlayerAbstractGUI $test_player_gui, ilObjTest $testOBJ, protected ilTestSession $testSession)
Output class for assessment test evaluation.
$results
buildQuestionRelatedObjectivesList(ilLOTestQuestionAdapter $objectives_adapter, ilTestQuestionSequence $test_sequence)
__construct(Container $dic, ilPlugin $plugin)
Service GUI class for tests.
readonly ilToolbarGUI $toolbar
static lookupExamId($active_id, $pass)