namespace Drupal\quiz_short_answer\Plugin\quiz\QuizQuestion in Quiz 8.6
Same name in other branches
Class | Location | Description |
---|---|---|
ShortAnswerQuestion |
question_types/ |
@QuizQuestion ( id = "short_answer", label = Plugin annotation @Translation("Short answer question"), handlers = { "response" = "\Drupal\quiz_short_answer\Plugin\quiz\QuizQuestion\ShortAnswerResponse" } ) |
ShortAnswerResponse |
question_types/ |
Extension of QuizResultAnswer. |