namespace Drupal\quiz_truefalse\Plugin\quiz\QuizQuestion in Quiz 6.x
Same name in other branches
Class | Location | Description |
---|---|---|
TrueFalseQuestion |
question_types/ |
@QuizQuestion ( id = "truefalse", label = Plugin annotation @Translation("True/false question"), handlers = { "response" = "\Drupal\quiz_truefalse\Plugin\quiz\QuizQuestion\TrueFalseResponse" } ) |
TrueFalseResponse |
question_types/ |
Extension of QuizQuestionResponse. |