46 $this->validationRegexp =
"";
51 $this->values = array();
52 if (is_array($a_value)) {
53 if (is_array($a_value[
'answer'])) {
56 if (isset($a_value[
'imagename'][$index])) {
57 $answer->setImage($a_value[
'imagename'][$index]);
59 array_push($this->values, $answer);
72 $this->values = $a_values;
92 $this->singleline = $a_value;
112 $this->qstObject = &$a_value;
132 $this->allowMove = $a_allow_move;
187 $this->minvalue = $a_minvalue;
209 if (is_array($foundvalues)) {
212 if (is_array($foundvalues[
'answer'])) {
213 foreach ($foundvalues[
'answer'] as $aidx => $answervalue) {
214 if ((strlen($answervalue)) == 0) {
222 if (is_array($foundvalues[
'points'])) {
223 foreach ($foundvalues[
'points'] as $points) {
224 if ($points > $max) {
227 if (((strlen($points)) == 0) || (!is_numeric($points))) {
232 if (trim($points) !=
"" &&
240 if (trim($points) !=
"" &&
269 foreach ($this->values as
$value) {
271 if (is_object($value)) {
272 $tpl->setCurrentBlock(
"prop_text_propval");
277 $tpl->parseCurrentBlock();
278 $tpl->setCurrentBlock(
"prop_points_propval");
283 $tpl->parseCurrentBlock();
285 $tpl->setCurrentBlock(
'singleline');
287 $tpl->setVariable(
"SINGLELINE_ID", $this->
getPostVar() .
"[answer][$i]");
288 $tpl->setVariable(
"SINGLELINE_ROW_NUMBER",
$i);
292 $tpl->setVariable(
"DISABLED_SINGLELINE",
" disabled=\"disabled\"");
294 $tpl->parseCurrentBlock();
296 if (is_object($value)) {
297 $tpl->setCurrentBlock(
"prop_points_propval");
302 $tpl->parseCurrentBlock();
304 $tpl->setCurrentBlock(
'multiline');
305 $tpl->setVariable(
"PROPERTY_VALUE", $this->qstObject->prepareTextareaOutput($value->getAnswertext()));
306 $tpl->setVariable(
"MULTILINE_ID", $this->
getPostVar() .
"[answer][$i]");
307 $tpl->setVariable(
"MULTILINE_ROW_NUMBER",
$i);
310 $tpl->setVariable(
"DISABLED_MULTILINE",
" disabled=\"disabled\"");
312 $tpl->parseCurrentBlock();
315 $tpl->setCurrentBlock(
"move");
316 $tpl->setVariable(
"CMD_UP",
"cmd[up" . $this->
getFieldId() .
"][$i]");
317 $tpl->setVariable(
"CMD_DOWN",
"cmd[down" . $this->
getFieldId() .
"][$i]");
321 $tpl->parseCurrentBlock();
323 $tpl->setCurrentBlock(
"row");
325 $tpl->setVariable(
"ROW_NUMBER",
$i);
327 $tpl->setVariable(
"POINTS_ID", $this->
getPostVar() .
"[points][$i]");
330 $tpl->setVariable(
"CMD_ADD",
"cmd[add" . $this->
getFieldId() .
"][$i]");
331 $tpl->setVariable(
"CMD_REMOVE",
"cmd[remove" . $this->
getFieldId() .
"][$i]");
336 $tpl->setVariable(
"DISABLED_POINTS",
" disabled=\"disabled\"");
338 $tpl->parseCurrentBlock();
345 $tpl->setVariable(
"COMMANDS_TEXT",
$lng->
txt(
'actions'));
353 $tpl->addJavascript(
"./Services/Form/js/ServiceFormWizardInput.js");
354 $tpl->addJavascript(
"./Modules/TestQuestionPool/templates/default/answerwizard.js");
363 return $lng->
txt(
'answer_text');
380 return "tpl.prop_answerwizardinput.html";
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.
setCurrentBlock(string $part=ilGlobalTemplateInterface::DEFAULT_BLOCK)
__construct(Container $dic, ilPlugin $plugin)
if($DIC->http() ->request() ->getMethod()=="GET" &&isset($DIC->http() ->request() ->getQueryParams()['tex'])) $tpl