public function setValueByArray($a_values)
 {
     parent::setValueByArray($a_values);
     foreach ((array) $_POST[$this->getPostVar() . '_open'] as $oindex => $ovalue) {
         $this->addOpenAnswerIndex($oindex);
     }
 }