45 if (!$this->
object->getEnableExamview()) {
49 switch ($this->
ctrl->getNextClass($this)) {
60 switch ($this->
ctrl->getCmd()) {
63 if ($this->
object->getShowExamviewPdf()) {
84 if ($this->
object->getKioskMode()) {
87 $this->tpl->hideFooter();
99 require_once
'Modules/Test/classes/class.ilTestPlayerCommands.php';
100 require_once
'Services/UIComponent/Toolbar/classes/class.ilToolbarGUI.php';
101 require_once
'Services/UIComponent/Button/classes/class.ilLinkButton.php';
102 require_once
'Services/UIComponent/Button/classes/class.ilButton.php';
105 $toolbar->setId($toolbarId);
107 $backUrl = $this->
ctrl->getLinkTarget(
108 $this->testOutputGUI,
109 $this->
object->getListOfQuestionsEnd() ?
114 $button->setCaption(
'btn_previous');
115 $button->setUrl($backUrl);
116 $toolbar->addButtonInstance($button);
118 if ($this->
object->getShowExamviewPdf()) {
119 $pdfUrl = $this->
ctrl->getLinkTarget($this,
'pdfDownload');
122 $button->setCaption(
'pdf_export');
123 $button->setUrl($pdfUrl);
125 $toolbar->addButtonInstance($button);
128 $this->
ctrl->setParameter($this->testOutputGUI,
'reviewed', 1);
130 $this->
ctrl->setParameter($this->testOutputGUI,
'reviewed', 0);
133 $button->setPrimary(
true);
134 $button->setCaption(
'btn_next');
135 $button->setUrl($nextUrl);
136 $toolbar->addButtonInstance($button);
144 $ilObjDataCache = $DIC[
'ilObjDataCache'];
146 require_once
'Modules/Test/classes/class.ilTestResultHeaderLabelBuilder.php';
149 $objectivesList = null;
152 $testSequence = $this->testSequenceFactory->getSequenceByActiveIdAndPass($this->testSession->getActiveId(), $this->testSession->getPass());
153 $testSequence->loadFromDb();
154 $testSequence->loadQuestions();
156 require_once
'Modules/Course/classes/Objectives/class.ilLOTestQuestionAdapter.php';
160 $objectivesList->loadObjectivesTitles();
162 $testResultHeaderLabelBuilder->setObjectiveOrientedContainerId($this->testSession->getObjectiveOrientedContainerId());
163 $testResultHeaderLabelBuilder->setUserId($this->testSession->getUserId());
164 $testResultHeaderLabelBuilder->setTestObjId($this->
object->getId());
165 $testResultHeaderLabelBuilder->setTestRefId($this->
object->getRefId());
166 $testResultHeaderLabelBuilder->initObjectiveOrientedMode();
169 $results = $this->
object->getTestResult(
170 $this->testSession->getActiveId(),
171 $this->testSession->getPass(),
176 require_once
'class.ilTestEvaluationGUI.php';
178 $testevaluationgui->setContextResultPresentation(
false);
180 $results_output = $testevaluationgui->getPassListOfAnswers(
182 $this->testSession->getActiveId(),
183 $this->testSession->getPass(),
190 $testResultHeaderLabelBuilder
193 return $results_output;
199 $DIC->globalScreen()->tool()->context()->current()->getAdditionalData()->replace(
201 $this->
object->getTitle() .
' - ' . $this->
lng->txt(
'tst_results_overview')
204 $html = $this->
buildToolbar(
'review_nav_top')->getHTML();
206 $html .= $this->
buildToolbar(
'review_nav_bottom')->getHTML();
208 if ($this->
object->isShowExamIdInTestPassEnabled() && !$this->
object->getKioskMode()) {
209 $examIdTpl =
new ilTemplate(
"tpl.exam_id_block.html",
true,
true,
'Modules/Test');
211 $this->testSession->getActiveId(),
212 $this->testSession->getPass(),
213 $this->
object->getId()
215 $examIdTpl->setVariable(
'EXAM_ID_TXT', $this->
lng->txt(
'exam_id'));
216 $html .= $examIdTpl->get();
219 $this->tpl->setVariable(
231 $filename = $this->testOutputGUI->object->getRefId();
232 $filename .=
'-' . $this->testSession->getActiveId() .
'-';
233 $filename .= $this->testSession->getPass() .
'.pdf';
252 require_once
'Services/Utilities/classes/class.ilUtil.php';
256 if (!is_dir(
$path)) {
261 $filename .= $inst_id .
'-' . $this->testOutputGUI->object->getId();
262 $filename .=
'-' . $this->testSession->getActiveId() .
'-';
263 $filename .= $this->testSession->getPass() .
'.pdf';
static getWebspaceDir(string $mode="filesystem")
get webspace directory
getObjectiveOrientedContainer()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
const PDF_USER_RESULT
PDF Purposes.
__construct(ilTestOutputGUI $testOutputGUI, ilObjTest $testOBJ, ilTestSession $testSession)
const BACK_FROM_FINISHING
static makeDirParents(string $a_dir)
Create a new directory and all parent directories.
static removeTrailingPathSeparators(string $path)
getContentBlockName()
Returns the name of the current content block (depends on the kiosk mode setting) ...
buildQuestionRelatedObjectivesList(ilLOTestQuestionAdapter $objectivesAdapter, ilTestQuestionSequence $testSequence)
static getInstance(ilTestSession $a_test_session)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
buildPdfFilename()
not in use, but we keep the code (no archive for every user at end of test !!)
__construct(Container $dic, ilPlugin $plugin)
Service GUI class for tests.
static generatePDF($pdf_output, $output_mode, $filename=null, $purpose=null)
static prepareGenerationRequest(string $service, string $purpose)
Prepare the content processing for a PDF generation request This function should be called as in a re...
const PDF_OUTPUT_DOWNLOAD
static lookupExamId($active_id, $pass)