Retrieve, update or delete a quiz instance.

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

{
    "id": 331,
    "owner": 1,
    "parent_folder": 40,
    "background": null,
    "questions": [
        {
            "id": 6379,
            "additional_terms": [],
            "term": "las películas policiácas",
            "definition": "police/detective films",
            "question_type": "single_choice",
            "uuid": "7bf4b600-ca80-429d-86fd-909bc145b335",
            "quiz": 331
        },
        {
            "id": 6380,
            "additional_terms": [],
            "term": "las películas de cienca-ficción",
            "definition": "science-fiction films",
            "question_type": "single_choice",
            "uuid": "5980ead7-1515-478c-bb22-4e987876bbb9",
            "quiz": 331
        },
        {
            "id": 6381,
            "additional_terms": [],
            "term": "las películas de acción",
            "definition": "action films",
            "question_type": "single_choice",
            "uuid": "32ae407e-3b9f-4208-ba93-e5c344d00ce5",
            "quiz": 331
        },
        {
            "id": 6382,
            "additional_terms": [],
            "term": "las películas de terror/miedo",
            "definition": "horror films",
            "question_type": "single_choice",
            "uuid": "c6fd43d6-eee8-4760-8f61-e413b3805dff",
            "quiz": 331
        },
        {
            "id": 6383,
            "additional_terms": [],
            "term": "los dibujos animados",
            "definition": "animated films",
            "question_type": "single_choice",
            "uuid": "b95c5502-dea1-4420-93c8-69a17be3bc43",
            "quiz": 331
        },
        {
            "id": 6384,
            "additional_terms": [],
            "term": "las películas del oeste",
            "definition": "western films",
            "question_type": "single_choice",
            "uuid": "1699eba2-b22e-4eea-a900-4f5df17911d2",
            "quiz": 331
        },
        {
            "id": 6385,
            "additional_terms": [],
            "term": "las películas románticas/de amor",
            "definition": "romance films",
            "question_type": "single_choice",
            "uuid": "ce4c4adf-106e-4017-b237-cfd2097441d2",
            "quiz": 331
        },
        {
            "id": 6386,
            "additional_terms": [],
            "term": "las películas de aventura",
            "definition": "adventure films",
            "question_type": "single_choice",
            "uuid": "4f1adba4-f1da-46a7-b89c-11fb2adfc370",
            "quiz": 331
        },
        {
            "id": 6387,
            "additional_terms": [],
            "term": "las películas de suspense",
            "definition": "thriller films",
            "question_type": "single_choice",
            "uuid": "c6d69f0f-f737-4746-b191-64744aecc9ae",
            "quiz": 331
        },
        {
            "id": 6388,
            "additional_terms": [],
            "term": "las películas de artes marciales",
            "definition": "martial arts films",
            "question_type": "single_choice",
            "uuid": "04acf912-09ae-4495-b2fa-96e0321f3d70",
            "quiz": 331
        },
        {
            "id": 6389,
            "additional_terms": [],
            "term": "las películas de guerra",
            "definition": "war films",
            "question_type": "single_choice",
            "uuid": "fd70850f-7639-4ed2-8799-57a922d1b402",
            "quiz": 331
        }
    ],
    "title": "Spanish II - Film Genres",
    "created": "2022-08-15T23:57:58.396000Z",
    "description": "",
    "unlisted": false,
    "keepQuestionOrder": false,
    "showQuestionWithCorrectAnswers": true,
    "showCorrectAnswers": "at_end",
    "termLanguage": "ES",
    "definitionLanguage": "EN",
    "activities": [
        {
            "id": 1,
            "order": 0,
            "url": "/quiz/{{ id }}/flashcards",
            "name": "Flashcards",
            "include_by_default": true,
            "notes": []
        },
        {
            "id": 3,
            "order": 3,
            "url": "/quiz/{{ id }}/spell",
            "name": "Spell",
            "include_by_default": false,
            "notes": []
        },
        {
            "id": 4,
            "order": 4,
            "url": "/quiz/{{ id }}/test",
            "name": "Test",
            "include_by_default": false,
            "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": []
        }
    ]
}