We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62939a6 commit f2cc7b9Copy full SHA for f2cc7b9
1 file changed
lib.php
@@ -876,6 +876,11 @@ function zoom_reset_userdata($data) {
876
877
// The Zoom reset checkbox resets all user grades, always.
878
zoom_reset_gradebook($data->courseid);
879
+ $status[] = [
880
+ 'component' => $componentstr,
881
+ 'item' => get_string('grades'),
882
+ 'error' => false,
883
+ ];
884
}
885
886
return $status;
0 commit comments