Flash Quiz/Survey help!!!

Hello everyone...this is a desperate cry for help...I am
using Flash's quiz template to create a survey...I disabled the
"weighting" and "feedback" under Component inspector....but now I
just need to change the "control button" to say "submit" and also
to save the user-entered results for the different types of
questions....true/false, multiple choice and fill-in-the-blank to a
text file. Does anyone know how to do this??? I would really
appreciate any help!

if you're a novice of Flash & actionscript, I just
suggest that you can try other well-built and easy quiz
applications, such as "Hot Potatoes" (
http://hotpot.uvic.ca/),
"QuizCreator" (
http://www.sameshow.com/quiz-creator.html),
etc.,
or you may have a look at Tony Karrer’s guide "Flash
Quiz Tools" at
http://elearningtech.blogspot.com/2007/11/flash-quiz-tools.html
for what you want. :-)
William Peterson
Senior eLearning Analyst

Similar Messages

  • Flash Quiz Template HELP Please!

    I created a quiz using the Flash Quiz Template and everything
    works fine. What I'm wondering is how do I make it so that it gives
    a different frame when the user fails and when the user passes.
    Please help. I am desperate here.
    Thank you very very much.

    hi,
    I need some i am using quiz templates and my problem is when
    i make the swf file and test the quiz it works good , but when i
    press the enter key , the quiz doesn't work and repeat and go to
    the first screen , i don't know if i have to block the enter key or
    how i can resolve this ?
    Thanks a lot

  • Flash Quiz Result Help

    Hi! I'm new to Flash and I'm wondering if someone can help me
    with the personality test I'm doing for my personal site.
    I made a quiz using the quiz template available in Flash 9. I
    have 15 questions which is divided to 3 questions per
    category...the 5 categories are: Food, Fashion, Travel, Art and
    Music. I already finished the questions part, my problem is how to
    customize the result where I can calculate the score for each
    category by using a bar graph.
    ex: the result is
    1 Food
    2 Travel
    2 Music
    1 Art
    3 Fashion
    the graph wil be:
    1 yellow bar, 2 purple bars, 2 green bars, 1 red bar, 3 blue
    bars.
    If the user have no correct answer on a category no bars will
    appear.
    I don't know what to do huhuhu...I tried searching for
    tutorials but no success :(
    Need you expert help badly :(
    -Andrea

    if you're a novice of Flash & actionscript, I just
    suggest that you can try other well-built and easy quiz
    applications, such as "Hot Potatoes" (
    http://hotpot.uvic.ca/),
    "QuizCreator" (
    http://www.sameshow.com/quiz-creator.html),
    etc.,
    or you may have a look at Tony Karrer’s guide "Flash
    Quiz Tools" at
    http://elearningtech.blogspot.com/2007/11/flash-quiz-tools.html
    for what you want. :-)
    William Peterson
    Senior eLearning Analyst

  • Sending flash quiz results to an LMS

    Hey Guys,
    Using Flash CS3, having issues getting flash to send quiz results to a LMS. Using the Flash quiz templates, exporting with SCORM 1.2 compliance. The LMS is able to track times attempted and if the lesson was complete or not, however the quiz results don't reach the LMS.
    I think this can be resolved in the actionscript or the javascript that gets exported with the HTML file
    Apparently you can control the javascript functions with FScommands from actionscript
    Something like fscommand ("LMSSetValue","cmi.core.score.raw" + "," + integer);
    I don't know where in the actionscript this should be triggered from
    I can't find documentation from adobe about this function
    Has anyone else come across this issue?

    In case anyone was interested in an answer to this
    Apparently fscommands are an older way of getting data to an LMS
    The current way of doing it is using an external class to handle calls to and from the LMS
    Philip Hutchison's site http://pipwerks.com/ has alot of helpful information on this topic
    A good starting point is here http://pipwerks.com/2008/04/27/how-to-add-basic-scorm-code-to-a-flash-movie/
    Hope this helps someone

  • Flash Quiz Template

    Does anyone know how I can make the flash quiz tamplate not
    require the user to click on the Submit button then click the next
    button to get the next question. I'd like the user to just simply
    select the answer and the next question comes up but still submits
    the answer to the LMS for scoring.
    Thanks

    Hi, your idea on the quiz seems really interesting. But I'm
    sorry I cannot help you this way. I'd like to know how do you make
    the "SCORM compliant quiz"? Do I have to use Captivate to generate
    SCORM package?
    William Peterson
    http://www.sameshow.com/blog/2008/08/18/make-scorm-compliant-quiz-for-lms-online-learning. html

  • Flash quiz

    Hi I am trying to create a flash quiz using Orielly's
    ActionScript for Flash MX: The Definitive Guide, 2nd Edition.
    However i can't get mine to work?? So basically i can't work out
    what i'm doing wrong is there anything wrong with this as?

    I'd rather try to help you solve it, otherwise you are not
    going to learn much. Struggling to solve something is often the
    best way of learning.
    First you need to get rid of some of that code. If all of
    those on release function are in the same frame, then the second
    half of them have to be moved to the frame where "q2" is.
    Next, you need to make sure you have given the instance names
    you use in the code to your buttons via the properties panel.
    Instance names are NOT the names you used in the library for the
    buttons, though they could be if you assign them to be the same.
    Lastly, you should use the trace() function. It is a handy
    tool for troubleshooting code. You can use it to see where
    something stops working as well as to see the values of things.
    In your first button's function, change it to add a trace
    statement (you can add as many as you need wherever you need them):
    // Code executed when button 1 is pressed.
    choice_1btn.onRelease = function () {
    trace("Choice 1 selected");
    q1answer = 1;
    gotoAndStop("q2");
    If you do not see "Choice 1 selected" appear in the output
    panel after you click the button, you know there is something wrong
    with how you've implemented that button.
    You could add another trace statement in the actions frame
    where "q2" is to let you know if you ever got there.
    trace("Arrived at q2");
    trace(q1answer);
    And it would make it easier for me to read your postings and
    help you if you do not quote what I say... I know what I said, and
    can refer back to it if need be. It makes it hard to find where you
    might be saying something.

  • Flash quizes

    Hello
    I am trying to create a questionnaire and came accross the
    flash quiz template. It seems like a perfect solution to what I am
    trying to do, but have a quick question from my first look at the
    files. I would like to add more than the allowed number of
    instrance names (8 at the moment). Is there any way to do this?
    I am sure there will be many more questions I have to ask as
    I am only a basic user when it comes to components and
    actionscript, but all help and knowledge would be greatly
    appreciated.
    Thanks in advance

    Thanks for the responses.
    I had a look at QuizMaker and downloaded a demo,
    unfortunately it doesn't seem to be able to do what I need, which
    is a shame because it is a nice piece of software.
    I am trying to create a questionnaire that has various
    question types; pick one from a selection, input text, ranking
    answers, yes/no and scale (poor to excellent).
    I need the results to be either emailed, stored on a
    PC/webspace or entered into a databse (preferably access).
    It needs to run as a projector so the users cant close the
    file down (on purpose or accidentally) and to send the results once
    the finish button is pressed.
    The look needs to be fully customisable, buttons,
    backgrounds, text etc..
    To top it all off it needs to be touch screen compatible...
    All the solutions I have come across so far seem to be able
    to do some things but not others and like I said previously I am
    not a whizz at actionscript and programming, but if I had somewhere
    to start I am sure it will begin to make more sense.
    Perhaps I should look at using director instead?
    Any help/advice is always appreciated, thanks in
    advance...

  • Flash CS5 Button Help

    To start, I'm a total newbie in Flash, so I'm sorry if what I'm asking is ridiculously primitive, but I was literally thrown into this blindfolded and I'm using google and several forums to help me out.
    What I'm doing:  redesigning a website.  At the moment, the website has a flash file that introduces it's logo and subcategories of its' website on the top of the page.  What I wanted to do was make sure there was a hyperlink on the logo that would bring anyone back to the homepage, very basic stuff.  The issue I have run into is that the logo is actually a flash movie.  Different parts of the logo appear at different times, and I think this is what is specifically causing me issues.
    The logo that I want to hyperlink has several layers, and what I've done so far is select them all and create a button (F8, select 'Button' and rename it).  When I did that, I noticed the layers significantly changed and when I tested the movie, it looks terrible, choppy and not how it originally looked.
    I know the step after that is to go into behaviors and insert the url to which I want it to be hyperlinked.  The only thing is that I don't want to show a terrible flash movie to my boss even if it's hyperlinked to the homepage. 
    Anyone understand all that gibberish I wrote down?  Or does anyone see a flaw in what I'm doing?  I'm not 100% positive if the steps I'm taking are correct, I've been to several different sites, all of which tell me to do different things. 
    Initially I tried coding it with ActionScript, but I was having terrible issues with that as well. 
    If it helps, the file I'm working on was altered a while back.  Could it be that the file is not compatible or proper for Flash CS5? 
    Help!!!

    ... how do I give that shape/button a url?
    Since it is a button, it is already a self animating object that will react to mouse interactions, but only visually at this stage.  The first thing you need to do to make it useful code-wise is to assign it a unique instance name.  So you drag a copy of it out to the stage from the library, and while it's still selected, you enter that unique instance name for it in the Properties panel... let's say you name it "btn1"
    In AS3, to make a button work with code, you need to add an event listener and event handler function for it.  You might need to add a few (for different events, like rollover, rollout, clicking it, but for now we'll just say you want to be able to click it to get a web page to open.  In the timeline that holds that button, in a separate actions layer that you create, in a frame numbered the same as where that button exists, you would add the event listener:
    btn1.addEventListener(MouseEvent.CLICK, btn1Click);
    The name of the unique function for processing the clicking of that button is specified at the end of the event listener assignment, so now you just have to write that function out:
    function btn1Click(evt:MouseEvent):void {
       var url:String = "http://www.awebsite.com/awebpage.html";
       var req:URLRequest = new URLRequest(url);
       navigateToURL(req);
    ... how do I know it's properly placed on the correct area?
    What area?  If you place it where you want it, that should be correct. (?)
    ... how do I make sure it's invisible...?
    If you can't see it when you test the file and you know it's there and your cursor turns into  a hand when you are over where it should be, it's invisible.
    ...how do I see the other objects in the flash file I'm working on?
    Select Edit -> Edit Document to get out of the symbol editing mode and back to the file editing mode.  If you doubleclick an object on the stage, rather than clickingit in the library, you open it up in editing mode on the stage, but the stage and everything else will still be visible behind it in a faded tone.

  • I can't open swf files for schoolwork. Installed VCL, Flip4Mac and Adobe flash and shockwave players. Can get white screen with connection erro message with adobe flash player. Help me!

    i can't open swf files for schoolwork. Installed VCL, Flip4Mac and Adobe flash and shockwave players. Can get white screen with connection erro message with adobe flash player. Help me!

    Apple dropped playback support for .swf formats in QuickTime almost ten years ago.
    Adobe Flash Player is the only way to view them.

  • Flash quiz game

    Hi
    I'm making a flash quiz game like instructed in this tutorial. http://www.tu-world.com/flash/flash_tutorial_08.php
    After anwsering, it goes to the next frame, really simple. How is it possible that a anwser would be 50% correct?
    Write actionscript for every button:
    on (release){
    gotoAndPlay("02");
    For RIGHT answer write:
    on (release){
    gotoAndPlay("02");
    score++;
    Last frame AS percent=score/4*100 + "%";
    Best regards
    Ekri

    Hei
    The anwsers in my quiz are 50% correct (half a point) if he/she anwser a question that is close, but not tottaly correct.Or for example
    How clean is your room?
    I clean my room every day 100%
    I clean my house once a week 50%
    Never 0%

  • I have the 10.7.4 and I cannot get the Flash Player ,, please help me.

    I have the 10.7.4 and I cannot get the Flash Player ,, please help me.

    If you downloaded it, it's likely in your Downloads folder as a Disk Image .dmg. Just open it and intall Flash player and restart your browser. Everything should work.
    Clinton

  • $$$%%%   Linking flash file PLZ HELP  $$$%%%

    hello and thankyou for whoever is reading this for taking the
    time! Im makinga band
    web site and I made flash buttons in flash 8(not the
    flash buttons in dreaweaver). now I need to add a link to each
    button. How can I do this. I see that a lot of band pages are made
    like this. take a look at www.relientk.com. Thats what im trying to
    make. Can any one help me with Ho I could link a flash file????
    linking flash FILE PLZ HELp
    thank you so much

    See your answer on the DW forum.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "beliy333" <[email protected]> wrote in
    message
    news:enffbg$c3f$[email protected]..
    > hello and thankyou for whoever is reading this for
    taking the time! Im
    > makinga
    > band
    web site and I made flash buttons in flash 8(not the
    flash
    > buttons
    > in dreaweaver). now I need to add a link to each button.
    How can I do
    > this. I
    > see that a lot of band pages are made like this. take a
    look at
    > www.relientk.com. Thats what im trying to make. Can any
    one help me with
    > Ho I
    > could link a flash file????
    >
    linking flash FILE PLZ HELp
    >
    > thank you so much
    >

  • Flash quiz templates question

    Hi, I am still using flash 6.0, the version the school gave me, anyway first of all are there any updates available somewhere?  I'm silll with the original 6.0000000 version.
    Now, my main point, I am creating a flash quiz using the templates available, it's really easy and everything is going well.  However, is there a way to redirect the user (getURL) if he has a percentage of say, 80% or higher?  I'd really like to find a way, or else I'll have to go with a cgi or php script, but I don't really like those...
    Best Regards,
    Agaguk Jarin
    lagaguk [at] gmail [dot] com

    onClipEvent (load) {
        curQuest = 0;
        if(_root.Options.QuestToAsk < _root._totalframes-2 && _root.Options.QuestToAsk > 0){
            totQuest = "/ " + (_root.Options.QuestToAsk+1);
        } else {
            totQuest = "/ " + String(_root._totalframes-1);
        function updateFrame () {
            curQuest++;
        updateFrame();
    I'm pretty sure that's it.  This is the code that appears on the result keyframe, if you want, again, I can just upload the source code, it might be easier.

  • Adobe flash webcam crash help,

    adobe flash webcam crash help,
         Hello,
              I have followed all the steps on the site,,  My webcam works on other programs, ie: yahoo, aol, skype.    The crash issue I'm having is, When I turn on my webcam through Firfox - adobe,  The webcam goes on, sometimes for only a second, sometimes for a min, so I know it works, but then every time, all the time it crashes,     Every time, on different sites,    Again I followed all the steps, including, uninstalling, and using 10.,   and then  11.2   and back to where i started with 11.3.
    Please help, and thank you for your time.
    Best wishes,
         Grant
    Problem signature:
      Problem Event Name:    APPCRASH
      Application Name:    FlashPlayerPlugin_11_3_300_262.exe
      Application Version:    11.3.300.262
      Application Timestamp:    4fe20fae
      Fault Module Name:    YCWebCameraSource.ax
      Fault Module Version:    2.0.8342.3407
      Fault Module Timestamp:    4acc3fd6
      Exception Code:    c0000005
      Exception Offset:    00004fca
      OS Version:    6.1.7601.2.1.0.256.48
      Locale ID:    1033
      Additional Information 1:    a7aa
      Additional Information 2:    a7aa91f17ea749d42a4de3b390fa5b3d
      Additional Information 3:    a7aa
      Additional Information 4:    a7aa91f17ea749d42a4de3b390fa5b3d
    Read our privacy statement online:
      http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
    If the online privacy statement is not available, please read our privacy statement offline:
      C:\Windows\system32\en-US\erofflps.txt

    This looks like an Adobe Flash issue, not a Firefox issue. Have you tried asking in the Adobe forums? I did a quick search and found this: http://forums.adobe.com/thread/769338

  • Feedback options in Flash quiz template

    I am a Flash novice using the Flash Quiz template and trying
    to create multiple conditional incorrect feedback responses for
    each question. Currectly the array only has one asset dedicated to
    providing feedback for an incorrect response. Is there a quick and
    easy way to add two more conditional incorrect feedback
    responses?

    Is there no one who knows how to do this?

Maybe you are looking for

  • SAP PI7.11 adapter RFC sender issue after migrating to SAP ECC6

    Hi, After the migration of our backend from SAP 4.700 x 200 to SAP ECC6 unicode (kernel 7.20)), we have a issue of connexion to our SAP PI 7.11. A part of the field in ECC6 are not well mapped by the abapter sender RFC to the xml in PI. I join a scre

  • How add pointer to sports highlight movie

    how do I add pointer to sports highlight video? making highlight videos of my daughter for sports recruitment. thanks

  • Materialized view and  subqueries

    Hi everyone, I have a big SQL which has a lot of (select (select ...) as) statements (subqueries inside the relational projection statement). In Oracle 8i, as in 9i, I can4t create a materialized view with this kind on query. It gives me the error 's

  • How do i disable firefox updates?

    Every time I turn off automatic updates I get a reminder anyway as soon as I restart firefox. the option to disable updates DOES NOT WORK. I also have to type a new question everytime cause there is no way to check what I've already asked and chat su

  • Can I extract photos from a slideshow?

    I was given a slideshow someone made. It is identified as VIDEO_TS.VOB and opens in VLC. It won't play in Quicktime. Anyway, is there a way of extracting the original photos from the slideshow? Thanks for any help you might be able to give.