Formating fixes for csintro pages. (#440)

This commit is contained in:
Galen Nickel
2017-07-10 05:35:39 -07:00
committed by Peli de Halleux
parent 3a85cd7822
commit 190408cf60
21 changed files with 48 additions and 47 deletions

View File

@ -188,7 +188,7 @@ input.onGesture(Gesture.Shake, () => {
``` 
Try it out!
Have the students play a few more rounds of the Double Coin Flip using their new Micro:bit Double Coin Flipper!
Have the students play a few more rounds of the Double Coin Flip using their new micro:bit Double Coin Flipper!
 
## Boolean operator NOT in a Loop

View File

@ -319,7 +319,7 @@ if (player1Turn == true && Math.random(4) < 3) {
**2 =** At least 1 Boolean variable is implemented in a meaningful way.<br/>
**1 =** No Boolean variables are implemented.
 
### Micro:bit program
### micro:bit program
**4 =** micro:bit program:<br/>
`*` Uses Boolean variables in a way that is integral to the program.<br/>

View File

@ -42,7 +42,7 @@ Have students flip their coins together, keeping track of the outcomes, perhaps
 
Example:
```
Coin A Coin B Totals
Coin A Coin B Totals
========================
Heads Heads  
Heads Tails