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 5424afc + 3c1af12 commit 3703f7fCopy full SHA for 3703f7f
1 file changed
lib/WeBWorK/ContentGenerator/Problem.pm
@@ -553,7 +553,7 @@ async sub pre_header_initialize ($c) {
553
$c->{set}->psvn,
554
$prEnabled
555
&& !$problem->{prCount}
556
- && !($c->{submitAnswers} || $previewAnswers || $checkAnswers) ? {} : $formFields,
+ && !($c->{submitAnswers} || $previewAnswers || $checkAnswers || $showOnlyCorrectAnswers) ? {} : $formFields,
557
{
558
displayMode => $displayMode,
559
showHints => $will{showHints},
0 commit comments