Update exercise.class.php

pull/2485/head
pielRouge 7 years ago committed by GitHub
parent b730333397
commit 2e30bfd741
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      main/exercise/exercise.class.php

@ -3597,7 +3597,8 @@ class Exercise
}
$studentChoice = isset($choice[$answerAutoId]) ? $choice[$answerAutoId] : null;
$studentChoiceDegree = isset($choiceDegreeCertainty[$answerAutoId]) ? $choiceDegreeCertainty[$answerAutoId] : null;
$studentChoiceDegree = isset($choiceDegreeCertainty[$answerAutoId]) ?
$choiceDegreeCertainty[$answerAutoId] : null;
// student score update
if (!empty($studentChoice)){

Loading…
Cancel
Save