Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 25 additions & 1 deletion data/dependencies.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "v1",
"note": "`topicId` depends on `prerequisiteId` (the prerequisite). Directed edges of a DAG.",
"edgeCount": 3221,
"edgeCount": 3225,
"dependencies": [
{
"topicId": "mt__00ZSLnB7p",
Expand Down Expand Up @@ -19328,6 +19328,30 @@
"prerequisiteId": "mt_M_xcaRcvSo",
"strength": "soft",
"reason": "Knight knowledge provides military context for the Crusades"
},
{
"topicId": "mt_rnsjXikmnK",
"prerequisiteId": "mt_u5HkSxZECM",
"strength": "hard",
"reason": "Must understand data vocabulary (pictogram, bar chart, frequency) before working with pie charts"
},
{
"topicId": "mt_rnsjXikmnK",
"prerequisiteId": "mt_H6LlpWgEYS",
"strength": "hard",
"reason": "Interpreting bar graphs builds the foundational chart-reading skills needed for pie charts"
},
{
"topicId": "mt_rnsjXikmnK",
"prerequisiteId": "mt_4MFUAsbx_6",
"strength": "hard",
"reason": "Constructing pie charts requires measuring and drawing angles with a protractor"
},
{
"topicId": "mt_rnsjXikmnK",
"prerequisiteId": "mt_4Km38F4L-6",
"strength": "soft",
"reason": "Understanding fractions of a whole supports interpreting pie chart sectors as proportions"
}
]
}
14 changes: 7 additions & 7 deletions data/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,31 +9,31 @@
"ngss-ms"
],
"counts": {
"topics": 1590,
"topics": 1591,
"topicsBySubject": {
"Computing": 21,
"English": 286,
"History": 90,
"Learning to Learn": 18,
"Life Skills": 37,
"Mathematics": 503,
"Mathematics": 504,
"Personal & Social Development": 88,
"Science": 547
},
"dependencies": 3221,
"dependencies": 3225,
"curricula": 7,
"curriculumStandards": 3261,
"topicStandardLinks": 1859,
"clusters": 183
},
"files": {
"topics.json": {
"bytes": 1667462,
"sha256": "2d99fc3b5e57d9ddb86b6c179b58a1b0390f048d9798585fe03b13cbc183719b"
"bytes": 1668711,
"sha256": "20cc1901ec5be4f5785fcb3c78fe9112e0a420b3ac2cd17b66d03efbb7ddacbb"
},
"dependencies.json": {
"bytes": 696944,
"sha256": "86a24efb44b480e5be23082b4bdea653f69f6d6fd54c5409a2f33c185be1d87f"
"bytes": 697830,
"sha256": "b3e56326c231df6ccb4ffef3c54d608cece2f2c42a5a7bb43c010f72e6ceabe9"
},
"curriculum-standards.json": {
"bytes": 1621982,
Expand Down
22 changes: 21 additions & 1 deletion data/topics.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "v1",
"topicCount": 1590,
"topicCount": 1591,
"topics": [
{
"id": "mt_AzTrT5ySCx",
Expand Down Expand Up @@ -11436,6 +11436,26 @@
"assessmentPrompt": "Can {{name}} read a pie chart — for example, one showing how a family spends its weekly budget — and use it to answer questions and solve problems?",
"standards": []
},
{
"id": "mt_rnsjXikmnK",
"type": "PROCEDURAL",
"subject": "Mathematics",
"domain": "Data & Statistics",
"name": "Pie Charts",
"description": "Interpret and construct pie charts; understand that a pie chart represents proportions of a whole where each sector angle is proportional to the frequency it represents; use pie charts to solve comparison, sum, and proportion problems",
"ageRangeStart": 10,
"ageRangeEnd": 11,
"centrality": 0.15,
"evidence": [
"Interpret a pie chart by identifying what each sector represents and comparing relative proportions",
"Construct a pie chart from a frequency table by calculating each sector angle (category frequency ÷ total × 360°) and drawing with a protractor",
"Use a pie chart to solve problems — given the total, calculate the actual quantity represented by any sector"
],
"assessmentPrompt": "Can {{name}} look at a pie chart — for example, one showing how a group of children spend their weekly pocket money — and answer questions like 'which category is the largest?' and 'if the total is £60, how much is spent on snacks?'",
"standards": [
"uk-nc-2013:Ma6/5.1a"
]
},
{
"id": "mt_IHipFGTFEY",
"type": "PROCEDURAL",
Expand Down