We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47d634f commit e36177dCopy full SHA for e36177d
main/exercise/unique_answer.class.php
@@ -358,7 +358,7 @@ public function validateAnswers($form)
358
}
359
360
if ($weighting === '' || !is_numeric($weighting)) {
361
- $errors[] = sprintf(get_lang('WeightingMustBeNumeric'), $i);
+ $errors[] = sprintf(get_lang('ScoreMustBeNumeric'), $i);
362
$error_fields[] = "weighting[$i]";
363
364
0 commit comments