Add the 'Mini project' lesson to csintro. (#431)

This commit is contained in:
Galen Nickel
2017-06-28 22:14:14 -07:00
committed by Peli de Halleux
parent 96815675a3
commit 762771277f
12 changed files with 240 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.