BUG FIX: essay response was still hard coded in. Replaced it with a get_string call

This commit is contained in:
michaelpenne
2005-10-26 23:11:26 +00:00
parent c74ae30cc8
commit 0017b962e6
+1 -1
View File
@@ -115,7 +115,7 @@
error("Continue: No answers found");
}
$correctanswer = false;
$response = "Your essay will be graded by the course instructor.";
$response = get_string('defaultessayresponse', 'lesson');
foreach ($answers as $answer) {
$answerid = $answer->id;
$newpageid = $answer->jumpto;