You are here

Classes, traits, and interfaces in Quiz 8.4

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
AnswerStatus class Drupal\quiz_ddlines question_types/quiz_ddlines/lib/Drupal/quiz_ddlines/AnswerStatus.php Status for each alternative as "enum"
ClozeQuestion class Drupal\cloze question_types/cloze/lib/Drupal/cloze/ClozeQuestion.php Extension of QuizQuestion.
ClozeResponse class Drupal\cloze question_types/cloze/lib/Drupal/cloze/ClozeResponse.php Extension of QuizQuestionResponse
DDLinesQuestion class Drupal\quiz_ddlines question_types/quiz_ddlines/lib/Drupal/quiz_ddlines/DDLinesQuestion.php Extension of QuizQuestion.
DDLinesResponse class Drupal\quiz_ddlines question_types/quiz_ddlines/lib/Drupal/quiz_ddlines/DDLinesResponse.php Extension of QuizQuestionResponse
Defaults class Drupal\quiz_ddlines question_types/quiz_ddlines/lib/Drupal/quiz_ddlines/Defaults.php Default values 1
LongAnswerController class Drupal\long_answer\Controller question_types/long_answer/lib/Drupal/long_answer/Controller/LongAnswerController.php
LongAnswerQuestion class Drupal\long_answer question_types/long_answer/lib/Drupal/long_answer/LongAnswerQuestion.php Extension of QuizQuestion.
LongAnswerResponse class Drupal\long_answer question_types/long_answer/lib/Drupal/long_answer/LongAnswerResponse.php Extension of QuizQuestionResponse 1
MatchingQuestion class Drupal\matching question_types/matching/lib/Drupal/matching/MatchingQuestion.php Extension of QuizQuestion.
MatchingResponse class Drupal\matching question_types/matching/lib/Drupal/matching/MatchingResponse.php Extension of QuizQuestionResponse
MultichoiceQuestion class Drupal\multichoice question_types/multichoice/lib/Drupal/multichoice/MultichoiceQuestion.php Extension of QuizQuestion.
MultichoiceResponse class Drupal\multichoice question_types/multichoice/lib/Drupal/multichoice/MultichoiceResponse.php Extension of QuizQuestionResponse
QuizAdminSettings class Drupal\quiz\Form lib/Drupal/quiz/Form/QuizAdminSettings.php This builds the main settings form for the quiz module.
QuizController class Drupal\quiz\Controller lib/Drupal/quiz/Controller/QuizController.php
QuizQuestion abstract class Drupal\quiz_question question_types/quiz_question/lib/Drupal/quiz_question/QuizQuestion.php A base implementation of a quiz_question, adding a layer of abstraction between the node API, quiz API and the question types. 8 8
QuizQuestionConfig class Drupal\quiz_question\Form question_types/quiz_question/lib/Drupal/quiz_question/Form/QuizQuestionConfig.php Defines a form to configure maintenance settings for this site.
QuizQuestionController class Drupal\quiz_question\Controller question_types/quiz_question/lib/Drupal/quiz_question/Controller/QuizQuestionController.php
QuizQuestionResponse abstract class Drupal\quiz_question question_types/quiz_question/lib/Drupal/quiz_question/QuizQuestionResponse.php 8 8
QuizStatsController class Drupal\quiz_stats\Controller modules/quiz_stats/lib/Drupal/quiz_stats/Controller/QuizStatsController.php
quiz_views_handler_argument_quiz_nid class includes/views/handlers/quiz_views_handler_argument_quiz_nid.inc
quiz_views_handler_argument_user_uid_nullable class includes/views/handlers/quiz_views_handler_argument_user_uid_nullable.inc
quiz_views_handler_field_number_questions class includes/views/handlers/quiz_views_handler_field_number_questions.inc
quiz_views_handler_field_question_status class includes/views/handlers/quiz_views_handler_field_question_status.inc @file Views field handler that translates question status integer constants (as defined in quiz.module) into their human-readable string counterparts.
quiz_views_handler_field_score_aggregate class includes/views/handlers/quiz_views_handler_field_score_aggregate.inc
quiz_views_handler_field_takes class includes/views/handlers/quiz_views_handler_field_takes.inc
quiz_views_handler_field_time class includes/views/handlers/quiz_views_handler_field_time.inc @file A handler to provide proper displays for dates.
quiz_views_handler_field_user_quiz_state class includes/views/handlers/quiz_views_handler_field_user_quiz_state.inc
quiz_views_handler_filter_question_status class includes/views/handlers/quiz_views_handler_filter_question_status.inc
quiz_views_handler_filter_quiz_nid class includes/views/handlers/quiz_views_handler_filter_quiz_nid.inc
quiz_views_handler_filter_user_nullable class includes/views/handlers/quiz_views_handler_filter_user_nullable.inc
quiz_views_handler_filter_user_quiz_state class includes/views/handlers/quiz_views_handler_filter_user_quiz_state.inc
quiz_views_handler_relationship_quiz_nid class includes/views/handlers/quiz_views_handler_relationship_quiz_nid.inc
ScaleController class Drupal\scale\Controller question_types/scale/lib/Drupal/scale/Controller/ScaleController.php
ScaleQuestion class Drupal\scale question_types/scale/lib/Drupal/scale/ScaleQuestion.php Extension of QuizQuestion. 2
ScaleResponse class Drupal\scale question_types/scale/lib/Drupal/scale/ScaleResponse.php Extension of QuizQuestionResponse 1
ShortAnswerController class Drupal\short_answer\Controller question_types/short_answer/lib/Drupal/short_answer/Controller/ShortAnswerController.php
ShortAnswerQuestion class Drupal\short_answer question_types/short_answer/lib/Drupal/short_answer/ShortAnswerQuestion.php Extension of QuizQuestion. 1
ShortAnswerResponse class Drupal\short_answer question_types/short_answer/lib/Drupal/short_answer/ShortAnswerResponse.php Extension of QuizQuestionResponse 2
TrueFalseQuestion class Drupal\truefalse question_types/truefalse/lib/Drupal/truefalse/TrueFalseQuestion.php Extension of QuizQuestion.
TrueFalseResponse class Drupal\truefalse question_types/truefalse/lib/Drupal/truefalse/TrueFalseResponse.php

Other projects