import with negative score by default -refs BT#8659

1.9.x
Nicolas Ducoulombier 10 years ago
parent 49a0fa5d06
commit d2ba236544
  1. 2
      main/exercice/upload_exercise.php

@ -476,6 +476,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