You are here

public function LongAnswerQuestion::__construct in Quiz 6.3

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

Construct a new quiz question.

Overrides QuizQuestion::__construct

File

question_types/long_answer/long_answer.classes.inc, line 20
Long answer classes.

Class

LongAnswerQuestion
Implementation of QuizQuestion.

Code

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