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. 11
      main/inc/lib/exercise_show_functions.lib.php

@ -511,8 +511,15 @@ class ExerciseShowFunctions
* @param boolean $inResultsDisabled
* @return void
*/
static function displayMultipleAnswerTrueFalseDegreeCertainty(
$feedbackType, $studentChoice, $studentChoiceDegree, $answer, $answerComment, $answerCorrect, $id, $questionId, $answerNumber, $inResultsDisabled
static function displayMultipleAnswerTrueFalseDegreeCertainty (
$feedbackType,
$studentChoice,
$studentChoiceDegree,
$answer,
$answerComment,
$answerCorrect,
$questionId,
$inResultsDisabled
) {
$hideExpectedAnswer = false;

Loading…
Cancel
Save