{ "data": [ { "title": "one-table", "questions": [ { "context": "1 x 1 = 1", "answers": [ { "id": "calc1", "answer": "1" } ], "question": "What is 1 x 1" }, { "context": "1 x 2 = 2", "answers": [ { "id": "calc2", "answer": "2" } ], "question": "What is 1 x 2" }, { "context": "1 x 3 = 3", "answers": [ { "id": "calc3", "answer": "3" } ], "question": "What is 1 x 3" }, { "context": "1 x 4 = 4", "answers": [ { "id": "calc4", "answer": "4" } ], "question": "What is 1 x 4" }, { "context": "1 x 5 = 5", "answers": [ { "id": "calc5", "answer": "5" } ], "question": "What is 1 x 5" }, { "context": "1 x 6 = 6", "answers": [ { "id": "calc6", "answer": "6" } ], "question": "What is 1 x 6" }, { "context": "1 x 7 = 7", "answers": [ { "id": "calc7", "answer": "7" } ], "question": "What is 1 x 7" }, { "context": "1 x 8 = 8", "answers": [ { "id": "calc8", "answer": "8" } ], "question": "What is 1 x 8" }, { "context": "1 x 9 = 9", "answers": [ { "id": "calc9", "answer": "9" } ], "question": "What is 1 x 9" }, { "context": "1 x 10 = 10", "answers": [ { "id": "calc10", "answer": "10" } ], "question": "What is 1 x 10" } ] } ] }