Retrieve, update or delete a quiz instance.

GET /quizzes/api/quiz/168/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 168,
    "owner": 1,
    "parent_folder": 31,
    "background": null,
    "questions": [
        {
            "id": 3229,
            "additional_terms": [],
            "term": "judicious",
            "definition": "(adj) marked by the exercise of good judgment or common sense in practical matters",
            "question_type": "single_choice",
            "uuid": "67d27256-2b98-40d6-a0a1-e4bfd3b578dd",
            "quiz": 168
        },
        {
            "id": 3230,
            "additional_terms": [],
            "term": "manumit",
            "definition": "(v) free from slavery or servitude",
            "question_type": "single_choice",
            "uuid": "8c7e8ef2-1010-4f65-8f94-53262dedbbc8",
            "quiz": 168
        },
        {
            "id": 3231,
            "additional_terms": [],
            "term": "penchant",
            "definition": "(n) a strong liking",
            "question_type": "single_choice",
            "uuid": "1caac380-60f5-4f9e-bd42-7f732a157671",
            "quiz": 168
        },
        {
            "id": 3232,
            "additional_terms": [],
            "term": "rendition",
            "definition": "(n) a performance of a musical composition or a dramatic role; an explanation of something that is not immediately obvious",
            "question_type": "single_choice",
            "uuid": "6c03b66d-3b6e-4a4e-a13e-c065592ada38",
            "quiz": 168
        },
        {
            "id": 3233,
            "additional_terms": [],
            "term": "repulsive",
            "definition": "(adj) offensive to the mind; possessing the ability to repel; so extremely ugly as to be terrifying",
            "question_type": "single_choice",
            "uuid": "63c3c0d2-c373-4640-ba80-a04ec760f8f2",
            "quiz": 168
        },
        {
            "id": 3234,
            "additional_terms": [],
            "term": "tranquil",
            "definition": "(adj) not agitated; calm, serene; placid",
            "question_type": "single_choice",
            "uuid": "b6c64329-3c3a-4ee5-98fd-c286a48d1418",
            "quiz": 168
        }
    ],
    "title": "Lit and Comp I - Lesson 68",
    "created": "2022-05-05T19:24:32.172000Z",
    "description": "",
    "unlisted": false,
    "keepQuestionOrder": false,
    "showQuestionWithCorrectAnswers": true,
    "showCorrectAnswers": "at_end",
    "termLanguage": "EN",
    "definitionLanguage": "EN",
    "activities": [
        {
            "id": 1,
            "order": 0,
            "url": "/quiz/{{ id }}/flashcards",
            "name": "Flashcards",
            "include_by_default": true,
            "notes": []
        },
        {
            "id": 2,
            "order": 1,
            "url": "/quiz/{{ id }}/learn",
            "name": "Write",
            "include_by_default": true,
            "notes": []
        },
        {
            "id": 14,
            "order": 2,
            "url": "/quiz/{{ id }}/spelling_test",
            "name": "Test (spelling)",
            "include_by_default": true,
            "notes": [
                "spelling",
                "vocabulary"
            ]
        },
        {
            "id": 13,
            "order": 5,
            "url": "/quiz/{{ id }}/crossword",
            "name": "Crossword",
            "include_by_default": true,
            "notes": []
        },
        {
            "id": 12,
            "order": 11,
            "url": "https://embeddedt.github.io/SpaceSlimes-BrainBlast/?bbscript={{brain_blast}}/api/quiz/{{ id }}/as_maxnum20_shuffle_epic_script.js/",
            "name": "Space Slimes",
            "include_by_default": true,
            "notes": []
        },
        {
            "id": 15,
            "order": 12,
            "url": "/quiz/{{ id }}/match",
            "name": "Matching",
            "include_by_default": true,
            "notes": []
        }
    ]
}