You are here

namespace Drupal\quiz_long_answer\Plugin\quiz\QuizQuestion in Quiz 8.6

Same name in other branches
  1. 8.5 Drupal\quiz_long_answer\Plugin\quiz\QuizQuestion
  2. 6.x Drupal\quiz_long_answer\Plugin\quiz\QuizQuestion
Classsort descending Location Description
LongAnswerQuestion question_types/quiz_long_answer/src/Plugin/quiz/QuizQuestion/LongAnswerQuestion.php @QuizQuestion ( id = "long_answer", label = Plugin annotation @Translation("Long answer question"), handlers = { "response" = "\Drupal\quiz_long_answer\Plugin\quiz\QuizQuestion\LongAnswerResponse" } )
LongAnswerResponse question_types/quiz_long_answer/src/Plugin/quiz/QuizQuestion/LongAnswerResponse.php Extension of QuizQuestionResponse.