quiz_maker-1.0.6/src/Plugin/QuizMaker/Response/BooleanResponse.php
src/Plugin/QuizMaker/Response/BooleanResponse.php
<?php
namespace Drupal\quiz_maker\Plugin\QuizMaker\Response;
use Drupal\quiz_maker\Plugin\QuizMaker\QuestionResponsePluginBase;
/**
* Plugin implementation of the question.
*
* @QuizMakerQuestionResponse(
* id = "boolean_response",
* label = @Translation("Boolean response"),
* description = @Translation("Boolean response.")
* )
*/
class BooleanResponse extends QuestionResponsePluginBase {
}
