You are here

public function QuizQuestionResponse::formatReport in Quiz 6.6

Same name and namespace in other branches
  1. 6.3 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.

File

question_types/quiz_question/quiz_question.core.inc, line 187
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, $showFeedback);