You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (\block_dshop\assign\assign::has_activity_completion($assignid, $USER->id) == false) {
63
+
continue;
64
+
}
65
+
66
+
$mform->addElement('static', 'error', '',
67
+
html_writer::div('Waarschuwing! Je hebt deze opdracht reeds ingediend. Door deze opnieuw in te dienen wordt je eerder ingediende opdracht, inclusief beoordeling, gewist op alle plaatsen.', 'alert alert-danger'));
0 commit comments