diff --git a/main/exercise/exercise.class.php b/main/exercise/exercise.class.php index f096235293..7c7f414141 100755 --- a/main/exercise/exercise.class.php +++ b/main/exercise/exercise.class.php @@ -8003,19 +8003,15 @@ class Exercise // Shows the question + possible answers $showTitle = $this->getHideQuestionTitle() == 1 ? false : true; - echo $this->showQuestion( + echo ExerciseLib::showQuestion( + $this, $question_obj, false, $origin, $i, $showTitle, false, - $user_choice, - false, - null, - false, - $this->getModelType(), - $this->categoryMinusOne + $user_choice ); // Button save and continue