Merging fix for MDL-12088 from MOODLE_19_STABLE
This commit is contained in:
@@ -392,6 +392,7 @@
|
||||
}
|
||||
$userresponse = implode(",", $userresponse);
|
||||
|
||||
$response = '';
|
||||
if ($ncorrect == count($answers)-2) { // dont count correct/wrong responses in the total.
|
||||
foreach ($answers as $answer) {
|
||||
if ($answer->response == NULL && $answer->answer != NULL) {
|
||||
|
||||
Reference in New Issue
Block a user