example vault
This commit is contained in:
parent
6201966360
commit
9441e21f89
1 changed files with 38 additions and 0 deletions
38
js/example.json
Normal file
38
js/example.json
Normal file
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"name": "example",
|
||||
"questions": [
|
||||
{
|
||||
"quest": "Q1",
|
||||
"answers": [
|
||||
"A",
|
||||
"B",
|
||||
"C",
|
||||
"D"
|
||||
],
|
||||
"correct": 0,
|
||||
"explanation": "not close"
|
||||
},
|
||||
{
|
||||
"quest": "Q2",
|
||||
"answers": [
|
||||
"A",
|
||||
"B",
|
||||
"C",
|
||||
"D"
|
||||
],
|
||||
"correct": 0,
|
||||
"explanation": "not close"
|
||||
},
|
||||
{
|
||||
"quest": "Q3",
|
||||
"answers": [
|
||||
"A",
|
||||
"B",
|
||||
"C",
|
||||
"D"
|
||||
],
|
||||
"correct": 0,
|
||||
"explanation": "not close"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue