diff --git a/mod/workshop/assessments.php b/mod/workshop/assessments.php index c2b4460de12..b3972fdb7a3 100644 --- a/mod/workshop/assessments.php +++ b/mod/workshop/assessments.php @@ -752,7 +752,7 @@ // don't fiddle about, delete all the old and add the new! delete_records("workshop_grades", "assessmentid", $assessment->id); - $form = data_submitted(); + $form = data_submitted('nomatch'); //determine what kind of grading we have switch ($workshop->gradingstrategy) {