You are here

namespace Drupal\quiz_short_answer\Plugin\quiz\QuizQuestion in Quiz 6.x

Same name in other branches
  1. 8.6 Drupal\quiz_short_answer\Plugin\quiz\QuizQuestion
  2. 8.5 Drupal\quiz_short_answer\Plugin\quiz\QuizQuestion
Classsort descending Location Description
ShortAnswerQuestion question_types/quiz_short_answer/src/Plugin/quiz/QuizQuestion/ShortAnswerQuestion.php @QuizQuestion ( id = "short_answer", label = Plugin annotation @Translation("Short answer question"), handlers = { "response" = "\Drupal\quiz_short_answer\Plugin\quiz\QuizQuestion\ShortAnswerResponse" } )
ShortAnswerResponse question_types/quiz_short_answer/src/Plugin/quiz/QuizQuestion/ShortAnswerResponse.php Extension of QuizResultAnswer.