Widget is a component used in survey and quiz. It Loads questions from XML file within the app. Find below for screenshots of the Widget.
Survey Quiz start view
Initial View
Survey Quiz start view
On start view, Timer ticks, navigate with buttons.
Can click 'Finish' button to end test which will display the results as below.
Here again you can take another test/Quiz by selecting another test/Quiz on left.
Find below for XML file format.
<?xml version="1.0" encoding="utf-8"?>
<root>
<test name="Flex3 AIR1" count="1" duration="10">
<questions>
<question>Which of the following are necessary parameters for the [Event] metadata tag?Choose one:</question>
<options>
<a>name="eventName"</a>
<b>type="package.eventType"</b>
<c>class="className"</c>
<d>package="package.eventType"</d>
</options>
<answer>a</answer>
</questions>
<questions>
......
......
</root>
Includes:
- Flex4.6 project (well commented)
Contact: jackbing30@gmail.com
















