From: Mike G. v. a. <we...@ma...> - 2009-06-04 02:34:26
|
Log Message: ----------- Added a feature which allows connection of "email instructor" feature to MathNerds. Specifically the reference to the $pg object is passed back to the feedbackMacro as a parameter. Modified Files: -------------- webwork2/lib/WeBWorK/ContentGenerator: Problem.pm Revision Data ------------- Index: Problem.pm =================================================================== RCS file: /webwork/cvs/system/webwork2/lib/WeBWorK/ContentGenerator/Problem.pm,v retrieving revision 1.216 retrieving revision 1.217 diff -Llib/WeBWorK/ContentGenerator/Problem.pm -Llib/WeBWorK/ContentGenerator/Problem.pm -u -r1.216 -r1.217 --- lib/WeBWorK/ContentGenerator/Problem.pm +++ lib/WeBWorK/ContentGenerator/Problem.pm @@ -1191,6 +1191,7 @@ showCorrectAnswers => $will{showCorrectAnswers}, showHints => $will{showHints}, showSolutions => $will{showSolutions}, + pg_object => $pg, ); print CGI::end_div(); |