From 2acf7fd67d309bac25f3031acff687c86567376b Mon Sep 17 00:00:00 2001 From: dluman Date: Tue, 18 Jul 2023 19:16:35 -0400 Subject: [PATCH] Adding all relevant data, changing data structure to conform to new agreed-upon fields --- src/curriculumData/current_data.json | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/src/curriculumData/current_data.json b/src/curriculumData/current_data.json index fae93f2..242f5c1 100644 --- a/src/curriculumData/current_data.json +++ b/src/curriculumData/current_data.json @@ -32,18 +32,24 @@ "topics": [ "Object-oriented programming (OOP)", "Teamwork", - "Version control systems", + "Version control systems (VCS)", "Integrated development environments (IDE)", "Iteration", - "Python programming", + "Conditional logic", + "Variables", "Functions", "GitHub Flow", "Markdown" ], "tools": ["Python", "VSCode", "Git", "GitHub"], - "lab": [], - "learningObjectives": [], - "learningOutcomes": [] + "platform": [], + "learningObjectives": [ + "Apply Python programming language primitives to describe and develop computer programs that solve computational problems", + "Use VSCode, git, and GitHub to develop, version, and release code consistent with industry-standard practices", + "Analyze and suggest revisions to existing Python language code to improve or add functionality", + "Evaluate the practical and ethical implications of computer programs written to solve computational problems", + "Design, describe, and implement original projects incorporating standard practices and Python language principles " + ], }, { "courseNumber": "CMPSC 102",