TEALS-IntroCS / introduction-to-computer-science-principles

Curriculum Materials for TEALS Intro to CS course
http://www.tealsk12.org/
21 stars 22 forks source link

Lab 2.4 uses variables even though they aren't introduced yet #3

Open TEALS-IntroCS opened 8 years ago

BossJ commented 8 years ago

I think this is where we introduce variables, I could be wrong.

kenneychan commented 8 years ago

Hi Julian,

Yes variables are introduced in Unit 3. I do not think Lab 2.4 can be solved without creating 3 variables so it should be moved to after the introduction of variables in 3.1.

Kenney On Jul 21, 2016 10:24 AM, "BossJ" notifications@github.com wrote:

I think this is where we introduce variables, I could be wrong.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/TEALS-IntroCS/introduction-to-computer-science-principles/issues/3#issuecomment-234323517, or mute the thread https://github.com/notifications/unsubscribe-auth/ANcrnkibH_RLjXlttaeU2s5JLGUeDRYvks5qX6tDgaJpZM4GZJyr .

BossJ commented 8 years ago

Lesson 2.4 says to introduce variables; I assume because they're introduced here, we can continue with the lesson. It's impossible to teach booleans without variables because it's impossible to compare anything. Should we move the entire lesson to after 3.1?

BossJ commented 8 years ago

Lesson 2.4/2.5/and 2.6 (the project) all rely on using variables which aren't introduced.

BossJ commented 8 years ago

Edits are finished in my own fork -- reverted my commits as they created an issue with the gitbook.