example vault

This commit is contained in:
jusax23 2023-06-01 20:14:22 +02:00
parent 6201966360
commit 9441e21f89
Signed by: jusax23
GPG key ID: 499E2AA870C1CD41

38
js/example.json Normal file
View 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"
}
]
}