Dan-TEALS (Inactive)
Dan-TEALS (Inactive)
Snap4Arduino seems to be falling behind the current release of Snap! Could it be added to Snap! as a library, like the Hummingbird robot and Leap controllers have been? It...
There are some typos and at least one incorrect name in the _Curriculum Map_. A few I noticed in a cursory glance at the map were: - The expectation when...
In the section _Introduction to computer science implementation options_, the options available to TEALS-supported schools are not up-to-date. The section should be updated or deleted.
### Discussed in https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/discussions/330 Originally posted by **jdonwells** February 3, 2022 The bonus to lab 2.01 has to use conditional statements which the kids don't know yet. So I changed...
### Discussed in https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/discussions/332 Originally posted by **jdonwells** February 3, 2022 2.01 is about type and casting. Should swapping values of two variables go into the 1.04 variables and user...
### Discussed in https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/discussions/328 Originally posted by **jdonwells** February 3, 2022 I don't think this is going to work for most students. The food quiz program uses what looks like...
### Discussed in https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/discussions/336 Originally posted by **jdonwells** February 5, 2022 The title is from the 2.03 lesson notes. Why would we do this to them? I have enough trouble...
### Discussed in https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/discussions/349 Originally posted by **jdonwells** February 12, 2022 A separate discussion was opened for changing the Unit 2 project to an expert system. https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/discussions/339 Remove lesson 2.06...
### Discussed in https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/discussions/355 Originally posted by **jdonwells** February 15, 2022 I am not seeing why we want to do return vs. print. While it is true they have been...
### Discussed in https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/discussions/346 Originally posted by **jdonwells** February 11, 2022 Python has something called a docstring to add documentation to a function in a standardized way. 3.02 shows this:...