Welcome Guest! To access all forums & features, please register an account or sign-in. → Why register?



[Actionscript] Multiple Choice Quiz with Questions Populated from SQL


2 replies to this topic - - - - -

#1 pierre626

    Neowinian

  • 62 posts
  • Joined: 10-May 05
  • Location: Sunderland, England

Posted 15 March 2012 - 23:41

Hi all,

Just wondered if this was at all possible, can't seem to get my head round it.

Got a table for the questions with the fields of question, answer_a, answer_b,answer_c and finally correct answer.

Any feedback would be greatly appreciated.

Thanks for reading.


#2 Kami-

    ♫ d(-_-)b ♫

  • 3,624 posts
  • Joined: 28-July 08
  • Location: SandBox

Posted 16 March 2012 - 11:42

Yes, it's possible.

#3 paxa

    Resident Fanatic

  • 735 posts
  • Joined: 04-June 04
  • Location: so far away....nearly in the end of the world

Posted 16 March 2012 - 19:17

first of all flash or flex? how are you getting the data? php service? wcf service http request??
me i would load the service, get the data and inject it to a value object.
then on my view(component) show the data.
hope this gives you some pointers