You are here

7 calls to QuizQuestionResponse::getScore() in Quiz 8.4

ClozeResponse::getReportFormScore in question_types/cloze/lib/Drupal/cloze/ClozeResponse.php
Implementation of getReportFormScore()
LongAnswerResponse::getReportFormScore in question_types/long_answer/lib/Drupal/long_answer/LongAnswerResponse.php
Implementation of getReportFormScore
QuizQuestionResponse::getReport in question_types/quiz_question/lib/Drupal/quiz_question/QuizQuestionResponse.php
Get data suitable for reporting a user's score on the question. This expects an object with the following attributes:
QuizQuestionResponse::getReportFormScore in question_types/quiz_question/lib/Drupal/quiz_question/QuizQuestionResponse.php
Get the score part of the report form
QuizQuestionResponse::isCorrect in question_types/quiz_question/lib/Drupal/quiz_question/QuizQuestionResponse.php
Check to see if the answer is marked as correct.
QuizQuestionResponse::toBareObject in question_types/quiz_question/lib/Drupal/quiz_question/QuizQuestionResponse.php
Represent the response as a stdClass object.
ShortAnswerResponse::getReportFormScore in question_types/short_answer/lib/Drupal/short_answer/ShortAnswerResponse.php
Implementation of getReportFormScore