Skip to content

Commit

Permalink
updates for final
Browse files Browse the repository at this point in the history
  • Loading branch information
jm1021 committed May 16, 2024
1 parent 8249c06 commit 8a6a6a4
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions _data/csa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,9 @@ Sprint8:
description: Students will lead several study sessions (20-minute test, followed by review) the week before the exam. In any break in study, students will transition activities back to their final project.
illustration: *frq_types
start: 30
end: 32
end: 33
Sprint9:
title: Passion Project v2.0 and N@tM
description: Wrap up your preferred project and data structures. There will be an opportunity to contribute and be published to the NightHawk Coding Society. If your project is selected, then you will receive a high 'A' on the final project.
start: 33
end: 36
start: 34
end: 37
6 changes: 3 additions & 3 deletions _data/csp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ Sprint8:
title: AP Weeks
description: Activities will be focused on supporting students in test preparations, including student teaching. Days that are not focused on test preparation will be focused on planning for year-end project/portfolio.
start: 30
end: 32
end: 33
Sprint9:
title: Passion Project and N@tM
description: Presenting accomplishments for the year by creating a passion project for N@tM. This project will serve as the year-end final exam.
start: 33
end: 36
start: 34
end: 37
2 changes: 1 addition & 1 deletion _data/csse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ Sprint6:
title: Create a Final Project, "Student Teaching Teams", and N@tM
description: Trimester 2 concludes with students presenting their project at N@tM. Each person within "Student Teams" will have their own specialty feature within the student project. Students should be able to talk about design, coding, and present features of their portion of the system.
start: 18
end: 24
end: 25
2 changes: 1 addition & 1 deletion _notebooks/2024-03-26-DS-python-dictionaries.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"layout: post\n",
"title: Learning Hashmaps using Python dictionaries\n",
"description: Data Structures topic - Hashmaps, Sets, Hash Tables, Hashing and Collisions\n",
"courses: { csp: {week: 32} }\n",
"courses: { csp: {week: 33} }\n",
"type: ccc\n",
"---"
]
Expand Down
2 changes: 1 addition & 1 deletion _notebooks/2024-03-26-DS-python-sorting.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"layout: post\n",
"title: Sorting algorithms\n",
"description: Working with Data Structures and manipulating data.\n",
"courses: { csp: {week: 34} }\n",
"courses: { csp: {week: 33} }\n",
"type: ccc\n",
"---"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"description: Observing the time complexity of different algorithms\n",
"author: John Mortensen\n",
"type: ccc\n",
"courses: { csp: {week: 32} }\n",
"courses: { csp: {week: 33} }\n",
"---"
]
},
Expand Down

0 comments on commit 8a6a6a4

Please # to comment.