Connecting Tech Pros Worldwide Forums | Help | Site Map

Creating a quiz that the user can change the questions/answers with data interaction.

Newbie
 
Join Date: Jan 2007
Posts: 2
#1: Jan 18 '07
Hi guys! I'm seeking help in creating a quiz that would allow the user to change the questions/answers as an option on the interface itself.
Is it possible?
What database interconnection would be used for this???
If I'm not mistaken, using XML would use hard coding, and that means going out of Flash and doing inputs using for example Dreamweaver..But is it possible to create a program with Actionscripts that would allow the user/administrator to create/delete questions on the interface itself?
All help/info would greatly be appreciated.
Thanks in advance!

Newbie
 
Join Date: Jan 2007
Posts: 10
#2: Jan 21 '07

re: Creating a quiz that the user can change the questions/answers with data interaction.


Quote:

Originally Posted by kixter1108

Hi guys! I'm seeking help in creating a quiz that would allow the user to change the questions/answers as an option on the interface itself.
Is it possible?
What database interconnection would be used for this???
If I'm not mistaken, using XML would use hard coding, and that means going out of Flash and doing inputs using for example Dreamweaver..But is it possible to create a program with Actionscripts that would allow the user/administrator to create/delete questions on the interface itself?
All help/info would greatly be appreciated.
Thanks in advance!

If I am not mistaken you will need to a separate code xml/asp/php or whatever to communicate with the database, I made a calendar application for my job a while back that let users input info for different dates like appointments and what not, I had to use an asp script to access the database and send info to flash and vise versa.
Reply