Skip to content
Snippets Groups Projects
Commit a89a5df0 authored by Matt Butcher's avatar Matt Butcher
Browse files

#557610 by PanDa777: Missing $this-> in Quiz Directions classes.

parent 2701213f
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,7 @@ class QuizDirectionsResponse extends AbstractQuizQuestionResponse {
return TRUE;
}
public function getResponse() {
return $answer;
return $this->answer;
}
public function formatReport($showpoints = TRUE, $showfeedback = TRUE) {
return '';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment