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

#1 2013-05-04 08:51:00

Braeden5454
New Scratcher
Registered: 2013-04-07
Posts: 8

Help

I am working on a quiz game for a school project.  I want there to be 2 different modes. One mode subtracts points when you get one wrong, and adds them when you get them right, but u can't correct your answer.  The other one lets you correct your mistakes but doesn't let you go on without the right answer. it also doesn't have a score.

Offline

 

#2 2013-05-04 08:55:05

dracae
New Scratcher
Registered: 2013-04-05
Posts: 42

Re: Help

I'll help you with this problem, but I have a small question.
Couldn't someone just randomly guess on the second mode?

Offline

 

#3 2013-05-04 09:10:41

Braeden5454
New Scratcher
Registered: 2013-04-07
Posts: 8

Re: Help

dracae wrote:

I'll help you with this problem, but I have a small question.
Couldn't someone just randomly guess on the second mode?

Well the they are math questions so no. They would get them wrong

Offline

 

#4 2013-05-04 09:17:32

Braeden5454
New Scratcher
Registered: 2013-04-07
Posts: 8

Re: Help

this is what i have

when gf clicked
ask [what is your name?] and wait
say (join (answer) [. That is a nice name]) for (3) secs
ask [what is 200-175] and wait

Offline

 

#5 2013-05-04 09:22:27

dracae
New Scratcher
Registered: 2013-04-05
Posts: 42

Re: Help

Ok, I get it.
(Meh, I tried writing an explaination, but it got confusing even for me to read! D: )
Can you post what you have so far?
Sorry for my lack of comprehensive writing...  sad
Ayways, I have to go to this thing, I get back to you later!  smile

Offline

 

#6 2013-05-04 09:44:59

Ernali
New Scratcher
Registered: 2013-05-03
Posts: 8

Re: Help

Braeden5454 wrote:

The other one lets you correct your mistakes but doesn't let you go on without the right answer. it also doesn't have a score.

I can answer that  smile

when gf clicked
repeat until <(answer) = [107]>
ask [What's 214-107?] and wait
if <(answer) = [107]>

else
say [Try again!] for (2) secs
end
end
say [Correct!] for (2) secs
and so on.  big_smile

Offline

 

Board footer