exam.json
Dosyayı İndir
{
"exam" :{
"id" : "math-3",
"title" : "Matematik 3 Sınavı",
"questions" :[
{
"number" : 1,
"body":"2 kere 2? ",
"options" : [
{ "code": "A", "text": "1" },
{ "code": "B", "text": "2" },
{ "code": "C", "text": "3" },
{ "code": "D", "text": "22" },
{ "code": "E", "text": "12" }
]
},
{
"number" : 2,
"body":"Godoro eğitim dilleri nelerdir? ",
"options" : [
{ "code": "A", "text": "Java" },
{ "code": "B", "text": "C/C++ - Objective-C" },
{ "code": "C", "text": "C#.NET" },
{ "code": "D", "text": "PHP"},
{ "code": "E", "text": "Hepsi" }
]
}
]
}
}
Dosyayı İndir