31 if (is_array($a_value)) {
32 include_once
"./Modules/TestQuestionPool/classes/class.assAnswerErrorText.php";
33 if (is_array($a_value[
'points'])) {
34 foreach ($this->values as $idx =>
$key) {
35 $this->values[$idx] = $this->values[$idx]->withPoints(
36 str_replace(
",",
".", $a_value[
'points'][$idx])
47 if (!isset($foundvalues[
'points'])
48 || !is_array($foundvalues[
'points'])) {
49 $this->
setAlert($this->
lng->txt(
"msg_input_is_required"));
53 foreach ($foundvalues[
'points'] as $val) {
55 $this->
setAlert($this->
lng->txt(
"msg_input_is_required"));
58 if (!is_numeric(str_replace(
",",
".", $val))) {
59 $this->
setAlert($this->
lng->txt(
"form_msg_numeric_value_required"));
62 if ((
float) $val <= 0) {
63 $this->
setAlert($this->
lng->txt(
"positive_numbers_required"));
76 $tpl =
new ilTemplate(
"tpl.prop_errortextcorrection_input.html",
true,
true,
"Modules/TestQuestionPool");
78 foreach ($this->values as
$value) {
79 $tpl->setCurrentBlock(
"prop_points_propval");
81 $tpl->parseCurrentBlock();
83 $tpl->setCurrentBlock(
"row");
88 $class = (
$i % 2 == 0) ?
"even" :
"odd";
92 if (
$i == count($this->values) - 1) {
95 $tpl->setVariable(
"ROW_CLASS", $class);
96 $tpl->setVariable(
"ROW_NUMBER",
$i);
103 $tpl->setVariable(
"VALUE_ID", $this->
getPostVar() .
"[value][$i]");
108 $tpl->parseCurrentBlock();
115 $tpl->setVariable(
"POINTS_TEXT",
$lng->
txt(
'points'));
parseCurrentBlock(string $part=ilGlobalTemplateInterface::DEFAULT_BLOCK)
getKeyName()
Get key name.
insert(ilTemplate $a_tpl)
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...
getKeySize()
Get key size.
setVariable($variable, $value='')
Sets a variable value.
getValueName()
Get value name.
getValueSize()
Get value size.
setCurrentBlock(string $part=ilGlobalTemplateInterface::DEFAULT_BLOCK)
getValueMaxlength()
Get value maxlength.
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
getKeyMaxlength()
Get key maxlength.