Skip to content

Commit 1ba28bf

Browse files
authored
Minor: Fix language terms
1 parent e36177d commit 1ba28bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/exercise/multiple_answer.class.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ public function validateAnswers($form)
218218

219219
if ($hasCorrectAnswer && !$hasValidWeighting) {
220220
// Only show if at least one correct answer exists but its weighting is not valid
221-
$errors[] = get_lang('AtLeastOneCorrectAnswerMustHavePositiveWeighting');
221+
$errors[] = get_lang('AtLeastOneCorrectAnswerMustHaveAPositiveScore');
222222
}
223223

224224
return empty($errors) ? true : ['errors' => $errors, 'error_fields' => $error_fields];

0 commit comments

Comments
 (0)