You are here

abstract public function QuizQuestion::getCreationForm in OG Quiz 7

Get the form used to create a new question.

Parameters

FAPI form state:

Return value

Must return a FAPI array.

1 call to QuizQuestion::getCreationForm()
QuizQuestion::getNodeForm in includes/og_quiz_question.php
Returns a node form to quiz_question_form
1 method overrides QuizQuestion::getCreationForm()
LongAnswerQuestion::getCreationForm in includes/og_long_answer.php
Implementation of getCreationForm

File

includes/og_quiz_question.php, line 538
Classes used in the Quiz Question module.

Class

QuizQuestion
A base implementation of a quiz_question, adding a layer of abstraction between the node API, quiz API and the question types.

Code

public abstract function getCreationForm(array &$form_state = NULL);