22 $this->values = array();
23 if (is_array($a_value)) {
24 if (is_array($a_value[
'answer'])) {
26 include_once
"./Modules/TestQuestionPool/classes/class.assAnswerMultipleResponseImage.php";
27 if (isset($a_value[
'points'])) {
28 $pvalue = $a_value[
'points'][
$index];
32 if (isset($a_value[
'points_unchecked'])) {
33 $value_unchecked = $a_value[
'points_unchecked'][
$index];
35 $value_unchecked = 0.0;
38 $this->values[] = $answer;
53 include_once
"./Services/AdvancedEditing/classes/class.ilObjAdvancedEditing.php";
65 if (is_array($foundvalues)) {
67 if (is_array($foundvalues[
'answer'])) {
68 foreach ($foundvalues[
'answer'] as $aidx => $answervalue) {
69 if (((strlen($answervalue)) == 0) && (!isset($foundvalues[
'imagename']) || strlen($foundvalues[
'imagename'][$aidx]) == 0)) {
82 if (is_array($foundvalues[
'points'])) {
83 foreach ($foundvalues[
'points'] as $points) {
87 if (((strlen($points)) == 0) || (!is_numeric($points))) {
114 $tpl =
new ilTemplate(
"tpl.prop_essaykeywordswizardinput.html",
true,
true,
"Modules/TestQuestionPool");
116 foreach ($this->values as
$value) {
118 if (is_object($value)) {
119 $tpl->setCurrentBlock(
"prop_text_propval");
124 $tpl->parseCurrentBlock();
125 $tpl->setCurrentBlock(
"prop_points_propval");
130 $tpl->parseCurrentBlock();
132 $tpl->setCurrentBlock(
'singleline');
134 $tpl->setVariable(
"SINGLELINE_ID", $this->
getPostVar() .
"[answer][$i]");
135 $tpl->setVariable(
"SINGLELINE_ROW_NUMBER",
$i);
139 $tpl->setVariable(
"DISABLED_SINGLELINE",
" disabled=\"disabled\"");
141 $tpl->parseCurrentBlock();
144 if (is_object($value)) {
145 $tpl->setCurrentBlock(
"prop_points_propval");
150 $tpl->parseCurrentBlock();
155 $tpl->setCurrentBlock(
"row");
157 $tpl->setVariable(
"ROW_NUMBER",
$i);
159 $tpl->setVariable(
"POINTS_ID", $this->
getPostVar() .
"[points][$i]");
160 $tpl->setVariable(
"CMD_ADD",
"cmd[add" . $this->
getFieldId() .
"][$i]");
161 $tpl->setVariable(
"CMD_REMOVE",
"cmd[remove" . $this->
getFieldId() .
"][$i]");
163 $tpl->setVariable(
"DISABLED_POINTS",
" disabled=\"disabled\"");
167 $tpl->parseCurrentBlock();
174 $tpl->setVariable(
"DELETE_IMAGE_HEADER",
$lng->
txt(
'delete_image_header'));
175 $tpl->setVariable(
"DELETE_IMAGE_QUESTION",
$lng->
txt(
'delete_image_question'));
176 $tpl->setVariable(
"ANSWER_TEXT",
$lng->
txt(
'answer_text'));
177 $tpl->setVariable(
"POINTS_TEXT",
$lng->
txt(
'points'));
178 $tpl->setVariable(
"COMMANDS_TEXT",
$lng->
txt(
'actions'));
179 $tpl->setVariable(
"POINTS_CHECKED_TEXT",
$lng->
txt(
'checkbox_checked'));
187 $tpl->addJavascript(
"./Services/Form/js/ServiceFormWizardInput.js");
188 $tpl->addJavascript(
"./Modules/TestQuestionPool/templates/default/essaykeywordwizard.js");
parseCurrentBlock(string $part=ilGlobalTemplateInterface::DEFAULT_BLOCK)
static stripSlashesRecursive($a_data, bool $a_strip_html=true, string $a_allow="")
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
static get(string $a_glyph, string $a_text="")
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setVariable($variable, $value='')
Sets a variable value.
static _getUsedHTMLTagsAsString(string $a_module="")
Returns a string of all allowed HTML tags for text editing.
setCurrentBlock(string $part=ilGlobalTemplateInterface::DEFAULT_BLOCK)
if($DIC->http() ->request() ->getMethod()=="GET" &&isset($DIC->http() ->request() ->getQueryParams()['tex'])) $tpl