Quiz: Fix query in question pool - refs BT#16679

pull/3085/head
Angel Fernando Quiroz Campos 6 years ago
parent 4a1bb5801c
commit da4e5db1b7
  1. 2
      main/exercise/question_pool.php

@ -700,7 +700,7 @@ function getQuestions(
}
$answer_where = '';
if (isset($answerType) && $answerType > 0 - 1) {
$answer_where = ' AND type='.$answerType;
$answer_where = ' AND qu.type='.$answerType;
}
if (!empty($questionId)) {

Loading…
Cancel
Save