Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
Create reponse.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dyazincahya authored Jan 19, 2021
1 parent 0d237bb commit 0db00a3
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions reponse.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
/*
* MATH MINI GAME - OFFLINE
*/

/*
added (add) +
substracted (sub) -
devided (dev) :
multiplied (mul) x
equals (equ) =
opening brackets (ob) )
closing brackets (cb) (
*/

[
{
"id" : "00001",
"question" : ["2", "add", "6", "sub", "78", "dev", "3", "mul", "56", "equ" ],
"answer" : {
"options" : [9, 12, 4, 15, 8],
"corect" : 9,
"userinput" : 12
},
"metadata" : {
"starttime" : "2021-01-19 20:55:45",
"endtime" : "2021-01-19 20:58:45"
}
},
{
"id" : "00002",
"question" : ["22", "add", "16", "sub", "8", "equ" ],
"answer" : {
"options" : [9, 12, 4, 15, 8],
"corect" : 9,
"userinput" : 12
},
"metadata" : {
"starttime" : "2021-01-19 20:58:09",
"endtime" : "2021-01-19 20:59:15"
}
}
]

0 comments on commit 0db00a3

Please sign in to comment.