You are here

public function LongAnswerQuestion::validateNode in Quiz 8.4

Implementation of validateNode

Overrides QuizQuestion::validateNode

See also

QuizQuestion#validateNode($form_state)

File

question_types/long_answer/lib/Drupal/long_answer/LongAnswerQuestion.php, line 50
Long answer classes.

Class

LongAnswerQuestion
Extension of QuizQuestion.

Namespace

Drupal\long_answer

Code

public function validateNode(array &$form_state) {
}