Merge branch 'MDL-25823_m21' of git://github.com/rwijaya/moodle into MOODLE_21_STABLE
This commit is contained in:
@@ -95,7 +95,7 @@ class lesson_page_type_truefalse extends lesson_page {
|
||||
}
|
||||
$result->newpageid = $answer->jumpto;
|
||||
$result->response = format_text($answer->response, $answer->responseformat, $formattextdefoptions);
|
||||
$result->studentanswer = $result->userresponse = $result->response;
|
||||
$result->studentanswer = $result->userresponse = $answer->answer;
|
||||
return $result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user