# 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'.

## 2. Write an if statement that will display the message "TRUTH" on the @boardname@ if the local variable 'random' equals 0.

## 3. If the local variable 'random' equals 1, write the string that will be displayed.

## 4.Write the code that will display this up arrow after pressing button "A". ![](/static/mb/lessons/truth-or-dare-0.png)