You are here

abstract public function QuizQuestionResponse::save in Quiz 8.4

Save the current response.

1 call to QuizQuestionResponse::save()
QuizQuestionResponse::saveResult in question_types/quiz_question/lib/Drupal/quiz_question/QuizQuestionResponse.php
Saves the quiz result. This is not used when a question is skipped!
8 methods override QuizQuestionResponse::save()
ClozeResponse::save in question_types/cloze/lib/Drupal/cloze/ClozeResponse.php
Implementation of save
DDLinesResponse::save in question_types/quiz_ddlines/lib/Drupal/quiz_ddlines/DDLinesResponse.php
Save the current response.
LongAnswerResponse::save in question_types/long_answer/lib/Drupal/long_answer/LongAnswerResponse.php
Implementation of save
MatchingResponse::save in question_types/matching/lib/Drupal/matching/MatchingResponse.php
Implementation of save
MultichoiceResponse::save in question_types/multichoice/lib/Drupal/multichoice/MultichoiceResponse.php
Implementation of save

... See full list

File

question_types/quiz_question/lib/Drupal/quiz_question/QuizQuestionResponse.php, line 336

Class

QuizQuestionResponse

Namespace

Drupal\quiz_question

Code

public abstract function save();