You are here

public function LongAnswerQuestion::validateNode in Quiz 7.6

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

Implementation of validateNode

Overrides QuizQuestion::validateNode

See also

QuizQuestion#validateNode($form)

File

question_types/long_answer/long_answer.classes.inc, line 46
Long answer classes.

Class

LongAnswerQuestion
Extension of QuizQuestion.

Code

public function validateNode(array &$form) {
}