48 'ilTestEvaluationGUI' => 1,
49 'ilTestServiceGUI' => 2
57 if (isset($this->tableIdsByParentClasses[get_class($parent)])) {
58 $tableId = $this->tableIdsByParentClasses[get_class($parent)];
63 $this->
setId(
'tst_pdo_' . $tableId);
86 $this->
setRowTemplate(
'tpl.il_as_tst_pass_details_overview_qst_row.html',
'Modules/Test');
93 $passHeaderLabel = $this->
lng->txt(
"tst_attempt");
95 $passHeaderLabel = $this->
lng->txt(
"pass");
98 $this->
addColumn($passHeaderLabel,
'pass',
'');
100 $this->
addColumn($this->
lng->txt(
"tst_question_no"),
'',
'');
103 $this->
addColumn($this->
lng->txt(
"question_id"),
'',
'');
104 $this->
addColumn($this->
lng->txt(
"tst_question_title"),
'',
'');
107 $this->
addColumn($this->
lng->txt(
'tst_res_lo_objectives_header'),
'',
'');
110 $this->
addColumn($this->
lng->txt(
"tst_maximum_points"),
'',
'');
111 $this->
addColumn($this->
lng->txt(
"tst_reached_points"),
'',
'');
114 $this->
addColumn($this->
lng->txt(
"tst_question_hints_requested_hint_count_header"),
'',
'');
117 $this->
addColumn($this->
lng->txt(
"tst_percent_solved"),
'',
'');
120 $this->
addColumn($this->
lng->txt(
"solution_hint"),
'',
'');
130 if (count($this->parent_obj->object->getResultFilterTaxIds())) {
131 require_once
'Services/Taxonomy/classes/class.ilTaxSelectInputGUI.php';
133 foreach ($this->parent_obj->object->getResultFilterTaxIds() as $taxId) {
134 $postvar =
"tax_$taxId";
138 $inp->readFromSession();
139 $this->
filter[$postvar] = $inp->getValue();
151 $this->is_pdf_generation_request = $is_print_request;
156 $this->
ctrl->setParameter($this->parent_obj,
'evaluation', $a_set[
'qid']);
158 if (isset($a_set[
'pass'])) {
159 $this->
ctrl->setParameter($this->parent_obj,
'pass', $a_set[
'pass']);
165 if (strlen($questionTitleLink)) {
166 $this->tpl->setVariable(
'URL_QUESTION_TITLE', $questionTitleLink);
168 $this->tpl->setCurrentBlock(
'title_link_end_tag');
169 $this->tpl->touchBlock(
'title_link_end_tag');
170 $this->tpl->parseCurrentBlock();
175 $objectives = $this->questionRelatedObjectivesList->getQuestionRelatedObjectiveTitles($a_set[
'qid']);
180 $this->tpl->setVariable(
'VALUE_HINT_COUNT', (
int) $a_set[
'requested_hints']);
184 $this->tpl->setVariable(
'SOLUTION_HINT', $a_set[
'solution']);
188 $this->tpl->setVariable(
'ACTIONS_MENU', $this->
getActionList($a_set[
'qid']));
191 $this->tpl->setVariable(
'VALUE_QUESTION_TITLE', $a_set[
'title']);
192 $this->tpl->setVariable(
'VALUE_QUESTION_ID', $a_set[
'qid']);
195 $this->tpl->setVariable(
'VALUE_QUESTION_PASS', $a_set[
'pass'] + 1);
197 $this->tpl->setVariable(
'VALUE_QUESTION_COUNTER', $a_set[
'nr']);
200 $this->tpl->setVariable(
'VALUE_MAX_POINTS', $a_set[
'max']);
201 $this->tpl->setVariable(
'VALUE_REACHED_POINTS', $a_set[
'reached']);
202 $this->tpl->setVariable(
'VALUE_PERCENT_SOLVED', $a_set[
'percent']);
204 $this->tpl->setVariable(
'ROW_ID', $this->
getRowId($a_set[
'qid']));
209 return "pass_details_tbl_row_act_{$this->getActiveId()}_qst_{$questionId}";
258 $aslGUI->setListTitle($this->
lng->txt(
'tst_answer_details'));
259 $aslGUI->setId(
"act{$this->getActiveId()}_qst{$questionId}");
263 $this->
lng->txt(
'tst_list_answer_details'),
271 $this->
lng->txt(
'tst_single_answer_details'),
277 return $aslGUI->getHTML();
302 return "#detailed_answer_block_act_{$this->getActiveId()}_qst_{$questionId}";
308 $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)
addFilterItem(ilTableFilterItem $a_input_item, bool $a_optional=false)
setQuestionRelatedObjectivesList(ilTestQuestionRelatedObjectivesList $questionRelatedObjectivesList)
string $singleAnswerScreenCmd
getAnswerListAnchor($questionId)
getAnswerListAnchorEnabled()
bool $objectiveOrientedPresentationEnabled
setFormName(string $a_name="")
setAnswerListAnchorEnabled($answerListAnchorEnabled)
bool $answerListAnchorEnabled
__construct(ilCtrl $ctrl, $parent, $cmd)
bool $showSuggestedSolution
setDefaultOrderField(string $a_defaultorderfield)
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
setObjectiveOrientedPresentationEnabled(bool $objectiveOrientedPresentationEnabled)
setShowSuggestedSolution(bool $showSuggestedSolution)
__construct(Container $dic, ilPlugin $plugin)
getActionList($questionId)
setLimit(int $a_limit=0, int $a_default_limit=0)
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)
getSingleAnswerScreenCmd()
setSingleAnswerScreenCmd($singleAnswerScreenCmd)
getQuestionRelatedObjectivesList()
ilTestQuestionRelatedObjectivesList $questionRelatedObjectivesList
setExternalSegmentation(bool $a_val)
getShowSuggestedSolution()
setPrefix(string $a_prefix)