You are here

6 calls to QuizQuestionResponse::getScore() in Quiz 7.4

LongAnswerResponse::getReportFormScore in question_types/long_answer/long_answer.classes.inc
Implementation of getReportFormScore
QuizQuestionResponse::getReport in question_types/quiz_question/quiz_question.core.inc
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/quiz_question.core.inc
Get the score part of the report form
QuizQuestionResponse::isCorrect in question_types/quiz_question/quiz_question.core.inc
Check to see if the answer is marked as correct.
QuizQuestionResponse::toBareObject in question_types/quiz_question/quiz_question.core.inc
Represent the response as a stdClass object.
ShortAnswerResponse::getReportFormScore in question_types/short_answer/short_answer.classes.inc
Implementation of getReportFormScore