[system] / branches / gage_dev / webwork2 / lib / WeBWorK / ContentGenerator / Problem.pm Repository:
ViewVC logotype

Diff of /branches/gage_dev/webwork2/lib/WeBWorK/ContentGenerator/Problem.pm

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

Revision 1015 Revision 1016
782 return "<b>[tth failed: $? $@]</b>"; 782 return "<b>[tth failed: $? $@]</b>";
783 } 783 }
784 return $result; 784 return $result;
785 } elsif ($displayMode eq "images") { 785 } elsif ($displayMode eq "images") {
786 # how are we going to name this? 786 # how are we going to name this?
787 my $targetPathCommon = "/png/" 787 my $targetPathCommon = "/m2i/"
788 . $effectiveUser->user_id . "." 788 . $effectiveUser->user_id . "."
789 . $set->set_id . "." 789 . $set->set_id . "."
790 . $problem->problem_id . "." 790 . $problem->problem_id . "."
791 . $answerResult->{ans_name} . ".png"; 791 . $answerResult->{ans_name} . ".png";
792 792

Legend:
Removed from v.1015  
changed lines
  Added in v.1016

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9