public function TrueFalseQuestion::__construct in Quiz 6.6
Same name and namespace in other branches
- 6.3 question_types/quiz_question/quiz_question.truefalse.inc \TrueFalseQuestion::__construct()
- 6.5 question_types/quiz_question/quiz_question.truefalse.inc \TrueFalseQuestion::__construct()
Construct a new quiz question.
Overrides QuizQuestion::__construct
File
- question_types/
truefalse/ truefalse.classes.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;
}