namespace Drupal\quiz_multichoice\Plugin\quiz\QuizQuestion in Quiz 8.6
Same name in other branches
Class | Location | Description |
---|---|---|
MultichoiceQuestion |
question_types/ |
@QuizQuestion ( id = "multichoice", label = Plugin annotation @Translation("Multiple choice question"), handlers = { "response" = "\Drupal\quiz_multichoice\Plugin\quiz\QuizQuestion\MultichoiceResponse" } ) |
MultichoiceResponse |
question_types/ |
Extension of QuizQuestionResponse. |