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

Backported implements fix to QuizQuestionResponse

parent 5393c207
No related branches found
No related tags found
No related merge requests found
......@@ -210,7 +210,7 @@ interface QuizQuestionResponse {
* A base implementation of QuizQuestionResponse.
*
*/
abstract class AbstractQuizQuestionResponse {
abstract class AbstractQuizQuestionResponse implements QuizQuestionResponse{
// These are only public until we can
// adjust all of Quiz. DO NOT EXPECT THESE
// TO BE ACCESSIBLE!
......
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