.. _apidocs: Module Documentation ==================== This page contains documentation of everything ``QuizBot`` has to offer. Quiz ---- .. automodule:: quizbot.quiz.quiz :members: :special-members: :exclude-members: __weakref__ :show-inheritance: Questions --------- .. automodule:: quizbot.quiz.question_factory :members: :special-members: :exclude-members: __weakref__ :show-inheritance: Attempt ------- .. automodule:: quizbot.quiz.attempt :members: :special-members: :exclude-members: __weakref__ :show-inheritance: Bot --- .. automodule:: quizbot.bot.bot :members: :special-members: :exclude-members: __weakref__ :show-inheritance: Create quiz ----------- .. automodule:: quizbot.bot.create_quiz :members: :special-members: :exclude-members: __weakref__ :show-inheritance: Attempt quiz ------------ .. automodule:: quizbot.bot.attempt_quiz :members: :special-members: :exclude-members: __weakref__ :show-inheritance: Edit quiz --------- .. automodule:: quizbot.bot.edit_quiz :members: :special-members: :exclude-members: __weakref__ :show-inheritance: