Update exercise_show_functions.lib.php

pull/2485/head
pielRouge 7 years ago committed by GitHub
parent 8bdd8fadc0
commit 53d13e2b68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      main/inc/lib/exercise_show_functions.lib.php

@ -512,7 +512,14 @@ class ExerciseShowFunctions
* @return void
*/
static function displayMultipleAnswerTrueFalseDegreeCertainty (
$feedbackType, $studentChoice, $studentChoiceDegree, $answer, $answerComment, $answerCorrect, $id, $questionId, $answerNumber, $inResultsDisabled
$feedbackType,
$studentChoice,
$studentChoiceDegree,
$answer,
$answerComment,
$answerCorrect,
$questionId,
$inResultsDisabled
) {
$hideExpectedAnswer = false;

Loading…
Cancel
Save