40 parent::__construct();
45 $this->
getItemByPostVar(
'answer_presentation')->setValue($a_values[
'answer']);
46 parent::setValuesByArray($a_values, $a_restrict_to_value_keys);
107 $points->allowDecimals(
true);
108 $points->setMinvalueShouldBeGreater(
true);
109 $points->setMinValue(0);
114 $this->
addItem($hiddenAnswerValue);
118 $this->
addItem($hiddenQuestionId);
122 $this->
addItem($hiddenQuestionIndex);
This class represents a non editable value in a property form.