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.
2 parents d455f7b + 939f895 commit 45224fcCopy full SHA for 45224fc
templates/ContentGenerator/Instructor/ProblemSetDetail.html.ep
@@ -419,7 +419,7 @@
419
% $prettyID = join('.', jitar_id_to_seq($prettyID)) if $isJitarSet;
420
% $repeatFile = maketext('This problem uses the same source file as number [_1].', $prettyID);
421
% } else {
422
- % $shownYet{$problemFile} = $problemID;
+ % $shownYet{$problemFile} = $problemID unless $problemFile =~ /^group:/;
423
% $repeatFile = '';
424
% }
425
%
0 commit comments