You are here

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

Same name in other branches
  1. 8.5 Drupal\quiz_truefalse\Plugin\quiz\QuizQuestion
  2. 6.x Drupal\quiz_truefalse\Plugin\quiz\QuizQuestion
Classsort descending Location Description
TrueFalseQuestion question_types/quiz_truefalse/src/Plugin/quiz/QuizQuestion/TrueFalseQuestion.php @QuizQuestion ( id = "truefalse", label = Plugin annotation @Translation("True/false question"), handlers = { "response" = "\Drupal\quiz_truefalse\Plugin\quiz\QuizQuestion\TrueFalseResponse" } )
TrueFalseResponse question_types/quiz_truefalse/src/Plugin/quiz/QuizQuestion/TrueFalseResponse.php Extension of QuizQuestionResponse.