30 foreach ($model_values as $model_value) {
32 $model_value->getExpression(),
33 $model_value->getPoints(),
34 $model_value->getOrderIndex() - 1,
40 if ($form_values === []) {
44 parent::setValues($form_values);
49 $form_values = parent::getValues();
52 foreach ($form_values as $form_value) {
54 $expression->setExpression($form_value->getAnswertext());
55 $expression->setPoints($form_value->getPoints());
56 $expression->setOrderIndex($form_value->getOrder() + 1);
57 $model_values[] = $expression;
69 return $lng->
txt(
'tst_sol_comp_expressions');
78 return $lng->
txt(
'tst_comp_points');
86 return 'tpl.prop_lac_expression_input.html';
99 $this->refinery->kindlyTo()->float(),
100 $this->
refinery->kindlyTo()->string()
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...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...