I am making an interactive storybook/quiz for 10 year olds. The theme is Pokemon. As the story progresses the child encounters characters seen in the TV show and they are asked multiple choice questions about Pokemon. There will be 10 questions from each character after which they will give a score for their questions. At the end (after 3 sets of 10 questions) a total score is shown and this is used to "evolve" the player's Pokemon for the final battle. I need the counter to:
1) Add up the number of clicks in each set of 10 questions separately.
2) Create a final score that is the total of all sets of questions.
3) Then depending on the score one of three things happen: Pokemon does nothing, evolves to stage 1, or evolves to Stage 2.
So I need a way for the score to influence which parts of the story are played. Can anyone help please? Thanks
1) Add up the number of clicks in each set of 10 questions separately.
2) Create a final score that is the total of all sets of questions.
3) Then depending on the score one of three things happen: Pokemon does nothing, evolves to stage 1, or evolves to Stage 2.
So I need a way for the score to influence which parts of the story are played. Can anyone help please? Thanks