diff --git a/courses.dist/modelCourse/templates/achievements/still_not_right.at b/courses.dist/modelCourse/templates/achievements/still_not_right.at index 80b968f712..d06a81ea91 100644 --- a/courses.dist/modelCourse/templates/achievements/still_not_right.at +++ b/courses.dist/modelCourse/templates/achievements/still_not_right.at @@ -6,6 +6,7 @@ # Initialize $localData. $localData->{incorrect_streak} //= 0; +$localData->{set_id} //= ''; # If the problem is correct, reset counter and move on. if ($problem->status == 1) {