Retrieve, update or delete a quiz instance.

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

{
    "id": 358,
    "owner": 1,
    "parent_folder": 52,
    "background": null,
    "questions": [
        {
            "id": 6844,
            "additional_terms": [],
            "term": "reproach",
            "definition": "address (someone) in such a way as to express disapproval or disappointment",
            "question_type": "single_choice",
            "uuid": "68047df0-ca64-415f-b0a6-742270b548cb",
            "quiz": 358
        },
        {
            "id": 6845,
            "additional_terms": [],
            "term": "stroke",
            "definition": "move one's hand with gentle pressure over a surface (especially hair, fur, or skin) typically repeatedly; caress",
            "question_type": "single_choice",
            "uuid": "af3da742-6f5f-4eae-bc6f-26b012e95974",
            "quiz": 358
        },
        {
            "id": 6846,
            "additional_terms": [],
            "term": "clad",
            "definition": "clothed",
            "question_type": "single_choice",
            "uuid": "ba88aeea-d4a4-4ba9-9e87-b3f3d82f539e",
            "quiz": 358
        },
        {
            "id": 6847,
            "additional_terms": [],
            "term": "array",
            "definition": "impressive display or range of a particular type of thing",
            "question_type": "single_choice",
            "uuid": "33031a05-b4f0-46ab-850b-4b7e83d574d0",
            "quiz": 358
        },
        {
            "id": 6848,
            "additional_terms": [],
            "term": "scarlet",
            "definition": "of a brilliant red color",
            "question_type": "single_choice",
            "uuid": "3f366aee-6662-4980-bcd4-7134c569b89d",
            "quiz": 358
        },
        {
            "id": 6849,
            "additional_terms": [],
            "term": "revere",
            "definition": "feel deep respect or admiration for (something)",
            "question_type": "single_choice",
            "uuid": "3ffb0f52-c108-40f5-8b56-14bb5a002eca",
            "quiz": 358
        },
        {
            "id": 6850,
            "additional_terms": [],
            "term": "torment",
            "definition": "cause to experience severe mental or physical suffering",
            "question_type": "single_choice",
            "uuid": "84677dc6-338e-4cc0-a443-b1a5299af7e3",
            "quiz": 358
        },
        {
            "id": 6851,
            "additional_terms": [],
            "term": "prowl",
            "definition": "move around restlessly and stealthily, especially in search of or as if in search of prey",
            "question_type": "single_choice",
            "uuid": "7902ad62-56aa-4d0c-a085-dc7e73f8b5d5",
            "quiz": 358
        },
        {
            "id": 6852,
            "additional_terms": [],
            "term": "crevices",
            "definition": "a narrow opening or fissure, especially in a rock or wall",
            "question_type": "single_choice",
            "uuid": "8719c80a-db4c-4477-8865-e0e6bbc76652",
            "quiz": 358
        }
    ],
    "title": "Reading 4 Vocabulary 2",
    "created": "2023-01-11T18:08:22.537000Z",
    "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": []
        }
    ]
}