Update formatting on CS2 Guide

This commit is contained in:
Robin Yang 2016-08-26 16:53:28 -07:00
parent 5c6fb20d7f
commit d6d8d84722

View file

@ -493,7 +493,7 @@ What was challenging:
Circulate to assist. Draw students attention to the instructions and tips. Flags can be tricky for some students, so allow them to pair up to beat the levels. Each student should write their own code, but its ok for another student to place the flags for them.
###Written Reflection (5 mins)
### Written Reflection (5 mins)
**How did you use properties today?**
>I had to see where the flag was and the flag has a property called pos. Then inside that it has two more properties, x and y. You use a dot to get inside the object, or inside the property.
@ -502,7 +502,7 @@ Circulate to assist. Draw students attention to the instructions and tips. Fl
##### Module 10
## Review and Synthesis
###Summary
### Summary
Read the instructions! Remember the hints! Sit and think about how to solve the problem and how youll be able to tell its solved. All the habits of mind of a good programmer come to bear on these levels: defining the problem, breaking the problem down into parts, making a plan, syntax and debugging, sticking to it, and asking for help.
### Transfer Goals