MDL-80082 quiz_grading: Output 'Nothing to display' as notification.

This commit is contained in:
Luca Bösch
2024-02-19 15:10:32 +01:00
parent 6bb59759e7
commit 307aee2c42
+1 -1
View File
@@ -48,7 +48,7 @@ class quiz_grading_renderer extends plugin_renderer_base {
* @throws coding_exception
*/
public function render_quiz_no_grade_question_notification() {
return $this->notification(get_string('nothingfound', 'quiz_grading'));
return $this->notification(get_string('nothingfound', 'quiz_grading'), 'info', false);
}
/**