How do I create questions on Scratch. I really need help
Offline
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
ask [what's your name?] and waitReplace 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.
Offline
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
Offline