playMaker

Author Topic: [How] create a quiztable  (Read 1805 times)

dhanze

  • Playmaker Newbie
  • *
  • Posts: 25
[How] create a quiztable
« on: March 29, 2015, 05:40:24 AM »
Help guys I need help..

Can you show me how to make QuizTable for my game., I have education game after action scene ther is a question scene and resultboard? do you have any Idea..

or any suggest Plugin for unity 3rd party for playmaker that will easy to make 
thanks

TheBadFeeling

  • Junior Playmaker
  • **
  • Posts: 66
Re: [How] create a quiztable
« Reply #1 on: March 29, 2015, 04:40:25 PM »
Sounds a bit fluffy, but I think I would look at using the new Unity 4.6+ UI canvas for shooting some simple quiz questions off.

/Bad
The Force is with you, young Playmaker – but you are not a C# senpai yet.

wetcircuit

  • Full Member
  • ***
  • Posts: 158
    • wetcircuit.com
Re: [How] create a quiztable
« Reply #2 on: April 02, 2015, 12:32:17 PM »
I have been thinking about this too... trying to break it down.
Store the questions and answers as strings, and create an action loop where:
1. display the Question text string
2. Answer strings displayed with UI buttons
3. get/compare/record the answer
repeat...
4. give feedback, review answers...

try an INT SWITCH (LOGIC) action to progress through the variables in your loop. and maybe BOOL COMPARE to control each button's logic based on if it is the right answer.

Many many ways to skin a cat, ymmv