Skip to content

Commit

Permalink
Fixed mssing my
Browse files Browse the repository at this point in the history
  • Loading branch information
goehle committed Sep 11, 2013
1 parent b998ea4 commit cd59c2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/WeBWorK/ContentGenerator/Instructor/ProblemGrader.pm
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ sub initialize {
#if the instructor added a comment we should save that to the latest answer
if ($r->param("$userID.comment")) {

my $comment = $r->param("$userID.comment");
my $userPastAnswerID = $db->latestProblemPastAnswer($courseName, $userID, $setID, $problemID);

if ($userPastAnswerID) {
Expand Down

0 comments on commit cd59c2d

Please sign in to comment.