71 $this->questionSummaryData = array();
72 $this->currentSequenceElement = null;
161 require_once
'Services/UIComponent/Panel/classes/class.ilPanelGUI.php';
165 $panel->setHeading($this->
lng->txt(
'list_of_questions'));
174 $tpl =
new ilTemplate(
'tpl.il_as_tst_list_of_questions_short.html',
true,
true,
'Modules/Test');
179 if (strlen($row[
'description'])) {
180 $description =
" title=\"" . htmlspecialchars($row[
'description']) .
"\" ";
188 $row[
'worked_through'] ?
'answered' . $active :
'unanswered' . $active
193 if ($row[
'marked']) {
194 $tpl->setCurrentBlock(
"mark_icon");
196 $tpl->setVariable(
"ICON_TEXT", $this->
lng->txt(
'tst_question_marked'));
197 $tpl->setVariable(
"ICON_CLASS",
'ilTestMarkQuestionIcon');
198 $tpl->parseCurrentBlock();
201 if ($this->
isDisabled() || $row[
'disabled']) {
202 $tpl->setCurrentBlock(
'disabled_entry');
203 $tpl->setVariable(
'CLASS', $class);
204 $tpl->setVariable(
'HEADERCLASS', $headerclass);
205 $tpl->setVariable(
'ITEM', $title);
206 $tpl->setVariable(
'DESCRIPTION', $description);
207 $tpl->parseCurrentBlock();
211 $tpl->setCurrentBlock(
'linked_entry');
212 $tpl->setVariable(
'HREF', $this->
buildLink($row[
'sequence']));
214 $tpl->setVariable(
'NEXTSEQ', $row[
'sequence']);
215 $tpl->setVariable(
'HEADERCLASS', $headerclass);
216 $tpl->setVariable(
'CLASS', $class);
217 $tpl->setVariable(
'ITEM', $title);
218 $tpl->setVariable(
"DESCRIPTION", $description);
219 $tpl->parseCurrentBlock();
222 $tpl->setCurrentBlock(
'item');
244 $this->
ctrl->setParameter(
250 $this->
ctrl->setParameter(
258 $this->
ctrl->setParameter(
263 $this->
ctrl->setParameter(
setQuestionSummaryData($questionSummaryData)
if(isset($_FILES['img_file']) &&is_array($_FILES['img_file'])) $panel
getCurrentSequenceElement()
static getImagePath(string $img, string $module_path="", string $mode="output", bool $offline=false)
get image path (for images located in a template directory)
getCurrentPresentationMode()
setCurrentSequenceElement($currentSequenceElement)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setCurrentPresentationMode($currentPresentationMode)
const HEADING_STYLE_SUBHEADING
const PANEL_STYLE_SECONDARY
__construct(ilCtrl $ctrl, ilLanguage $lng)
if($DIC->http() ->request() ->getMethod()=="GET" &&isset($DIC->http() ->request() ->getQueryParams()['tex'])) $tpl
buildLink($sequenceElement)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...