diff --git a/data/dependencies.json b/data/dependencies.json index 255e93d2..f4ac501e 100644 --- a/data/dependencies.json +++ b/data/dependencies.json @@ -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", @@ -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" } ] } diff --git a/data/manifest.json b/data/manifest.json index d7147967..b705b8ab 100644 --- a/data/manifest.json +++ b/data/manifest.json @@ -9,18 +9,18 @@ "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, @@ -28,12 +28,12 @@ }, "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, diff --git a/data/topics.json b/data/topics.json index 3988c71f..27f7d748 100644 --- a/data/topics.json +++ b/data/topics.json @@ -1,6 +1,6 @@ { "version": "v1", - "topicCount": 1590, + "topicCount": 1591, "topics": [ { "id": "mt_AzTrT5ySCx", @@ -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",