You are here

7 methods override QuizQuestionEntityTrait::getAnsweringForm() in Quiz 8.5

LongAnswerQuestion::getAnsweringForm in question_types/quiz_long_answer/src/Plugin/quiz/QuizQuestion/LongAnswerQuestion.php
Get the form through which the user will answer the question.
MatchingQuestion::getAnsweringForm in question_types/quiz_matching/src/Plugin/quiz/QuizQuestion/MatchingQuestion.php
Implementation of getAnsweringForm().
MultichoiceQuestion::getAnsweringForm in question_types/quiz_multichoice/src/Plugin/quiz/QuizQuestion/MultichoiceQuestion.php
Get the form through which the user will answer the question.
QuizDirectionsQuestion::getAnsweringForm in question_types/quiz_directions/src/Plugin/quiz/QuizQuestion/QuizDirectionsQuestion.php
Get the form through which the user will answer the question.
QuizPageQuestion::getAnsweringForm in question_types/quiz_page/src/Plugin/quiz/QuizQuestion/QuizPageQuestion.php
Implementation of getAnsweringForm().
ShortAnswerQuestion::getAnsweringForm in question_types/quiz_short_answer/src/Plugin/quiz/QuizQuestion/ShortAnswerQuestion.php
Get the form through which the user will answer the question.
TrueFalseQuestion::getAnsweringForm in question_types/quiz_truefalse/src/Plugin/quiz/QuizQuestion/TrueFalseQuestion.php
Get the form through which the user will answer the question.