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