You are here

6 calls to QuizQuestionEntityTrait::getAnsweringForm() in Quiz 8.6

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.
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.