Any chance an AS3 version will be done soon? This is exactly what I’m looking for but need AS3 .
I am resizing this to fit into a 1024×768 format. I would like to know how to change the X Y coordinates because I want to center it on the stage. Thank you.
- Has been a member for 3-4 years
- Exclusive Author
- Author was Featured
- Sold between 10 000 and 50 000 dollars
- Bought between 10 and 49 items
- United States
- Referred between 50 and 99 users
You can either program a resize code to shift and center the content when you change the window size (lots of files on FD to help you there, or simply try google)
or… you can shift the contents of the movieclips manually to be centered within a 1024×768 window.
I need a quiz that can allow up to three players to compete against each other, keep score and announce a winner at the end. Can this do what I need?
Is there a way to have an image placeholder within the quiz and then based on the question, have an image appear inside the placeholder? As the user goes to each next question, the image is swapped out for the new image file referred to from the xml doc…
Is there any way to customize the text that pops up at the end of the quiz. Right now it just says “GOOD JOB !” even if you failed. Can you have it change based on how many the person got right?
Thank you! Great, easy quiz file.
Thanks animike! I’ll report back as soon as I get a chance to implement the solution.
One more question: is it possible to track how many people take the quiz? My boss wanted this feature but failed to mention it until after I’d already made it and uploaded it and sent out the link. He insists on it for next time. Any ideas?
Thank you so much! I appreciate your prompt response.
you can track it, but in this instance, you would have to do it outside of my file. you could install a simple counter on the page you are hosting it from, but other than that I’m afraid I don’t have too much knowledge to offer you. I’d hit up google. Thanks for purchasing.
Hi Animike,
Just purchased the quiz. Looks good.
I need to customise the multi_a, multi_b, multi_c, and multi_d and multi-e buttons (I had to make a fifth one, I’ve adjusted the XML ) to be photos of five different people. The user has to click on the person to get the answer. I’ve subsituted photos for the button backgrounds – so far so good.
But at the moment the actionscript on multi_mc is set up for here to be only one rollover state for all five buttons. I need five for each of the five people.
Is this possible?
Many thanks….
Hi Animiike,
How can I add more questions? I’ve added them in the XML (v. carefully) and adjusted the AS like so for six more questions:
//load the next question function nextQuestion() { if (a_xml[n_q].style == “multi”) { clipHolder.attachMovie(“multi_mc”,”clip”,0); clipHolder.clip.title_txt.text = “Question #n_curr clipHolder.clip.ask_txt.htmlText = a_xml[n_q].ask; clipHolder.clip.multi_a.q_txt.text = a_xml[n_q].choices.childNodes0.firstChild.nodeValue; clipHolder.clip.multi_b.q_txt.text = a_xml[n_q].choices.childNodes1.firstChild.nodeValue; clipHolder.clip.multi_c.q_txt.text = a_xml[n_q].choices.childNodes2.firstChild.nodeValue; clipHolder.clip.multi_d.q_txt.text = a_xml[n_q].choices.childNodes3.firstChild.nodeValue; clipHolder.clip.multi_e.q_txt.text = a_xml[n_q].choices.childNodes4.firstChild.nodeValue; clipHolder.clip.multi_f.q_txt.text = a_xml[n_q].choices.childNodes5.firstChild.nodeValue; clipHolder.clip.multi_g.q_txt.text = a_xml[n_q].choices.childNodes6.firstChild.nodeValue; clipHolder.clip.multi_h.q_txt.text = a_xml[n_q].choices.childNodes7.firstChild.nodeValue; clipHolder.clip.multi_i.q_txt.text = a_xml[n_q].choices.childNodes8.firstChild.nodeValue; clipHolder.clip.multi_j.q_txt.text = a_xml[n_q].choices.childNodes9.firstChild.nodeValue; } correct = a_xml[n_q].correct; }
Unfortunately, the quiz goes to “Play again” after only three questions. Can’t find where I can amend this so it plays all 9 questions.
Thanks for your help!
How do your turn OFF random questions so that the questions stay the same sequence as the XML file?
((( Nevermind )))
Found ANSWER :
comment out line 47 – scrambleArray(a_xml);
Odd. When I comment out line 47 – scrambleArray(a_xml); the title_txt disappears on the quiz. even when I add the line back in… the title_txt still doesn’t show up? Hmm…
Hello.Is there a way to add a sound file to each question? like having the question read to you?
I’m assuming it’s not a simple task? Also, what is the maximum amount of choices i can have for a single question? Thanks!
Hey great file, One question. Is there a way to bypass the begin.mc and go straight into the 1st question?
thank you!
Hi there,
Is there anyway of having the answers over two lines a
wont work.
thanks
Hi!
I just bought this awhile ago and I know its a great sample.
However, I just need to change a couple of things but I am not exactly sure how.
1. I need to change the font size for the answers to something bigger and probably change the color as well.
Can I do this through the XML file or inside the AS?
2. On this quiz you made 4 choices for the answers A, B C and D. Now I figured out how to make another one (E).
But I only need to have choice E only for one of the questions, not for all of them.
I have tried placing choice E inside the multi mc but I think that won’t do it since it appears in all of the multiple choices.
Is there a way I can go around this? Thank you so much.
@ani thanks! My cousin bought this actually but I am the one who is tinkering with it.
I hope I can figure this one out.
To all those who want to do some customization. I can offer such service. My mail/messenger: kaosfrack [at] gmail [dot] com
Hello!
I am trying to insert the file into Wordpress with great difficulty! Do you happen to know how to do this?
Thank you for your response in advance!

sorry i’ve been swamped. i’ll move it up in my queue of things to do. Thanks for the interest. i have a few files that I want to get online, but I’ve been so busy.