Add 'Radio' lesson to csintro. (#435)

* Local commit.

* Add 'Radio' lesson to csintro.
This commit is contained in:
Galen Nickel
2017-07-01 23:28:05 -07:00
committed by Peli de Halleux
parent f46b7d8364
commit 9c6d09ac2f
17 changed files with 576 additions and 1 deletions

View File

@ -0,0 +1,7 @@
# Standards
## CSTA K-12 Computer Science Standards
* CL.L2-03 Collaborate with peers, experts, and others using collaborative practices such as pair programming, working in project teams, and participating in group active learning activities.
* CL.L2-04 Exhibit dispositions necessary for collaboration: providing useful feedback, integrating feedback, understanding and accepting multiple perspectives, socialization.   
* CL.L2-05 Implement problem solutions using a programming language, including: looping behavior, conditional statements, logic, expressions, variables, and functions.