calculations / calculations-dev.json
Jornt's picture
Update calculations-dev.json
e6203a9
{
"data": [
{
"title": "two-table",
"questions": [
{
"context": "2 x 1 = 2",
"answers": [
{
"id": "calc11",
"answer": "2"
}
],
"question": "What is 2 x 1"
},
{
"context": "2 x 2 = 4",
"answers": [
{
"id": "calc12",
"answer": "4"
}
],
"question": "What is 2 x 2"
},
{
"context": "2 x 3 = 6",
"answers": [
{
"id": "calc13",
"answer": "6"
}
],
"question": "What is 2 x 3"
},
{
"context": "2 x 4 = 8",
"answers": [
{
"id": "calc14",
"answer": "8"
}
],
"question": "What is 2 x 4"
},
{
"context": "2 x 5 = 10",
"answers": [
{
"id": "calc15",
"answer": "10"
}
],
"question": "What is 2 x 5"
},
{
"context": "2 x 6 = 12",
"answers": [
{
"id": "calc16",
"answer": "12"
}
],
"question": "What is 2 x 6"
},
{
"context": "2 x 7 = 14",
"answers": [
{
"id": "calc17",
"answer": "14"
}
],
"question": "What is 2 x 7"
},
{
"context": "2 x 8 = 16",
"answers": [
{
"id": "calc18",
"answer": "16"
}
],
"question": "What is 2 x 8"
},
{
"context": "2 x 9 = 18",
"answers": [
{
"id": "calc19",
"answer": "18"
}
],
"question": "What is 2 x 9"
},
{
"context": "2 x 10 = 20",
"answers": [
{
"id": "calc20",
"answer": "20"
}
],
"question": "What is 2 x 10"
}
]
}
]
}