You are here

public function TrueFalseQuestion::__construct in Quiz 6.3

Same name and namespace in other branches
  1. 6.6 question_types/truefalse/truefalse.classes.inc \TrueFalseQuestion::__construct()
  2. 6.5 question_types/quiz_question/quiz_question.truefalse.inc \TrueFalseQuestion::__construct()

Construct a new quiz question.

Overrides QuizQuestion::__construct

File

question_types/quiz_question/quiz_question.truefalse.inc, line 20
Defines the classes necessary for a True/False quiz.

Class

TrueFalseQuestion
Implementation of QuizQuestion.

Code

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