ActiveDen

XML Quiz - Multiple Choice & TF

  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
  • United States
valhallaconquers says

Any chance an AS3 version will be done soon? This is exactly what I’m looking for but need AS3 .

Posted 2 years ago
Author
animike animike replied

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.

Posted 2 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
  • United States
strekergraphix18 says
Purchased

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.

Posted 2 years ago
  • Has been a member for 3-4 years
  • Exclusive Author
  • Sold between 10 000 and 50 000 dollars
  • Bought between 10 and 49 items
  • United States
  • Referred between 50 and 99 users
animike says
Author

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.

Posted 2 years ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
wardle_robert says

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?

Posted 2 years ago
Author
animike animike replied

sorry no

Posted 2 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
davisandco says
Purchased

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…

Posted 2 years ago
Author
animike animike replied

it can be done, but that is custom work.

Posted 2 years ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
UVaMag says
Purchased

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.

Posted 2 years ago
Author
animike animike replied

give me a little while and i’ll post a response to this question.

Posted 2 years ago
Author
animike animike replied

Hey. I made a FAQ entry for that request. It would be helpful if you gave it a go and see if it makes sense and if you are able to implement the solution. Please let me know how you make out. Thanks.

Posted 2 years ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
UVaMag says
Purchased

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.

Posted 2 years ago
Author
animike animike replied

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.

Posted 2 years ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
iancraig says
Purchased

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….

Posted 2 years ago
Author
animike animike replied

hey. i’m not 100% sure what you are asking, or how you are setting up your file. email me through my profile. We can then start a dialogue about this. maybe you can send me your files in progress.

Posted 2 years ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
iancraig says
Purchased

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!

Ian (info@iancraig.com)

Posted 2 years ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
grrlduda says
Purchased

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);

Posted 2 years ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
grrlduda says
Purchased

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…

Posted 2 years ago
Author
animike animike replied

hmm. try restarting flash. is the font embedded?

Posted 2 years ago
Author
animike animike replied

hmm. try restarting flash. is the font embedded?

Posted 2 years ago
Purchased
Default-user grrlduda replied

Ah, Lithos font—I don’t have. I just changed the Font Style and now it works. Thanks!

Posted 2 years ago
  • Has been a member for 2-3 years
  • Bought between 50 and 99 items
kenito says

Hello.Is there a way to add a sound file to each question? like having the question read to you?

Posted 2 years ago
Author
animike animike replied

Not out of the box. That would require custom work.

Posted 2 years ago
  • Has been a member for 2-3 years
  • Bought between 50 and 99 items
kenito says
Purchased

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!

Posted 2 years ago
Author
animike animike replied

it is not impossible, but would require some developer a few hours to do it. max and min is 4 i believe. 2 for true and false. it has been years since i coded this thing.

Posted 2 years ago
  • Has been a member for 4-5 years
  • Bought between 10 and 49 items
mercurial says
Purchased

Hey great file, One question. Is there a way to bypass the begin.mc and go straight into the 1st question?

Posted 1 year ago
Author
animike animike replied

in the code, delete lines 135-139

clipHolder.attachMovie(“begin_mc”,”clip”,0);
clipHolder.clip.begin.onRelease = function() {
completedText();
nextQuestion();
};

and add this after buildGame(); (line 65)

completedText(); nextQuestion();

Posted 1 year ago
  • Has been a member for 4-5 years
  • Bought between 10 and 49 items
mercurial says
Purchased

thank you!

Posted 1 year ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
pauld2010 says
Purchased

Hi there,

Is there anyway of having the answers over two lines a
wont work.

thanks

Posted 1 year ago
Author
animike animike replied

Not presently no. You’d have to go in and edit the file.

Posted 1 year ago
  • Has been a member for 1-2 years
ArtAvenir says

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.

Posted 1 year ago
Author
animike animike replied

Long story short, you have to edit the xml and the FLA … You also have to edit the way the file parses that new data. it is not a quick fix.

Posted 1 year ago
  • Has been a member for 1-2 years
ArtAvenir says

@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.

Posted 1 year ago
  • Has been a member for 1-2 years
kaosfrack says

To all those who want to do some customization. I can offer such service. My mail/messenger: kaosfrack [at] gmail [dot] com

Posted 1 year ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
jades says
Purchased

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!

Posted 10 months ago
Author
animike animike replied

unfortunately no. i hate to ask, but did you “google” your question?

Posted 10 months ago

You must sign in or sign up to purchase this item.

$6Regular Licence

$6

Regular Licence a website (commercial, personal, client), free game, e-card, or presentation - Details

477 Purchases 80 Comments

Buyer Rating
12345 ( 77 ratings )
animike

animike

  • Has been a member for 3-4 years
  • Exclusive Author
  • Sold between 10 000 and 50 000 dollars
  • Bought between 10 and 49 items
  • United States
  • Referred between 50 and 99 users
View Portfolio
Created 13 September 08
ActionScript Version AS2
Documentation Well Documented
Flash Files Included Flash FLA, XML Files, HTML Files
Opens With Flash 8 (8+)
Published Size 28kb
by
by
by
by
by