abstract public function QuizQuestionResponse::save in OG Quiz 7
Save the current response.
1 call to QuizQuestionResponse::save()
- QuizQuestionResponse::saveResult in includes/
og_quiz_question.php - Saves the quiz result. This is not used when a question is skipped!
1 method overrides QuizQuestionResponse::save()
- LongAnswerResponse::save in includes/
og_long_answer.php - Implementation of save
File
- includes/
og_quiz_question.php, line 1140 - 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 save();