Step 6 - Add answer options a. 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:
[as]
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); } [/as]
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.