add examples based on Alberta curriculum
Browse files
app.py
CHANGED
@@ -89,7 +89,52 @@ with demo:
|
|
89 |
"Odczytywanie i interpretowanie danych przedstawionych w tekstach, tabelach, na diagramach i wykresach",
|
90 |
"Tworzenie diagram贸w s艂upkowych i ko艂owych oraz wykres贸w na podstawie zebranych danych",
|
91 |
"Projekt: zbieranie danych klasowych i przedstawianie ich na r贸偶nych typach wykres贸w",
|
92 |
-
"Papier milimetrowy, linijki, szablony do wykres贸w"]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
93 |
]
|
94 |
|
95 |
gr.Examples(
|
|
|
89 |
"Odczytywanie i interpretowanie danych przedstawionych w tekstach, tabelach, na diagramach i wykresach",
|
90 |
"Tworzenie diagram贸w s艂upkowych i ko艂owych oraz wykres贸w na podstawie zebranych danych",
|
91 |
"Projekt: zbieranie danych klasowych i przedstawianie ich na r贸偶nych typach wykres贸w",
|
92 |
+
"Papier milimetrowy, linijki, szablony do wykres贸w"],
|
93 |
+
["Maria Chen",
|
94 |
+
"Calgary Public Schools",
|
95 |
+
"Alberta Education",
|
96 |
+
"Mathematics",
|
97 |
+
"Grade 1",
|
98 |
+
"Students interpret and explain quantity to 100",
|
99 |
+
"Using base-10 blocks to represent two-digit numbers and practice skip counting by 5s and 10s",
|
100 |
+
"Group counting assessment using manipulatives",
|
101 |
+
"Base-10 blocks, number charts, counting frames"],
|
102 |
+
["David Thompson",
|
103 |
+
"Edmonton Catholic Schools",
|
104 |
+
"Alberta Education",
|
105 |
+
"Mathematics",
|
106 |
+
"Grade 3",
|
107 |
+
"Analyze and apply strategies for multiplication and division within 100",
|
108 |
+
"Create arrays using counters to model multiplication facts and explore the relationship between multiplication and division",
|
109 |
+
"Small group problem-solving tasks involving real-world multiplication scenarios",
|
110 |
+
"Counters, grid paper, multiplication tables"],
|
111 |
+
["Sarah Blackwater",
|
112 |
+
"Siksika Nation School Board",
|
113 |
+
"Alberta Education",
|
114 |
+
"Mathematics",
|
115 |
+
"Grade 4",
|
116 |
+
"Apply place value to decimal numbers and relate fractions to decimals",
|
117 |
+
"Using First Nations beading patterns to explore decimal numbers and fractions",
|
118 |
+
"Create and explain patterns using decimals and fractions in cultural contexts",
|
119 |
+
"Beading materials, decimal grids, number lines"],
|
120 |
+
["Ahmed Hassan",
|
121 |
+
"Lethbridge School District",
|
122 |
+
"Alberta Education",
|
123 |
+
"Mathematics",
|
124 |
+
"Grade 5",
|
125 |
+
"Estimate and calculate area using standard units, investigate symmetry as a geometric property",
|
126 |
+
"Creating and measuring geometric designs using square units and exploring symmetry in nature",
|
127 |
+
"Project-based assessment: Design and measure a garden plot using standard units",
|
128 |
+
"Grid paper, rulers, geometric shapes, nature specimens"],
|
129 |
+
["Lisa Running Rabbit",
|
130 |
+
"Treaty 7 Education Authority",
|
131 |
+
"Alberta Education",
|
132 |
+
"Mathematics",
|
133 |
+
"Grade 6",
|
134 |
+
"Investigate magnitude with positive and negative numbers, explain location and movement in the Cartesian plane",
|
135 |
+
"Using traditional games to explore positive and negative numbers, mapping traditional territories on coordinate plane",
|
136 |
+
"Create and solve problems involving integers in real-world contexts",
|
137 |
+
"Coordinate grid paper, traditional games materials, temperature charts"]
|
138 |
]
|
139 |
|
140 |
gr.Examples(
|