nighthawkcoders / portfolio_2025

Nighthawk Pages 3.0. This is a GitHub Pages project that includes support for Jupyter Notebooks. The project provides a game, lessons and projects to support the teaching of Career Technical Educations and AP courses: Computer Science and Software Engineering (CSSE), Computer Science Principles (CSP), and Computer Science A (CSA).
https://nighthawkcoders.github.io/portfolio_2025/
Apache License 2.0
0 stars 110 forks source link

3.6 Conditionals Part 2 | Nighthawk Pages #269

Open utterances-bot opened 1 month ago

utterances-bot commented 1 month ago

3.6 Conditionals Part 2 | Nighthawk Pages

Conditionals with if else statements

https://nighthawkcoders.github.io/portfolio_2025/csp/big-idea/p5/3-6-2

vibha1019 commented 1 month ago

Nice job on using flowcharts to help students visualize the logic. One suggestion is to make this as 4 seperate jupyter notebooks, that are linked correctly in the menu. Good hacks, but you could give even more detailed instructions in the hack, and maybe even add a quiz at the end. Overall, great job on your lesson!

Kiruthic-Selvakumar commented 1 month ago

You have done a great job giving examples of conditionals, and I like how you used a flowchart to help outline and show the higher level purpose of conditionals. You can improve by also giving examples of elif.