KB-Infinity-Tech commited on
Commit
59b2a0b
·
verified ·
1 Parent(s): d969c66

Upload 2 files

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