[system] / branches / rel-2-2-dev / webwork2 / lib / WeBWorK / ContentGenerator / Problem.pm Repository:
ViewVC logotype

Diff of /branches/rel-2-2-dev/webwork2/lib/WeBWorK/ContentGenerator/Problem.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1470 Revision 1471
685 CGI::hidden("showOldAnswers", $will{showOldAnswers}),"\n", 685 CGI::hidden("showOldAnswers", $will{showOldAnswers}),"\n",
686 CGI::hidden("showCorrectAnswers", $will{showCorrectAnswers}),"\n", 686 CGI::hidden("showCorrectAnswers", $will{showCorrectAnswers}),"\n",
687 CGI::hidden("showHints", $will{showHints}),"\n", 687 CGI::hidden("showHints", $will{showHints}),"\n",
688 CGI::hidden("showSolutions", $will{showSolutions}),"\n", 688 CGI::hidden("showSolutions", $will{showSolutions}),"\n",
689 CGI::p({-align=>"left"}, 689 CGI::p({-align=>"left"},
690 CGI::submit(-name=>"feedbackForm", -label=>"Contact instructor") 690 CGI::submit(-name=>"feedbackForm", -label=>"Email instructor")
691 ), 691 ),
692 CGI::endform(),"\n"; 692 CGI::endform(),"\n";
693 693
694 # FIXME print editor link 694 # FIXME print editor link
695 # print editor link if the user is an instructor AND the file is not in temporary editing mode 695 # print editor link if the user is an instructor AND the file is not in temporary editing mode

Legend:
Removed from v.1470  
changed lines
  Added in v.1471

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9