Skip to content
Snippets Groups Projects
data.json 1.45 KiB
Newer Older
{
    "user": [
        {
            "id": 1,
            "firstname": "test_fullname",
            "email": "test@test.com"
        }
    ],
    "course": [
        {
            "id": 1,
            "fullname": "test_name",
            "lang": "en"
        }
    ],
    "course_modules": [
        {
            "id": 1,
            "course": 1,
            "module": 1,
            "instance": 1
        }
    ],
    "quiz_attempts": [
        {
            "id": 1,
            "quiz": 1,
            "sumgrades": 50,
            "state": "finished",
            "timefinish": 1,
            "timestart": 0
        }
    ],
    "quiz": [
        {
            "id": 1,
            "name": "test_quiz_name"
        }
    ],
    "grade_items": [
        {
            "id": 1,
            "iteminstance": 1,
            "itemmodule": "quiz",
            "grademin": 0,
            "grademax": 100,
            "gradepass": 50
        }
    ],
    "question_attempts": [
        {
            "id": 1,
            "questionusageid": 1,
            "questionid": 1,
            "rightanswer": "Example short answer question\n -> orange; Testing testing\n -> Purple",
            "responsesummary": "Example short answer question\n -> orange; Testing testing\n -> Purple"
        }
    ],
    "question": [
        {
            "id": 1,
            "qtype": "randomsamatch",
            "questiontext": "<p>Example Random short-answer matching question<br></p>"
        }
    ]
}