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 109 forks source link

3.5 Booleans | Nighthawk Pages #259

Open utterances-bot opened 1 month ago

utterances-bot commented 1 month ago

3.5 Booleans | Nighthawk Pages

Student led teaching on Booleans.

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

SanPranav commented 1 month ago

Glows:

Grows:

RayhaanSheeraj commented 1 month ago

Glows: Good amount of hacks allowing students to practice their new learning. Clear explanation of what a Boolean is and the purpose of them.

Grows: One thing I would change about your logical operators. I would change the styling to allow the reader to understand the topic better. Another thing I would change is your explanation for each relational operator, I would go into more detail with each relational operator and give example syntax of how it would look in code.

yuvabala09 commented 1 month ago

Glows:

Grows:

Soumini97 commented 1 month ago

Good:

  1. Nice explanations
  2. Quiz seems interesting

Feedback:

  1. Make sure all your hacks have both python and javascript examples
  2. Maybe explain the homework more clearly, give examples, ect.
1922143 commented 1 month ago

Good:

  1. The explanations are thorough and I like your examples that are in both Javascript and Python.
  2. The quiz is a nice interactive thing for people to test their knowledge on booleans.

Feedback:

  1. Give examples for the hacks so people can understand better.
  2. Could give another example of logical operators.