How to Create Interactive Multiple-choice Quiz in Adobe Flash CS4
This article has been added to your 'Articles to Read' list.

page 2
Sarra jiang
The author is a senior expert in eLearning who works at Wondershare E-Learning department. Wondershare Software is an industry-leading learning and training software application provider. You could get more eLearning tool for your teaching and training, such as PowerPoint to Flash converter, Quiz Maker and so on.
View all articles by Sarra jianga. Select Window > Component Inspector. On the Component Inspector, click data, then the Value dialog box appears.
b. Click + to add answer options, and then replace the defaultValue as answer options, here the options are: thriller, billie jean, bad and the way you make me feel. After that, click OK.
c. On the Component Inspector, click labels, then the Value dialog box appears. Please following the same steps above to add the values by adding the + button.
Step 7 - Add submit button
a. Select Window > Common Libraries > Buttons, then the Libraries buttons dialog pop up.
b. Choose a button and drag it to stage.
c. Double-click the button, and then rename the button as Submit. You also could set the size of the button at the Propertites panel.
Step 8 - Insert a keyframe and delete the elements on the frame
Step 9 - At keyframe 2, insert a dynamic text box
a. Select the Text tool (T).
b. In the Property inspector (Window > Properties), select Dynamic Text type.
c. Draw a rectangular text box, this is the feedback area when quiz-takers choose the right or wrong answer.
d. Select the rectangular text box, and input jg to the Variable box at the Properties panel.
Step 10 - At At keyframe 2, add Back button
Just following the same steps at step 8 to add button rename the button as Back.
Step 11 - Open the Action panel and add scripts
a. Add scripts to Back button.Click the Back button, input the following scripts:
on (release) { gotoAndStop(1); jg = ""; }
b. Add scripts to Submit button.Click the Submit button, input the following scripts:
on (press) { if (box.getValue() == "billie jean") { jg = "Sorry, wrong answer! Please select again!"; } if (box.getValue() == "bad") { jg = " Sorry, wrong answer! Please select again!"; } if (box.getValue() == "the way you make me feel") { jg = " Sorry, wrong answer! Please select again!"; } if (box.getValue() == "thriller") { jg = "Congratulations! Triller is Michael's first song to air on MTV"; } gotoAndStop(2); }
c. Add scripts on frame 1. Click frame 1, input the following scritps: stop();
Step 12 - After these steps, the question is created.
You could follow these steps to create more multiple choice questions If that's too complicate to you, you could choose some 3rd party quiz makers to make multiple choice quiz for you. Wondershare QuizCreator is such a good Flash quiz maker that help you create multiple Flash quiz with ease.
Spread The Word
27 Responses to "How to Create Interactive Multiple-choice Quiz in Adobe Flash CS4" 
|
said this on 14 Aug 2009 11:53:14 PM CDT
Really cool man. Im new t
|
|
said this on 15 Aug 2009 5:20:24 PM CDT
Awesome article thanks fo
|
|
said this on 18 Aug 2009 8:07:15 AM CDT
thx i do it in 10 minutes
|
|
said this on 18 Aug 2009 2:27:33 PM CDT
It's not working for me,
if (box.getValue() == " jg = "gz! c } ; |
|
said this on 24 Sep 2009 4:19:30 AM CDT
Hey Ville i'm also new to
|
|
said this on 29 Sep 2009 7:07:46 PM CDT
Ville
I had the same pro |
|
said this on 04 Dec 2010 8:57:09 PM CDT
Thank you!!...that was my
|
|
said this on 04 Oct 2009 2:17:29 PM CDT
i'm realy a noob so if sb
http://up.servut thx for that |
|
said this on 09 Oct 2009 8:25:05 PM CDT
This ROCKS!!!! I love it!
|
|
said this on 28 Oct 2009 8:56:49 AM CDT
Cool! One question...
On |
|
said this on 10 Nov 2009 7:10:16 AM CDT
this is very usefull to t
|
|
said this on 10 Nov 2009 10:14:11 AM CDT
I'm new to flash too,I ha
|
|
said this on 10 Dec 2009 6:18:22 AM CDT
I'm new to flash too,I al
|
|
said this on 14 Dec 2009 7:29:18 PM CDT
Ya i'm new and the proble
|
|
said this on 15 Dec 2009 4:00:24 AM CDT
change the color with the
|
|
said this on 11 Jan 2010 3:28:58 AM CDT
if you decide to make mor
|
|
said this on 17 Jan 2010 2:07:56 AM CDT
This is a very Good Tutor
Thanks for t many |
|
said this on 19 Feb 2010 10:26:19 AM CDT
Excellent Tutorial :D
What code do I need to Thanks in advance!!! |
|
said this on 17 Mar 2010 4:36:03 AM CDT
Thanks for this quiz it w
|
|
said this on 23 Apr 2010 2:03:41 AM CDT
Thank you very much. I ha
|
|
said this on 23 May 2010 1:07:44 AM CDT
Thank you very much. I li
|
|
said this on 29 May 2010 5:38:32 PM CDT
when i hit the wrong answ
|
|
said this on 07 Jun 2010 3:05:43 AM CDT
COOL! I love flash. I am
|
|
said this on 17 Jul 2010 2:29:25 AM CDT
very good tutorial
|
|
said this on 29 Dec 2010 10:57:59 PM CDT
this is awesome and thank
|
|
said this on 16 Jan 2011 8:19:52 PM CDT
Not as clear as it needs
|
|
said this on 24 Aug 2011 10:23:05 AM CDT
I agree, Step 8 is a litt
|


Author/Admin)