MDL-28612 Quiz statistics report does not always show the 'Actual response' column when it should
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user