Skip to content
Snippets Groups Projects
Commit 4ce85c7e authored by falcon's avatar falcon
Browse files

#812348 fixed, scale question green in report.

parent 0687d561
No related branches found
No related tags found
No related merge requests found
......@@ -572,15 +572,6 @@ class ScaleResponse extends QuizQuestionResponse {
public function score() {
return $this->isValid() ? 1 : 0;
}
/**
* Implementation of isCorrect
*
* @see QuizQuestionResponse#isCorrect()
*/
public function isCorrect() {
return TRUE;
}
/**
* Implementation of getResponse
......
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