29         $formValues = array();
    31         foreach ($modelValues as $modelValue) {
    33                 $modelValue->getExpression(),
    34                 $modelValue->getPoints(),
    35                 $modelValue->getOrderIndex() - 1,
    41         if (!count($formValues)) {
    45         parent::setValues($formValues);
    50         $formValues = parent::getValues();
    52         $modelValues = array();
    54         foreach ($formValues as $formValue) {
    56             $expression->setExpression($formValue->getAnswertext());
    57             $expression->setPoints($formValue->getPoints());
    58             $expression->setOrderIndex($formValue->getOrder() + 1);
    59             $modelValues[] = $expression;
    71         return $lng->
txt(
'tst_sol_comp_expressions');
    80         return $lng->
txt(
'tst_comp_points');
    88         return "tpl.prop_lac_expression_input.html";
 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...