Our equation for effective question weight cannot be calculated in this case. The calculations for effective question weight for other questions in this quiz are the effective question weight for these questions if the highlighted questions with a negative covariance are given a maximum grade of zero.
If you edit a quiz and give these question(s) with negative covariance a max grade of zero then the effective question weight of these questions will be zero and the real effective question weight of other questions will be as calculated now.';
+$string['nogradedattempts'] = 'No attempts have been made at this quiz, or all attempts have questions that need manual grading.';
$string['nostudentsingroup'] = 'There are no students in this group yet';
$string['optiongrade'] = 'Partial credit';
$string['partofquestion'] = 'Part of question';
}
if (!$this->table->is_downloading() && $quizstats->s() == 0) {
- echo $OUTPUT->notification(get_string('noattempts', 'quiz'));
+ echo $OUTPUT->notification(get_string('nogradedattempts', 'quiz_statistics'));
}
foreach ($questionstats->any_error_messages() as $errormessage) {