LongAnswerQuestion |
class |
|
includes/og_long_answer.php |
Extension of QuizQuestion. |
|
|
|
LongAnswerResponse |
class |
|
includes/og_long_answer.php |
Extension of QuizQuestionResponse |
|
|
|
QuizQuestion |
abstract class |
|
includes/og_quiz_question.php |
A base implementation of a quiz_question, adding a layer of abstraction between the
node API, quiz API and the question types. |
1 |
|
|
QuizQuestionResponse |
abstract class |
|
includes/og_quiz_question.php |
Each question type must store its own response data and be able to calculate a score for
that data. |
1 |
|
|