36 $tpl =
new ilTemplate(
'tst.longmenu_corrections_input.html',
true,
true,
'Modules/TestQuestionPool');
42 $tpl->setVariable(
'NUM_ANSWERS', $this->values[
'answers_all_count']);
44 $tpl->setVariable(
'TXT_ANSWERS', $this->
lng->txt(
'answer_options'));
45 $tpl->setVariable(
'TXT_SHOW', $this->
lng->txt(
'show'));
46 $tpl->setVariable(
'TXT_CORRECT_ANSWERS', $this->
lng->txt(
'correct_answers'));
58 $closeButton->setCaption(
'close');
59 $closeButton->setTarget(
'');
60 $closeButton->setOnClick(
"$('#modal_{$this->getPostVar()}').modal('hide');");
64 $modal->setHeading($this->
lng->txt(
'answer_options'));
65 $modal->addButton($closeButton);
68 $inp->setValues(current($this->values[
'answers_all']));
69 $inp->setDisabled(
true);
71 $modal->setBody($inp->render());
79 $tagInput->setTypeAheadMinLength(1);
81 $tagInput->setOptions($this->values[
'answers_correct']);
82 $tagInput->setTypeAheadList($this->values[
'answers_all'][0]);
parseCurrentBlock(string $part=ilGlobalTemplateInterface::DEFAULT_BLOCK)
setVariable($variable, $value='')
Sets a variable value.
render(string $a_mode="")
setCurrentBlock(string $part=ilGlobalTemplateInterface::DEFAULT_BLOCK)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
if($DIC->http() ->request() ->getMethod()=="GET" &&isset($DIC->http() ->request() ->getQueryParams()['tex'])) $tpl
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...