You are here

abstract public function QuizQuestionResponse::delete in OG Quiz 7

Delete the response.

1 method overrides QuizQuestionResponse::delete()
LongAnswerResponse::delete in includes/og_long_answer.php
Implementation of delete

File

includes/og_quiz_question.php, line 1145
Classes used in the Quiz Question module.

Class

QuizQuestionResponse
Each question type must store its own response data and be able to calculate a score for that data.

Code

public abstract function delete();