Quiz: Fix call to method - refs BT#17243

pull/3213/head^2
Angel Fernando Quiroz Campos 6 years ago
parent 536e384296
commit 43809008c2
  1. 2
      main/exercise/exercise.class.php

@ -10404,7 +10404,7 @@ class Exercise
switch ($question->type) {
case FILL_IN_BLANKS:
$option['answer'] = $question->fill_in_blank_answer_to_string($option['answer']);
$option['answer'] = $this->fill_in_blank_answer_to_string($option['answer']);
break;
}

Loading…
Cancel
Save