19 declare(strict_types=1);
44 'ilTestEvaluationGUI' => 1,
45 'ilTestServiceGUI' => 2
58 if (isset($this->tableIdsByParentClasses[get_class($parent)])) {
59 $tableId = $this->tableIdsByParentClasses[get_class($parent)];
64 $this->
setId(
'tst_pdo_' . $tableId);
84 $this->ui_factory = $DIC->ui()->factory();
85 $this->ui_renderer = $DIC->ui()->renderer();
91 $this->
setRowTemplate(
'tpl.il_as_tst_pass_details_overview_qst_row.html',
'components/ILIAS/Test');
98 $passHeaderLabel = $this->
lng->txt(
"tst_attempt");
100 $passHeaderLabel = $this->
lng->txt(
"pass");
103 $this->
addColumn($passHeaderLabel,
'pass',
'');
105 $this->
addColumn($this->
lng->txt(
"tst_question_no"),
'',
'');
108 $this->
addColumn($this->
lng->txt(
"question_id"),
'',
'');
109 $this->
addColumn($this->
lng->txt(
"tst_question_title"),
'',
'');
112 $this->
addColumn($this->
lng->txt(
'tst_res_lo_objectives_header'),
'',
'');
115 $this->
addColumn($this->
lng->txt(
"tst_maximum_points"),
'',
'');
116 $this->
addColumn($this->
lng->txt(
"tst_reached_points"),
'',
'');
119 $this->
addColumn($this->
lng->txt(
"tst_question_hints_requested_hint_count_header"),
'',
'');
122 $this->
addColumn($this->
lng->txt(
"tst_percent_solved"),
'',
'');
125 $this->
addColumn($this->
lng->txt(
"solution_hint"),
'',
'');
140 $this->is_pdf_generation_request = $is_print_request;
145 $this->
ctrl->setParameter($this->parent_obj,
'evaluation', $a_set[
'qid']);
147 if (isset($a_set[
'pass'])) {
148 $this->
ctrl->setParameter($this->parent_obj,
'pass', $a_set[
'pass']);
154 if (strlen($questionTitleLink)) {
155 $this->tpl->setVariable(
'URL_QUESTION_TITLE', $questionTitleLink);
157 $this->tpl->setCurrentBlock(
'title_link_end_tag');
158 $this->tpl->touchBlock(
'title_link_end_tag');
159 $this->tpl->parseCurrentBlock();
164 $objectives = $this->questionRelatedObjectivesList->getQuestionRelatedObjectiveTitles($a_set[
'qid']);
169 $this->tpl->setVariable(
'VALUE_HINT_COUNT', (
int) $a_set[
'requested_hints']);
173 $this->tpl->setVariable(
'SOLUTION_HINT', $a_set[
'solution']);
177 $this->tpl->setVariable(
'ACTIONS_MENU', $this->
getActionList($a_set[
'qid']));
180 $this->tpl->setVariable(
'VALUE_QUESTION_TITLE', $a_set[
'title']);
181 $this->tpl->setVariable(
'VALUE_QUESTION_ID', $a_set[
'qid']);
184 $this->tpl->setVariable(
'VALUE_QUESTION_PASS', $a_set[
'pass'] + 1);
186 $this->tpl->setVariable(
'VALUE_QUESTION_COUNTER', $a_set[
'nr']);
189 $this->tpl->setVariable(
'VALUE_MAX_POINTS', $a_set[
'max']);
190 $this->tpl->setVariable(
'VALUE_REACHED_POINTS', $a_set[
'reached']);
191 $this->tpl->setVariable(
'VALUE_PERCENT_SOLVED', $a_set[
'percent']);
193 $this->tpl->setVariable(
'ROW_ID', $this->
getRowId($a_set[
'qid']));
198 return "pass_details_tbl_row_act_{$this->getActiveId()}_qst_{$questionId}";
236 $actions[] = $this->ui_factory->link()->standard($this->
lng->txt(
'tst_list_answer_details'), $this->
getAnswerListAnchor($questionId));
239 $dropdown = $this->ui_factory->dropdown()->standard($actions)->withLabel($this->
lng->txt(
'tst_answer_details'));
240 return $this->ui_renderer->render($dropdown);
255 return "#detailed_answer_block_act_{$this->getActiveId()}_qst_{$questionId}";
261 $this->showHintCount = (bool) $showHintCount;
isQuestionTitleLinkPossible()
setShowHintCount($showHintCount)
bool $multipleObjectivesInvolved
getQuestionTitleLink($questionId)
setPassColumnEnabled(bool $passColumnEnabled)
setIsPdfGenerationRequest(bool $is_print_request)
setFormAction(string $a_form_action, bool $a_multipart=false)
setQuestionRelatedObjectivesList(ilTestQuestionRelatedObjectivesList $questionRelatedObjectivesList)
getAnswerListAnchor($questionId)
setActiveId(int $active_id)
getAnswerListAnchorEnabled()
setFormName(string $a_name="")
setAnswerListAnchorEnabled($answerListAnchorEnabled)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
bool $answerListAnchorEnabled
bool $showSuggestedSolution
setDefaultOrderField(string $a_defaultorderfield)
setObjectiveOrientedPresentationEnabled(bool $objective_oriented_presentation_enabled)
setMultipleObjectivesInvolved($multipleObjectivesInvolved)
areMultipleObjectivesInvolved()
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
setDefaultOrderDirection(string $a_defaultorderdirection)
isObjectiveOrientedPresentationEnabled()
bool $is_pdf_generation_request
array $tableIdsByParentClasses
bool $objective_oriented_presentation_enabled
setShowSuggestedSolution(bool $showSuggestedSolution)
__construct(Container $dic, ilPlugin $plugin)
getActionList($questionId)
setLimit(int $a_limit=0, int $a_default_limit=0)
__construct(ilCtrl $ctrl, ilTestServiceGUI $parent, string $cmd)
addColumn(string $a_text, string $a_sort_field="", string $a_width="", bool $a_is_checkbox_action_column=false, string $a_class="", string $a_tooltip="", bool $a_tooltip_with_html=false)
disable(string $a_module_name)
Service GUI class for tests.
getQuestionRelatedObjectivesList()
array ilTestQuestionRelatedObjectivesList $questionRelatedObjectivesList
setExternalSegmentation(bool $a_val)
getShowSuggestedSolution()
setPrefix(string $a_prefix)