This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2011-04-04 23:37:34

snat
New Scratcher
Registered: 2011-04-04
Posts: 1

Quiz - Who wants to be a millionaire format

Hi

How do i create hotspots and scoring for a quiz based on the who wants to be a millionaire format?

I have a screen with a question stem and four options posted. How do I make the options clickable? Also, how do I add score for correct answer and deduct score for wrong answer.


All help appreciated.

Thanks
SN

Offline

 

#2 2011-04-04 23:50:47

scratch_yoshi
Scratcher
Registered: 2009-06-12
Posts: 1000+

Re: Quiz - Who wants to be a millionaire format

Use the "when [insert option name here] is clicked" block.

Scoring:
1. Create a variable and call it "score"
2. for every wrong answer, change "score" by -10
   for every right answer, change "score" by 10

Last edited by scratch_yoshi (2011-04-04 23:52:14)


Retired from Scratch, but just the language itself. Not the forums.

Offline

 

#3 2011-04-05 05:47:09

Paddle2See
Scratch Team
Registered: 2007-10-27
Posts: 1000+

Re: Quiz - Who wants to be a millionaire format

To make it so that each answer responds to a click, the easiest way is to make a sprite for each option.  So you will need four sprites if there are four possible answers.  Each sprite can have many different costumes so you can have any number of questions with just four sprites. 

To determine if the answer given is correct or not, you may want to test on the costume number or use a variable to keep track of which question is being asked.

If this is not a homework assignment, I can give you a demo  smile


http://i39.tinypic.com/2nav6o7.gif

Offline

 

#4 2011-04-06 18:49:41

mrak
Scratcher
Registered: 2009-11-22
Posts: 30

Re: Quiz - Who wants to be a millionaire format

use a variable and right click on it and click large readout. Name it score
_____________________________________
Flying is learning how to throw yourself at the ground and miss." - Douglas Adams

FREE STUFF
My Youtube
sorry no videos yet
I Play Minecraft

Last edited by mrak (2011-04-06 19:03:39)

Offline

 

#5 2011-04-08 16:30:57

joefarebrother
Scratcher
Registered: 2011-04-08
Posts: 1000+

Re: Quiz - Who wants to be a millionaire format

[blocks] use this to make stuff clickable: [/blohttp://scratch.mit.edu/forums/viewtopic.php?id=60215#req_messagecks]<when[  ]clicked>


My latest project is called http://tinyurl.com/d2m8hne! It has http://tinyurl.com/d395ygk views, http://tinyurl.com/cnasmt7 love-its, and http://tinyurl.com/bwjy8xs comments.
http://tinyurl.com/756anbk   http://tinyurl.com/iplaychess

Offline

 

Board footer