File size: 1,951 Bytes
ba633b9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 | [
{
"id": "C001",
"skill": "counting",
"difficulty": 1,
"age_band": "5-6",
"stem_en": "How many apples?",
"stem_fr": "Combien de pommes?",
"stem_kin": "Pome zingahe?",
"visual": "apples_3",
"answer_int": 3
},
{
"id": "C002",
"skill": "counting",
"difficulty": 2,
"age_band": "5-6",
"stem_en": "How many goats?",
"stem_fr": "Combien de chèvres?",
"stem_kin": "Ihene zingahe?",
"visual": "goats_5",
"answer_int": 5
},
{
"id": "A001",
"skill": "addition",
"difficulty": 1,
"age_band": "6-7",
"stem_en": "2 plus 1 equals?",
"stem_fr": "2 plus 1 égale?",
"stem_kin": "2 + 1 ni angahe?",
"visual": "beads_2_plus_1",
"answer_int": 3
},
{
"id": "A002",
"skill": "addition",
"difficulty": 2,
"age_band": "6-7",
"stem_en": "3 plus 2 equals?",
"stem_fr": "3 plus 2 égale?",
"stem_kin": "3 + 2 ni angahe?",
"visual": "beads_3_plus_2",
"answer_int": 5
},
{
"id": "S001",
"skill": "subtraction",
"difficulty": 1,
"age_band": "7-8",
"stem_en": "5 minus 2 equals?",
"stem_fr": "5 moins 2 égale?",
"stem_kin": "5 - 2 ni angahe?",
"visual": "drums_5_minus_2",
"answer_int": 3
},
{
"id": "N001",
"skill": "number_sense",
"difficulty": 1,
"age_band": "6-7",
"stem_en": "Which number is bigger: 3 or 5?",
"stem_fr": "Quel nombre est plus grand: 3 ou 5?",
"stem_kin": "Ni iyihe nimero nini: 3 cyangwa 5?",
"visual": "compare_3_5",
"answer_int": 5
},
{
"id": "W001",
"skill": "word_problem",
"difficulty": 1,
"age_band": "8-9",
"stem_en": "Alice has 3 apples. Bob gives her 2 more. How many now?",
"stem_fr": "Alice a 3 pommes. Bob lui en donne 2 de plus. Combien maintenant?",
"stem_kin": "Alice afite pome 3. Bob amuhe 2 zindi. Ima buri?",
"visual": "apples_sharing",
"answer_int": 5
}
]
|