import with negative score by default -refs BT#8659

1.10.x
Nicolas Ducoulombier 10 years ago
parent 8a29439ab3
commit 44221a533e
  1. 2
      main/exercice/upload_exercise.php

@ -469,6 +469,8 @@ function lp_upload_quiz_action_handling() {
) {
$score = $score_list[$i][3] * -1;
}
} else {
$score = $score_list[$i][3] * -1;
}
$score /= $numberRightAnswers;
break;

Loading…
Cancel
Save