diff --git a/lib/WeBWorK/ContentGenerator/GatewayQuiz.pm b/lib/WeBWorK/ContentGenerator/GatewayQuiz.pm index 413391a151..ea1b3ed389 100644 --- a/lib/WeBWorK/ContentGenerator/GatewayQuiz.pm +++ b/lib/WeBWorK/ContentGenerator/GatewayQuiz.pm @@ -1015,7 +1015,7 @@ sub pre_header_initialize { default=> 1, script => 0, process => 0, - comment => 0 + comment => 1 ); foreach my $key (keys %$formFields) { if ($key =~ /AnSwEr/) { diff --git a/lib/WeBWorK/ContentGenerator/Instructor/ProblemGrader.pm b/lib/WeBWorK/ContentGenerator/Instructor/ProblemGrader.pm index e849ce9b0a..2745d8c3f0 100644 --- a/lib/WeBWorK/ContentGenerator/Instructor/ProblemGrader.pm +++ b/lib/WeBWorK/ContentGenerator/Instructor/ProblemGrader.pm @@ -138,7 +138,7 @@ sub initialize { default=> 1, script => 0, process => 0, - comment => 0 + comment => 1 ); my $comment = $scrubber->scrub( ( defined $r->param("$userID.comment") )?$r->param("$userID.comment"):'' ); diff --git a/lib/WeBWorK/ContentGenerator/Problem.pm b/lib/WeBWorK/ContentGenerator/Problem.pm index 310cae9aa7..da1abcb98c 100644 --- a/lib/WeBWorK/ContentGenerator/Problem.pm +++ b/lib/WeBWorK/ContentGenerator/Problem.pm @@ -728,7 +728,7 @@ sub pre_header_initialize { default=> 1, script => 0, process => 0, - comment => 0 + comment => 1 ); foreach my $key (keys %$formFields) { if ($key =~ /AnSwEr/) { diff --git a/lib/WeBWorK/Localize/en.po b/lib/WeBWorK/Localize/en.po index 77fce7a62f..68ffb4b443 100644 --- a/lib/WeBWorK/Localize/en.po +++ b/lib/WeBWorK/Localize/en.po @@ -45,7 +45,7 @@ msgstr "Prev" # msgid "navProbListGrey" -msgstr "tr: Up" +msgstr "Up" # msgid "navNextGrey" diff --git a/lib/WeBWorK/Localize/en_us.po b/lib/WeBWorK/Localize/en_us.po index 22972376a0..c7d08893b3 100644 --- a/lib/WeBWorK/Localize/en_us.po +++ b/lib/WeBWorK/Localize/en_us.po @@ -33,7 +33,7 @@ msgstr "Prev" # msgid "navProbListGrey" -msgstr "tr: Up" +msgstr "Up" # msgid "navNextGrey"