Retrieve, update or delete a quiz instance.

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

{
    "id": 182,
    "owner": 1,
    "parent_folder": 31,
    "background": null,
    "questions": [
        {
            "id": 3315,
            "additional_terms": [],
            "term": "abhorrent",
            "definition": "(adj) offensive to the mind",
            "question_type": "single_choice",
            "uuid": "24b5825c-1b09-460a-b15a-9189f27dc862",
            "quiz": 182
        },
        {
            "id": 3316,
            "additional_terms": [],
            "term": "allotment",
            "definition": "(n) a share set aside for a specific purpose; the act of distributing by apportioning; distribution according to a plan",
            "question_type": "single_choice",
            "uuid": "771ba17e-82d4-427c-8f6f-9fb7f61cc94a",
            "quiz": 182
        },
        {
            "id": 3317,
            "additional_terms": [],
            "term": "bedlam",
            "definition": "(n) a state of extreme confusion and disorder; chaos, pandemonium",
            "question_type": "single_choice",
            "uuid": "24793783-5c6e-4e6a-9b1f-b26371391af6",
            "quiz": 182
        },
        {
            "id": 3318,
            "additional_terms": [],
            "term": "brevity",
            "definition": "(n) the use of brief expressions; the attribute of being brief or fleeting",
            "question_type": "single_choice",
            "uuid": "14a10f42-0288-410b-9871-098f77abed52",
            "quiz": 182
        },
        {
            "id": 3319,
            "additional_terms": [],
            "term": "chateau",
            "definition": "(n) an impressive country house (or castle) in France",
            "question_type": "single_choice",
            "uuid": "08153c1f-fcd9-4fd8-8fcc-16f573a7ee5e",
            "quiz": 182
        },
        {
            "id": 3320,
            "additional_terms": [],
            "term": "compulsory",
            "definition": "(adj) required by rule",
            "question_type": "single_choice",
            "uuid": "7b5f1bc6-12e9-48f9-876f-0f451f549dfa",
            "quiz": 182
        },
        {
            "id": 3321,
            "additional_terms": [],
            "term": "dastard",
            "definition": "(n) a despicable coward; (adj) despicably cowardly",
            "question_type": "single_choice",
            "uuid": "d24f47fd-e482-4a42-b790-3a2292463ea2",
            "quiz": 182
        }
    ],
    "title": "Lit and Comp I - Lesson 91",
    "created": "2022-05-12T18:35:04.999000Z",
    "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": []
        }
    ]
}