You are here

public function ShortAnswerQuestion::__construct in Quiz 6.3

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

Construct a new quiz question.

Overrides QuizQuestion::__construct

File

question_types/short_answer/short_answer.classes.inc, line 39
The main classes for the short answer question type.

Class

ShortAnswerQuestion
Implementation of QuizQuestion.

Code

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