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

#1 2012-11-27 19:02:08

TheRealog_batman
New Scratcher
Registered: 2012-09-18
Posts: 4

How to create questions on Scratch

How do I create questions on Scratch. I really need help

Offline

 

#2 2012-11-27 19:05:06

owetre18
Scratcher
Registered: 2009-07-01
Posts: 1000+

Re: How to create questions on Scratch

Well, what sort of questions?

If you mean a type in the answer sort of question, use the light blue block named "Ask [] and wait"

If you mean on the forums, well, you already did.

Hope that helped.

Offline

 

#3 2012-11-27 20:24:16

jji7skyline
Scratcher
Registered: 2010-03-08
Posts: 1000+

Re: How to create questions on Scratch

ask [what's your name?] and wait
Replace what's your name? with what you want it to say. If the script is on the background rather than on a sprite, the question will appear on the pop-up box rather than from the sprite on a speech bubble, and this can make it look more professional.

I hope that helps.  smile


I don't know why you say goodbye, I say hello!  big_smile

Offline

 

#4 2012-11-27 20:34:57

Mokat
Scratcher
Registered: 2011-12-08
Posts: 1000+

Re: How to create questions on Scratch

If you want it to recognize what the correct answer, then use this script:

when gf clicked
ask [What's your name?] and wait
if <(answer)=[Mokat]> 
say [Correct!] for (2) secs
else
say [Incorrect.] for (2) secs
end


http://www.eggcave.com/egg/977371.pnghttp://www.eggcave.com/egg/977376.pnghttp://www.eggcave.com/egg/1005291.pnghttp://www.eggcave.com/egg/996745.png

Offline

 

Board footer