MDL-28612 Quiz statistics report does not always show the 'Actual response' column when it should

This commit is contained in:
Tim Hunt
2011-08-04 18:14:31 +01:00
parent 3fdc622697
commit e5b0920e48
2 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -454,7 +454,7 @@ class question_classified_response {
}
public static function no_response() {
return new question_classified_response(null, null, null);
return new question_classified_response(null, get_string('noresponse', 'question'), null);
}
}