37 lines
846 B
Markdown
37 lines
846 B
Markdown
# 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".
|
|
|
|
![](/static/mb/lessons/truth-or-dare-0.png)
|
|
|
|
<br/>
|
|
|