Retrieve, update or delete a quiz instance.

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

{
    "id": 373,
    "owner": 1,
    "parent_folder": 54,
    "background": null,
    "questions": [
        {
            "id": 7030,
            "additional_terms": [],
            "term": "Melting",
            "definition": "Molecules heat up to change from a solid to a liquid",
            "question_type": "single_choice",
            "uuid": "90bd35db-0091-460c-9d9f-7391db9cddea",
            "quiz": 373
        },
        {
            "id": 7031,
            "additional_terms": [],
            "term": "Evaporation",
            "definition": "Molecules heat up to move fast enough to change from a liquid to a gas",
            "question_type": "single_choice",
            "uuid": "2431c740-3371-4d98-9f11-9964de4d60b9",
            "quiz": 373
        },
        {
            "id": 7032,
            "additional_terms": [],
            "term": "Condensation",
            "definition": "Molecules slow down to change from a gas to a liquid",
            "question_type": "single_choice",
            "uuid": "40441bbc-38e6-4f77-8333-ca504f09f2d9",
            "quiz": 373
        },
        {
            "id": 7033,
            "additional_terms": [],
            "term": "Freezing",
            "definition": "Molecules slow down from a liquid to a solid when heat is removed",
            "question_type": "single_choice",
            "uuid": "19bbbfc9-099d-4cc1-a428-261744d6cd5a",
            "quiz": 373
        }
    ],
    "title": "States of Matter",
    "created": "2023-01-12T14:31:55.100000Z",
    "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": 11,
            "order": 10,
            "url": "https://embeddedt.github.io/Millionaire/?quizscript={{brain_blast}}/api/quiz/{{ id }}/as_shuffle_script.js/",
            "name": "Who Wants To Be A Millionaire?",
            "include_by_default": false,
            "notes": []
        },
        {
            "id": 15,
            "order": 12,
            "url": "/quiz/{{ id }}/match",
            "name": "Matching",
            "include_by_default": true,
            "notes": []
        }
    ]
}