You are here

public function QuizDirectionsResponse::formatReport in Quiz 6.3

Same name and namespace in other branches
  1. 6.6 question_types/quiz_directions/quiz_directions.classes.inc \QuizDirectionsResponse::formatReport()
  2. 6.5 question_types/quiz_directions/quiz_directions.classes.inc \QuizDirectionsResponse::formatReport()

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

Return value

An HTML string.

Overrides QuizQuestionResponse::formatReport

File

question_types/quiz_directions/quiz_directions.classes.inc, line 118
quiz_directions.classes

Class

QuizDirectionsResponse
Class that describes a "Directions question response". For the most part, no real scoring takes place for a direction node. However, there are a few behind-the-scenes tricks that are done here to make the quiz-taking process a little easier.

Code

public function formatReport($showpoints = TRUE, $showfeedback = TRUE) {
  return '';
}