We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e50b77a commit 551dfadCopy full SHA for 551dfad
templates/ContentGenerator/Instructor/PGProblemEditor/pg_critic.html.ep
@@ -54,13 +54,10 @@
54
these macros. </p>
55
% }
56
57
-
58
% my $has_bad_features = 0;
59
% $has_bad_features += $results->{bad}{$_} for (keys %{$results->{bad}});
60
61
-% # <%== dumper $results->{bad} %>
62
63
-% if ($has_bad_features) {
+% if ($has_bad_features || !$results->{good}{solution}) {
64
<h3>You can improve on the following:</h3>
65
<p> There are features in this problem that contain old or deprecated features. The following
66
list gives feedback of how the problem can be improved. </p>
0 commit comments