Making A Quiz Game. Little Help Please?
cbt
Member Posts: 644
Hi,
I know how to do things with GS but, for a few hours, I've been thinking how to do a multiple choice quiz game. I think I have the knowledge of how to use GS but I can't think of the proper logic. I mean, I can't come up with an idea.
I want to make a 50 questioned quiz with 4 possible answers (A, B, C, D). But the thing is, I want to ask the questions randomly. Each time the game starts, 50 questions should be picked from the 100questions I've prepared earlier and should be displayed randomly.
If there was an option like "spawn random scene" there would be no problem. But now I don't know how to randomly bring a question and its multiple answers.
Please, help me, and sorry for my English.
Thanks in advance.
I know how to do things with GS but, for a few hours, I've been thinking how to do a multiple choice quiz game. I think I have the knowledge of how to use GS but I can't think of the proper logic. I mean, I can't come up with an idea.
I want to make a 50 questioned quiz with 4 possible answers (A, B, C, D). But the thing is, I want to ask the questions randomly. Each time the game starts, 50 questions should be picked from the 100questions I've prepared earlier and should be displayed randomly.
If there was an option like "spawn random scene" there would be no problem. But now I don't know how to randomly bring a question and its multiple answers.
Please, help me, and sorry for my English.
Thanks in advance.
Comments
Create Random Number
If Random Number = 4
Go to Scene 4
*****
If Random Number = 1
Go to Scene 1
If Random Number = 2
Go to Scene 2
.
.
.
.
If Random Number = 49
Go to Scene 49
******
I don't think iPhone can handle 50+ rules for every question.
And the "used" scenes, questions, keep coming again and again...
I don't think this is the right way..
I intend to do it like a quiz game, since it is the most look a like type.
Thks.