Assessment

by Kallian in Circuits > Computers

398 Views, 0 Favorites, 0 Comments

Assessment

5620376a4fbade62b90001a5.jpeg

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

I used scratch to create it.

https://scratch.mit.edu/

Selecting a Sprite

Capture1.PNG

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

Making the Game

Capture2.PNG
Capture.PNG
Capture.PNG

After choosing a sprite select the Events box. Choose when this sprite is clicked, then go to Sensing and 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.

Playing the Game

5632ab8b4936d4e0540006ed.jpeg

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