Exercise: Fix missing function showQuestion

Fix #4210
pull/4284/head
Angel Fernando Quiroz Campos 4 years ago
parent 5d77ec63bb
commit 22de8cbfd8
  1. 10
      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

Loading…
Cancel
Save