Introduction: Assessment

This is an Instructable on how to create/play 8 questions.

I used scratch to create it.

https://scratch.mit.edu/

Step 1: Selecting a Sprite

To start you select a sprite from the library. The library is located at the bottom of the display box.

Step 2: Making the Game

After choosing a sprite select the Events box. Choose when this sprite is clicked, then go to Sensingand choose Ask. Type the question you want to ask. Go to Control and select Then in operators select = . Fill in the If - then - else. Go back to Sensing and grab Answer, drop it into the If - Then. It should look like the second image. In Data create a variable that you can identify as right or wrong. drop the right variable into the If - then and the wrong variable in to the Else. The final product should look like the last image. This is the base 'code' for the game.

Step 3: Playing the Game

To play the game simply click on a sprite and answer the question in the text box below.