You are here

public function DDLinesQuestion::validateNode in Quiz 7.4

Provides validation for question before it is created.

When a new question is created and initially submited, this is called to validate that the settings are acceptible.

Parameters

$form: The processed form.

Overrides QuizQuestion::validateNode

File

question_types/quiz_ddlines/quiz_ddlines.classes.inc, line 258
The main classes for the drag and drop with lines question type.

Class

DDLinesQuestion
Extension of QuizQuestion.

Code

public function validateNode(array &$form) {

  // Nothing todo here
}