diff --git a/main/coursecopy/classes/QuizQuestion.class.php b/main/coursecopy/classes/QuizQuestion.class.php index 67dc3f0bbe..72b028abb9 100644 --- a/main/coursecopy/classes/QuizQuestion.class.php +++ b/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; } -} \ No newline at end of file +}