PDA

View Full Version : Example: Multiple Choice XML Quiz


Brett
09-15-2005, 11:55 AM
This project allows you to build a multiple choice quiz which dynamically takes its questions from an XML file. To use it, download the attached .apz file and open it with AutoPlay Media Studio 6.0.

The xml file used for quiz questions is in the project's AutoPlay\Docs folder. The file is called "quiz_file.xml". You can edit this file using a text edior.

Much of the script is in Global Functions and in the On Preload event of the "QuizPage" page.

This project uses the following objects and skills:

ComboBox object, Paragraph object, XML actions, functions, tables.

You could enhance the security of this project by encrypting/decrypting the xml file using the Crypto actions.