public function ChoiceQuestion::__construct in Quiz 6.6
Constructor
Parameters
$node - the node object:
Overrides QuizQuestion::__construct
File
- question_types/
choice/ choice.classes.inc, line 44 - The main classes for the choice question type.
Class
- ChoiceQuestion
- Implementation of QuizQuestion.
Code
public function __construct($node) {
$this->node = $node;
}