Replacing quiz_type with type.

skala
Julio Montoya 13 years ago
parent 8a62489a17
commit aadd1ef45b
  1. 4
      main/coursecopy/classes/QuizQuestion.class.php

@ -81,7 +81,7 @@ class QuizQuestion extends Resource
$this->question = $question;
$this->description = $description;
$this->ponderation = $ponderation;
$this->quiz_type = $type;
$this->type = $type;
$this->position = $position;
$this->picture = $picture;
$this->level = $level;
@ -124,4 +124,4 @@ class QuizQuestion extends Resource
parent::show();
echo $this->question;
}
}
}

Loading…
Cancel
Save