You are here

public function ScaleQuestion::__construct in Quiz 6.6

Constructor

Parameters

$node - the node object:

Overrides QuizQuestion::__construct

File

question_types/scale/scale.classes.inc, line 43
The main classes for the scale question type.

Class

ScaleQuestion
Implementation of QuizQuestion.

Code

public function __construct($node) {
  $this->node = $node;
}