You are here

public function ScaleQuestion::validateNode in Quiz 8.4

Implementation of validateNode

Overrides QuizQuestion::validateNode

See also

QuizQuestion#validate()

File

question_types/scale/lib/Drupal/scale/ScaleQuestion.php, line 273
The main classes for the short answer question type.

Class

ScaleQuestion
Extension of QuizQuestion.

Namespace

Drupal\scale

Code

public function validateNode(array &$form_state) {
}