Retrieve, update or delete a quiz instance.

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

{
    "id": 162,
    "owner": 1,
    "parent_folder": 31,
    "background": null,
    "questions": [
        {
            "id": 3189,
            "additional_terms": [],
            "term": "jocular",
            "definition": "(adj) characterized by jokes and good humor",
            "question_type": "single_choice",
            "uuid": "0be9033d-caa4-438c-a465-c3aeedbe0025",
            "quiz": 162
        },
        {
            "id": 3190,
            "additional_terms": [],
            "term": "malady",
            "definition": "(n) any unwholesome or desperate condition; impairment of normal physiological function affecting part or all of an organism",
            "question_type": "single_choice",
            "uuid": "3eef49e9-579c-49fe-9dcf-6f15e4d7c8e6",
            "quiz": 162
        },
        {
            "id": 3191,
            "additional_terms": [],
            "term": "outrageous",
            "definition": "(adj) grossly offensive to decency or morality; greatly exceeding bounds of reason or moderation",
            "question_type": "single_choice",
            "uuid": "7a652ebe-5e8b-49d7-8f86-8c661d33136f",
            "quiz": 162
        },
        {
            "id": 3192,
            "additional_terms": [],
            "term": "rectify",
            "definition": "(v) set straight or right; reduce to a fine, unmixed or pure state",
            "question_type": "single_choice",
            "uuid": "5277b4a6-6990-410f-8d35-b0d423f584fa",
            "quiz": 162
        },
        {
            "id": 3193,
            "additional_terms": [],
            "term": "taut",
            "definition": "(adj) pulled or drawn tight; subjected to great tension",
            "question_type": "single_choice",
            "uuid": "c554a581-e3b5-4b37-b710-297918c7b530",
            "quiz": 162
        },
        {
            "id": 3194,
            "additional_terms": [],
            "term": "wretchedness",
            "definition": "(n) a state of ill-being due to affliction or misfortune; the character of being uncomfortable and unpleasant",
            "question_type": "single_choice",
            "uuid": "d01d3206-9780-42d6-96ff-4240e0387867",
            "quiz": 162
        }
    ],
    "title": "Lit and Comp I - Lesson 53",
    "created": "2022-05-05T19:07:01.039000Z",
    "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": []
        }
    ]
}