Exemplo n.º 1
0
    public function setup_from_form_data($fromform) {
        parent::setup_from_form_data($fromform);

        $this->showqtext     = $fromform->qtext;
        $this->showresponses = $fromform->resp;
        $this->showright     = $fromform->right;
    }
Exemplo n.º 2
0
 public function setup_from_form_data($fromform)
 {
     parent::setup_from_form_data($fromform);
     $this->showqtext = $fromform->qtext;
     $this->showresponses = $fromform->resp;
     $this->showright = $fromform->right;
     if (quiz_allows_multiple_tries($this->quiz)) {
         $this->whichtries = $fromform->whichtries;
     }
 }
Exemplo n.º 3
0
 public function setup_from_form_data($fromform)
 {
     parent::setup_from_form_data($fromform);
     $this->onlyregraded = !empty($fromform->onlyregraded);
     $this->slotmarks = $fromform->slotmarks;
 }