You are here

public function QuizQuestionResponse::formatReport in Quiz 6.3

Same name and namespace in other branches
  1. 6.6 question_types/quiz_question/quiz_question.core.inc \QuizQuestionResponse::formatReport()
  2. 6.5 question_types/quiz_question/quiz_question.core.inc \QuizQuestionResponse::formatReport()

Return an HTML marked-up report for displaying the results of this question.

Return value

An HTML string.

5 methods override QuizQuestionResponse::formatReport()
LongAnswerResponse::formatReport in question_types/long_answer/long_answer.classes.inc
Return an HTML marked-up report for displaying the results of this question.
MatchingResponse::formatReport in question_types/matching/matching.classes.inc
Return an HTML marked-up report for displaying the results of this question.
QuizDirectionsResponse::formatReport in question_types/quiz_directions/quiz_directions.classes.inc
Return an HTML marked-up report for displaying the results of this question.
ShortAnswerResponse::formatReport in question_types/short_answer/short_answer.classes.inc
Return an HTML marked-up report for displaying the results of this question.
TrueFalseResponse::formatReport in question_types/quiz_question/quiz_question.truefalse.inc
Return an HTML marked-up report for displaying the results of this question.

File

question_types/quiz_question/quiz_question.core.inc, line 188
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 function formatReport($showPoints = TRUE, $showFeedback = TRUE);