public function MatchingQuestion::view in Quiz 6.5
Same name and namespace in other branches
- 6.6 question_types/matching/matching.classes.inc \MatchingQuestion::view()
- 6.3 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 84 - quiz_directions.classes
Class
- MatchingQuestion
- Implementation of Matching.
Code
public function view() {
return $this
->getQuestionForm($this->node);
}