You are here

public function MatchingQuestion::validateNode in Quiz 7.6

Same name and namespace in other branches
  1. 6.4 question_types/matching/matching.classes.inc \MatchingQuestion::validateNode()
  2. 7 question_types/matching/matching.classes.inc \MatchingQuestion::validateNode()
  3. 7.4 question_types/matching/matching.classes.inc \MatchingQuestion::validateNode()
  4. 7.5 question_types/matching/matching.classes.inc \MatchingQuestion::validateNode()

Implementation of validateNode

Overrides QuizQuestion::validateNode

See also

QuizQuestion#validateNode($form)

File

question_types/matching/matching.classes.inc, line 94
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
}