Retrieve, update or delete a quiz instance.

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

{
    "id": 173,
    "owner": 1,
    "parent_folder": 31,
    "background": null,
    "questions": [
        {
            "id": 3255,
            "additional_terms": [],
            "term": "abrogate",
            "definition": "(v) revoke formally",
            "question_type": "single_choice",
            "uuid": "163a0e69-2445-4b8a-8cb0-25b4fb9680f8",
            "quiz": 173
        },
        {
            "id": 3256,
            "additional_terms": [],
            "term": "appall",
            "definition": "(v) strike with disgust or revulsion; fill with apprehension or alarm; horrify, shock, offend",
            "question_type": "single_choice",
            "uuid": "a53064dc-8449-46a6-aa8e-0ae5e0b5718d",
            "quiz": 173
        },
        {
            "id": 3257,
            "additional_terms": [],
            "term": "benign",
            "definition": "(adj) not dangerous to health; pleasant and beneficial in nature or influence; kindness of disposition or manner",
            "question_type": "single_choice",
            "uuid": "dc124bdb-0c45-4cd8-879a-66d457f07d5a",
            "quiz": 173
        },
        {
            "id": 3258,
            "additional_terms": [],
            "term": "cajole",
            "definition": "(v) influence by gentle urging, caressing, or flattering; sweet-talk, coax",
            "question_type": "single_choice",
            "uuid": "54676060-cd2d-401f-9979-a1813fad49d5",
            "quiz": 173
        },
        {
            "id": 3259,
            "additional_terms": [],
            "term": "cite",
            "definition": "(v) make reference to; commend; advance evidence for",
            "question_type": "single_choice",
            "uuid": "9fd2dfdc-40f7-47cf-a9f1-7c610401aadf",
            "quiz": 173
        },
        {
            "id": 3260,
            "additional_terms": [],
            "term": "contemptible",
            "definition": "(adj) deserving of scorn",
            "question_type": "single_choice",
            "uuid": "80f3084f-6871-43f0-9429-61185eaac789",
            "quiz": 173
        },
        {
            "id": 3261,
            "additional_terms": [],
            "term": "decency",
            "definition": "(n) the quality of conforming to standards of propriety and morality; the quality of being polite and respectable",
            "question_type": "single_choice",
            "uuid": "4a38ba2d-77f0-4c1d-8119-36f3e99407fa",
            "quiz": 173
        }
    ],
    "title": "Lit and Comp I - Lesson 41",
    "created": "2022-05-05T19:32:38.346000Z",
    "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": []
        }
    ]
}