dulrich15 / spot_old

Python based LMS using Django
5 stars 2 forks source link

Restructure ExerciseProblems #43

Open dulrich15 opened 10 years ago

dulrich15 commented 10 years ago
[
    {
        "id" : 0,
        "setup" : "",
        "parts" : [
            {
                "question" : "", 
                "answer" : "",
                "solution" : ""
            },
            ...
        ]
        "hint" : "",
        "tags" : 
        [
            0,
            ...
        ]
        "notes" : "",
        "source" : {
            "reference" : "",
            "section" : "",
        }
    },
    ...
]