Schema
Description of exam schema.
Example Exam File
{
"id": "12345",
"title":"Example Exam",
"description": "An example exam",
"author": {
"id": "67890",
"name": "Benjaminadk",
"image": "http://www.example.com/image.png"
},
"code": "123-abc",
"time": 60,
"pass": 75,
"image": "http://www.example.com/image.png",
"cover": [
{"variant": 2, "text": "Large Text"},
{"variant": 1, "text": "Normal Text"}
],
"test": [
"variant": 0,
"question": [
{"variant": 1, "text": "Normal text"},
{"variant": 0, "text": "Image URL"}
],
"choices": [
{"label": "A", "text": "Option A"},
{"label": "B", "text": "Option B"},
{"label": "C", "text": "Option C"},
{"label": "D", "text": "Option D"},
],
"answer": [true, false, false, false],
"explanation": [
{"variant": 1, "text": "Normal text"},
{"variant": 0, "text": "Image URL"}
]
]
}Exam
Author
Question
Question Variants
Node
Node Variants
Choice
Last updated
Was this helpful?