43 foreach ($this->forms_helper->transformPoints($a_value) as $index =>
$value) {
44 $this->values[$index]->setPoints(
$value);
50 $points = $this->forms_helper->checkPointsInputEnoughPositive($this->
raw($this->
getPostVar()),
true);
64 $tpl =
new ilTemplate(
'tpl.prop_textsubsetcorrection_input.html',
true,
true,
'components/ILIAS/TestQuestionPool');
66 foreach ($this->values as
$value) {
68 $tpl->setCurrentBlock(
'points');
69 $tpl->setVariable(
'POST_VAR', $this->
getPostVar());
70 $tpl->setVariable(
'ROW_NUMBER', $i);
71 $tpl->setVariable(
'POINTS_ID', $this->
getPostVar() .
"[points][$i]");
73 $tpl->parseCurrentBlock();
76 $tpl->setCurrentBlock(
'row');
78 $tpl->parseCurrentBlock();
82 $tpl->setVariable(
'ELEMENT_ID', $this->
getPostVar());
parseCurrentBlock(string $part=ilGlobalTemplateInterface::DEFAULT_BLOCK)
setVariable($variable, $value='')
Sets a variable value.
setCurrentBlock(string $part=ilGlobalTemplateInterface::DEFAULT_BLOCK)