You are here

public function QuizQuestion::load in Quiz 6.3

Same name and namespace in other branches
  1. 6.6 question_types/quiz_question/quiz_question.core.inc \QuizQuestion::load()
  2. 6.5 question_types/quiz_question/quiz_question.core.inc \QuizQuestion::load()

Retrieve information about the question and add it to the node.

5 methods override QuizQuestion::load()
LongAnswerQuestion::load in question_types/long_answer/long_answer.classes.inc
Retrieve information about the question and add it to the node.
MatchingQuestion::load in question_types/matching/matching.classes.inc
Retrieve information about the question and add it to the node.
QuizDirectionsQuestion::load in question_types/quiz_directions/quiz_directions.classes.inc
Retrieve information about the question and add it to the node.
ShortAnswerQuestion::load in question_types/short_answer/short_answer.classes.inc
Retrieve information about the question and add it to the node.
TrueFalseQuestion::load in question_types/quiz_question/quiz_question.truefalse.inc
Retrieve information about the question and add it to the node.

File

question_types/quiz_question/quiz_question.core.inc, line 90
Classes used in the Quiz Question module.

Class

QuizQuestion
A Quiz Question. There should be an implementation of this interface for every question type support by Quiz.

Code

public function load();