public function MatchingQuestion::validateNode in Quiz 7.5
Same name and namespace in other branches
- 6.4 question_types/matching/matching.classes.inc \MatchingQuestion::validateNode()
- 7.6 question_types/matching/matching.classes.inc \MatchingQuestion::validateNode()
- 7 question_types/matching/matching.classes.inc \MatchingQuestion::validateNode()
- 7.4 question_types/matching/matching.classes.inc \MatchingQuestion::validateNode()
Implementation of validateNode().
Overrides QuizQuestion::validateNode
See also
File
- question_types/
matching/ matching.classes.inc, line 93 - Matching classes.
Class
- MatchingQuestion
- Extension of QuizQuestion.
Code
public function validateNode(array &$form) {
// No validation is required.
// The first two pairs are required in the form, if there are other errors we forgive them.
}