You are here

public function MatchingQuestion::view in Quiz 6.6

Same name and namespace in other branches
  1. 6.3 question_types/matching/matching.classes.inc \MatchingQuestion::view()
  2. 6.5 question_types/matching/matching.classes.inc \MatchingQuestion::view()

Retrieve information relevant for viewing the node. This data is generally added to the node's extra field.

Overrides QuizQuestion::view

File

question_types/matching/matching.classes.inc, line 82
matching.classes

Class

MatchingQuestion
Implementation of Matching.

Code

public function view() {
  return $this
    ->getQuestionForm($this->node);
}