19 declare(strict_types=1);
35 $this->
ctrl->saveParameter($this,
"active_id");
37 switch ($this->
ctrl->getNextClass($this)) {
38 case 'ilassquestionpagegui':
44 $this->questionrepository,
47 $forwarder->forward();
51 $cmd = $this->
ctrl->getCmd(
'showVirtualPass') .
'Cmd';
59 $tableGUI->resetOffset();
60 $tableGUI->writeFilterToSession();
67 $tableGUI->resetOffset();
68 $tableGUI->resetFilter();
74 $test_session = $this->test_session_factory->getSession();
76 if (!$this->
object->getShowPassDetails()) {
77 $executable = $this->
object->isExecutable($test_session, $test_session->getUserId());
79 if ($executable[
'executable']) {
80 $this->
ctrl->redirectByClass([ilRepositoryGUI::class, ilObjTestGUI::class, ilInfoScreenGUI::class]);
85 $this->ui_factory->button()->standard($this->
lng->txt(
'print'),
'')
89 $virtual_sequence = $this->service->buildVirtualSequence($test_session);
90 $user_results = $this->service->getVirtualSequenceUserResults($virtual_sequence);
95 $objectives_list->loadObjectivesTitles();
97 $test_result_header_label_builder =
new ResultsTitlesBuilder($this->
lng, $this->obj_cache);
99 $test_result_header_label_builder->setObjectiveOrientedContainerId($test_session->getObjectiveOrientedContainerId());
100 $test_result_header_label_builder->setUserId($test_session->getUserId());
101 $test_result_header_label_builder->setTestObjId($this->
object->getId());
102 $test_result_header_label_builder->setTestRefId($this->
object->getRefId());
103 $test_result_header_label_builder->initObjectiveOrientedMode();
105 $tpl =
new ilTemplate(
'tpl.il_as_tst_virtual_pass_details.html',
false,
false,
'components/ILIAS/Test');
107 foreach (array_keys($objectives_list->getObjectives()) as $lo_id) {
108 $user_results_for_lo = $objectives_list->filterResultsByObjective($user_results, $lo_id);
111 $user_results_for_lo,
112 $test_session->getActiveId(),
113 $test_session->getPass(),
119 $overview_table_gui->setTitle(
120 $test_result_header_label_builder->getVirtualPassDetailsHeaderLabel(
121 $objectives_list->getObjectiveTitleById($lo_id)
133 $lo_status->setUsrId($test_session->getUserId());
134 $lo_status_html = $lo_status->getHTML($lo_id);
parseCurrentBlock(string $block_name=self::DEFAULT_BLOCK)
Parses the given block.
setCurrentBlock(string $part=self::DEFAULT_BLOCK)
Sets the template to the given block.
showVirtualPassSetTableFilterCmd()
getObjectiveOrientedContainer()
ilGlobalTemplateInterface ilTemplate $tpl
sk 2023-08-01: We need this union type, even if it is wrong! To change this
setVariable(string $variable, $value='')
Sets the given variable to the given value.
getPassDetailsOverviewTableGUI(array $result_array, int $active_id, int $pass, ilTestServiceGUI $target_gui, string $target_cmd, ?ilTestQuestionRelatedObjectivesList $objectives_list=null, bool $multiple_objectives_involved=true)
withOnLoadCode(Closure $binder)
static getInstance(ilTestSession $a_test_session)
get(string $part=self::DEFAULT_BLOCK)
Renders the given block and returns the html string.
showVirtualPassResetTableFilterCmd()
buildQuestionRelatedObjectivesList(ilLOTestQuestionAdapter $objectives_adapter, ilTestQuestionSequence $test_sequence)
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
buildPassDetailsOverviewTableGUI(ilTestServiceGUI $target_gui, string $target_cmd)
Service GUI class for tests.
populateContent(string $content)