You are here

public function LongAnswerQuestion::validateNode in Quiz 7.5

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

Implementation of validateNode().

Overrides QuizQuestion::validateNode

See also

QuizQuestion::validateNode()

File

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

Class

LongAnswerQuestion
Extension of QuizQuestion.

Code

public function validateNode(array &$form) {
}