move lessons out of web site
will move select lessons back to "educators" section
This commit is contained in:
@ -1,36 +0,0 @@
|
||||
# truth or dare quiz
|
||||
|
||||
a multi-player game that forces each player to reveal a secret or something funny.
|
||||
|
||||
## Name
|
||||
|
||||
## Directions
|
||||
|
||||
Use this activity document to guide your work in the [truth or dare tutorial](/lessons/truth-or-dare/activity).
|
||||
|
||||
Answer the questions while completing the tutorial. Pay attention to the dialogues!
|
||||
|
||||
## 1. Write the code that will randomly return 0 through 3 and stores the value inside a local variable called 'random'.
|
||||
|
||||
<br/>
|
||||
|
||||
<br/>
|
||||
|
||||
## 2. Write an if statement that will display the message "TRUTH" on the BBC micro:bit if the local variable 'random' equals 0.
|
||||
|
||||
<br/>
|
||||
|
||||
<br/>
|
||||
|
||||
## 3. If the local variable 'random' equals 1, write the string that will be displayed.
|
||||
|
||||
<br/>
|
||||
|
||||
<br/>
|
||||
|
||||
## 4.Write the code that will display this up arrow after pressing button "A".
|
||||
|
||||

|
||||
|
||||
<br/>
|
||||
|
Reference in New Issue
Block a user