From 162902fabc52b82f6723d38e9b0b81613c54405c Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Wed, 13 Apr 2016 13:02:22 -0700 Subject: [PATCH] fix quiz --- docs/lessons/bop-it/quiz.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/docs/lessons/bop-it/quiz.md b/docs/lessons/bop-it/quiz.md index 7b072e38..fc6b50c3 100644 --- a/docs/lessons/bop-it/quiz.md +++ b/docs/lessons/bop-it/quiz.md @@ -10,31 +10,29 @@ Use this activity document to guide your work in the [bop it tutorial](/lessons/ Answer the questions while completing the tutorial. Pay attention to the dialogues! -## 1. Write the code that will store the global variable named 'action' and returns a random number between 0 and 2 +### 1. Write the code that will store the global variable named 'action' and returns a random number between 0 and 2
-## 2. Write the code that will display the string, "PUSH A" if the global variable called 'action' is equal to 0 +### 2. Write the code that will display the string, "PUSH A" if the global variable called 'action' is equal to 0
-## 3. Write the code that increments the score if button A is pressed when the global variable called 'action' is equal to 1 +### 3. Write the code that increments the score if button A is pressed when the global variable called 'action' is equal to 1
-## 4. Write the code that will display the string "LOGO DOWN" if the global variable called 'action' is equal to 1 +### 4. Write the code that will display the string "LOGO DOWN" if the global variable called 'action' is equal to 1
-## 5. Write the code that increments the score if the BBC micro:bit logo is tilted down when the global variable called 'action' is equal to 1 +### 5. Write the code that increments the score if the BBC micro:bit logo is tilted down when the global variable called 'action' is equal to 1
-
- -## 6. Write the code that will display the string "SHAKE" if the global variable called 'action' is equal to 2 +### 6. Write the code that will display the string "SHAKE" if the global variable called 'action' is equal to 2
-## 7. Write the code that increments the score if the BBC micro:bit is shaken when the global variable called 'action' is equal to 2 +### 7. Write the code that increments the score if the BBC micro:bit is shaken when the global variable called 'action' is equal to 2