Quiz result not showing up in Edge

Hi there Edgers
Really hoping someone can help me out with this problem. I've used Redesigns code(Seen Below) to design a quiz in Animate.
I have two problems, when the first question is answered, it skips to the 3rd question instead of the 2nd. I am not sure why this is as I have have checked for overlapping buttons, there are none and it does not occur on any other questions, only the first. Second problem is the quiz reult is not showing up at the end, I have the "grade" and "result" divs in my timeline but when they are reached they do not change to display the quiz results.
Help would be much appeciated
i = 0;
sym.$("btn4","btn24","btn34","btn44","btn54","btn64","btn74").click(function(){
          i++;
          sym.play("s" + i);
          if (i==1){
                    q1 = 10;
                    //sym.$("question1").html(q1);
          if (i==2){
                    q2 = 10;
                    //sym.$("question2").html(q2);
          if (i==3){
                    q3 = 10;
                    //sym.$("question3").html(q3);
          if (i==4){
                    q4 = 15;
                    //sym.$("question4").html(q4);
          if (i==5){
                    q5 = 15;
                    //sym.$("question5").html(q5);
          if (i==6){
                    q6 = 20;
                    //sym.$("question6").html(q6);
          if (i==7){
                    q7 = 20;
                    //sym.$("question7").html(q7);
          var FinalScoreHolder = q1 + q2 + q3 + q4 + q5 +q6 +q7;
          if (i=7){
                    //var FinalScoreHolder = q1 + q2 + q3;
                    sym.$("grade").html("You scored "+FinalScoreHolder+"%");
                    if (FinalScoreHolder >= 90) {
                    // play the timeline from the given position (ms or label)
                    sym.play("pass");
                    } else {
                    // play the timeline from the given position (ms or label)
                    sym.play("fail");
As a side note, this quiz appears at the end of a 8 section mulitmedia learning environment. The code obove is the only code present in the "creationcomplete" window, the rest is done in the timeline.
George

In you if statement you need to change  the if statement from i=7 to i==7;  when you compare you need the double equal sign.
var FinalScoreHolder = q1 + q2 + q3 + q4 + q5 +q6 +q7;
          if (i==7){
                    //var FinalScoreHolder = q1 + q2 + q3;
                    sym.$("grade").html("You scored "+FinalScoreHolder+"%");
                    if (FinalScoreHolder >= 90) {
                    // play the timeline from the given position (ms or label)
                    sym.play("pass");
                    } else {
                    // play the timeline from the given position (ms or label)
                    sym.play("fail");

Similar Messages

  • Quiz results not correct

    A number of users who are doing some elearning material I have created are having problems with the quiz.
    If they get any of the answers wrong they have to retake, however the answers are not clearing, and if they do get all the questions

    Hi
    I am using Captivate version 4
    Quiz Settings:
    Reporting is enabled
    LMS = SCORM
    Report status = pass / fail
    Report to LMS = Score
    Report date = quiz results only
    Reporting level = Interactions and score
    Settings
    Show progress
    Show score at end of quiz are set
    Pass/Fail
    100%
    If fail
    Infinite attempts
    Show retake button

  • Captivate 5.5 Quiz Results Analyzer Showing All Answers As Skipped

    We are running Captivate 5.5 and posting our results to an internal server.  The results post and show the correct number of quiz attempts and show that we either passed or failed but it shows all questions as skipped.  I found a patch for a .dll that supposedly by updating corrects this issue but we tried that and it did not work.  Does anyone have any thoughts on fixing this?  Basically at this point if we want to run this we HAVE to get this fixed or it is pretty useless.

    I'm have the same exact problem except results are posted to Acrobat.com.  All questions are showing as skipped.  Can anyone with this? 
    Thanks

  • Elements do not show up in edge file but they do in HTML file; no errors occured

    I am a senior in college working on building a website for a fictional company for a year-long thesis graphic design project. In my class last semester, I learned how to use Edge Animate and created an 11 page website without any trouble. I had always kept the files saved to my flash drive, and kept a backup on my personal laptop as well as on my external hard drive. There was also a backup of the files on a disc that I turned into my professor in mid-December. All of these files worked fine at the time.
    In early January, I wanted to make changes to the website so I installed a trial version of Edge Animate on my laptop. When I opened any of the edge files from any of the backups, the stage was blank and the animations did not show up on the timeline. The elements of the website still show up in the Library but they are no longer arranged on the stage. When I got back to school at the end of January, I tried opening the files on the school computers and had the same problem. I asked my professor to try the file that was saved to the disc and he encountered the same issues on his computer. All of these computers are either iMacs or Macbook Pros.
    I have not recieved any error messages and did not do anything to corrupt the files or save over them. I am able to open the html files in a browser with no issues; all animations and images work fine. The only change I can think of is that Edge may have been updated over break and when I installed the trial version I installed a newer version, and for some reason the new version of the program could not properly load my project that I started on a older version in October or November of 2013.
    I am happy to upload the files but I am unsure how to do that. Please let me know if there is a way to resolve this issue, or will I have to start over?
    Thank you!

    Try to clear your preference and restart your Animate.See if that fixes your problem
    http://helpx.adobe.com/edge-animate/kb/restore-preferences-edge-animate.html
    If  that does not work see if there is a lloopback address lookup.
    Check out the correct answer in this post to fix that http://forums.adobe.com/message/6116991
    Let us know if this fixed your issue

  • SEARCH RESULTS NOT SHOWING THE NAME OF DOCUMENT

    When I search for a document on the top level, the results in my case are relevant but they do not display the document name, meaning I have to go into the document to check if it is the one I'm looking for. For some reason the name of the file is displayed
    in results as the first line of the document. I use a document template for letters meaning that the search results gives as list of documents that all have the same name displayed. This renders the search function almost useless as all the results are showing
    the same name. Is there a way to change the results page to display the name of the document??

    Hi,
    Based on your description, my understanding is that you want to show search results by document name instead of the Title.
    Here are two links about how to show document name in search results, you can use as a reference:
    http://chris.gg/2011/06/display-filename-instead-of-document-title-in-sharepoint-search/
    http://social.technet.microsoft.com/Forums/en-US/966db1b2-3288-4a31-8c98-19bf0dfc1316/show-search-results-by-document-name-not-by-title?forum=sharepointgeneralprevious
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • Quiz results not appearing in email body

    Using Captivate 2, I set up a quiz that is supposed to send
    its results to e-mail. In the Quiz Manager, on the Reporting tab, I
    have the following settings:
    Enable resporting for this project (checked)
    LMS: email
    Report Pass or Fail: report status as defined by report data
    Choose report data: report quiz results and slide views
    Report score to LMS as: score
    Reporting Level: report interactions and the score
    Then I publish my project. When I run the .htm, no e-mail is
    generated. The only way I can get an email to generate at all, is
    if I click on the Pass/Fail Options tab in the Quiz Manager, and
    set "If passing grade:" action: send email to: (the email address).
    This does generate an e-mail, but the body is blank, with no
    results reported within (even though I specifiying that I want the
    data in the above settings).

    I'm trying to do the same thing... having set up a small
    quiz, a pass mark, and asking for an email to show the score only,
    nothing is generated running it locally. But after uploading to my
    server and running it from there I do in fact get an email. The
    data is in an attachment POSTDATA.ATT which Windows doesn't know
    how to open. But if you change the extension to csv then XL opens
    it fine and reports as requested. The user is identified by the
    sender of the email.
    HTH

  • Podcast Search results not showing all episodes

    I'm new to podcasting & our podcast isn't showing up properly.
    When you look at our podcast in the search results, only one episode shows up.
    There are three episodes total, but they show up only if you subscribe to the podcast.
    Is there a way for the search results to show all of our episodes?
    Our iTunes link is http://itunes.apple.com/us/podcast/the-hills-fellowship/id448179201
    Our RSS feed is http://sermon.net/rss/client/thehillsfellowship
    Please help if you can!
    Also, they were uploaded last week...so it's been enough time for them to be processed & show up.

    I'm afraid I can't give you a comforting answer.
    The feed at the URL you quote contains the tag
    <itunes:new-feed-url>http://sermon.net/rss/thehillsfellowship/main</itunes:new-feed-url>
    so the feed iTunes is now using is
    http://sermon.net/rss/thehillsfellowship/main
    and that is the one you should be updating - though in fact they are almost identical and it's possible that the method you are using updates them both.
    The feed at http://sermon.net/rss/thehillsfellowship/main is valid and I can't see anything wrong with it. As you say, it can be subscribed to and shows all three episodes: but the Store page (and thus the search results) show only the first episode.
    The Store should have updated by now: it's not unknown for the Store to get stuck and fail to update for several weeks: usually it eventually updates and I have no idea why it does this. It doesn't happen often, but I have seen the occasional complaint.
    However there is another issue which may be relevant: although the date of the latest episode is July 17th, the feed was updated today:
    <lastBuildDate>Mon, 15 Aug 2011 16:11:23 GMT</lastBuildDate>
    <pubDate>Mon, 15 Aug 2011 16:11:23 GMT</pubDate>
    This raises the possibility that there was something wrong with the feed before (hence the failure to update) but that whatever you've done today cleared it. That would indeed result in the three episodes showing on subscribing but not in the Store - it would take a couple of days or so to catch up.
    If that is the case the Store should update in a day or two. If not, then it might update at some future date or it might not: I can't explain that.
    I should at least give it two or three days and see what happens. Check the Store page using the link you gave, not the Search results as these often lag behind.
    If you don't get a result after several days you could try iTunes Support, but I have to tell you that they don't have a good record for helpfulness and the chances are you won't get anywhere with them.  Go to http://www.apple.com/support/itunes/ - click on 'Other iTunes Store Features' in the list and then on 'Podcasts'. You will see a link to either 'Express Lane', which will guide you eventually to some contact options, or you may see a link to email them.

  • Captivate 5 quiz review not showing correct answers when loaded to LMS

    Hello All. I would really appreciate some help please. Despite the quiz review working correctly when published, i.e. both 'your answer' and 'the correct answer' captions appear in the review, on loading to LMS the review caption does not show the 'the correct answer is' , but instead 'you did not answer this question completely'.
    Any ideas why this should be the case? I've attached screen shots of my quiz preferences for completenes.
    Many thanks in advance.
    Janey

    Do the same modules evidence this behaviour when published and played outside the LMS, e.g. from a web server or on your hard drive?
    If not, it's possible that some setting in the LMS is over-riding what happens at playback.  You could try checking the box under LMS Customisation for Never Send Resume Data and see if that seems to make any difference.  If the LMS is maintaining a record of some previous attempt at the same module then turning off Resume Data might show that up.

  • Formula Result not showing proper result

    Hi friends,
    We have a scenario where if the total is <= 7 then then result *1 and if result >0 then result 0.
    Below is the actual scenario if closed with in <= 7 then result  is (closed with in 7 <= 7)*1 or else 0.  For calculating closed with in <= 7 we used selection and then included this selection in formula. but we don't have any closed with in 7 <= 0 even the result is showing 1. but in the selection its showing 0. please help me out

    Hi Suman,
    Thank you for the reply, yes this is the way im expecting the output. In the screenshot that I have attached  Closed with in 7 days(RKF) is a selection. Using this selection I created a  Closed with in 7 days(formula). The RKF is giving the correct result individually, but wrong result as 1 in Formula.  I request you to please let me know the correct formula that can be included.

  • Database results not showing

    Anyone know why database results would show up blank on a
    dynamic page. The recordset used to make the page tested Ok. The
    search results used to test the recordset result in blank spaces
    where the data results should be. Any ideas?

    Create a DSN in the ColdFusion administrator to the database.
    You should use
    that instead of the path to the database. Then use the
    tablename in the
    query
    Tom Muck
    Dreamweaver Extensions/Articles --
    http://www.tom-muck.com/
    Cartweaver Development Team -
    http://www.cartweaver.com
    Extending Knowledge Daily -
    http://www.communitymx.com/
    "Rusyt9073" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hi, thank you for the reply
    >
    > I used dreamweaver and coldfusion to create the
    index.cfm and results.cfm
    > pages following the "Adobe Wildlife Project" tutorial.
    > I am running this on my own computer as a local host.
    Here is the code for
    > the
    > search page and results page. Can you see any problems?
    Please help if you
    > can
    > :(
    >
    > SEARCH PAGE (index.cfm)
    >
    > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN">
    > <html>
    > <head>
    > <title>The Wildlife Project</title>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1">
    > </head>
    >
    > <body>
    > <form name="form1" method="get"
    action="results.cfm">
    > <input type="text" name="textfield">
    >  
    > <input type="submit" name="Submit" value="SEARCH">
    > </form>
    >
    > </body>
    > </html>
    >
    >
    >
    >
    >
    >
    >
    > RESULT PAGE (results.cfm)
    >
    > <cfparam name="URL.DESC" default="1">
    > <cfparam name="URL.STATE" default="1">
    >
    > <cfquery name="rs_wildlife" datasource="wildlife">
    > SELECT "DESC", LINK, IMAGE FROM
    F:\adobe\data\wildlife.wildlife WHERE
    > "DESC"
    > LIKE
    > '%#URL.DESC#%' ORDER BY "DESC" ASC
    > </cfquery>
    > <cfquery name="newwildlife"
    datasource="newwildlife">
    > SELECT CONTACT, STREET, CITY, "STATE" FROM
    > F:\adobe\newwildlife.CONTACT_INFORMATION
    > WHERE "STATE" LIKE '%#URL.STATE#%' ORDER BY CITY ASC
    > </cfquery>
    > <html>
    > <head>
    > <title>The Wildlife Project</title>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1">
    > </head>
    >
    > <body bgcolor="#000000" text="#FFFFFF" leftmargin="0"
    topmargin="0"
    > marginwidth="0" marginheight="0">
    > <table width="607" height="40" border="0"
    cellpadding="0" cellspacing="0">
    > <tr>
    > <td height="40"><img name="banner2"
    src="images/banner2.jpg"
    > width="607"
    > height="40" border="0" alt="Wildlife Project
    Logo"></td>
    > </tr>
    > </table>
    > <font size="2" face="Georgia, Times New Roman, Times,
    serif"><br>
    > <br>
    > </font>
    > <table width="607" border="0">
    >
    >
    > <tr>
    > <td><font size="2" face="Georgia, Times New
    Roman, Times,
    > serif"> </font></td>
    > </tr>
    > </table>
    >
    >
    >
    > <table width="607" border="0">
    > <tr>
    > <td><font size="2" face="Georgia, Times New
    Roman, Times,
    > serif"><strong>Here
    > is the contact information you
    requested:</strong></font></td>
    > </tr>
    > </table>
    >
    > <br>
    > <font size="2" face="Georgia, Times New Roman, Times,
    serif"> </font>
    >
    > <table width="607" border="0">
    > <tr>
    > <td width="574"> <p><font size="2"
    face="Georgia, Times New Roman,
    > Times,
    > serif">The
    > Wildlife Project<br>
    >
    <cfoutput>#newwildlife.CONTACT#</cfoutput><br>
    > <a
    >
    href="<cfoutput>#rs_wildlife.LINK#</cfoutput>"><cfoutput>#newwildlife.STREET#</c
    > foutput></a><br>
    > CITY,  STATE  ZIP_CODE<br>
    > PHONE<br>
    > <br>
    > </font></p></td>
    > </tr>
    > </table>
    >
    > </body>
    > </html>
    >

  • Continue button in Quiz Results not working.

    On the Quiz Results page, if someone clicks the Continue button, it does nothing no matter pass or fail.  I have these settings:
    Slides 55 and 44 do exist.  Any ideas?

    Hi RodWard,
    Okay, your question was helpful in that it helped me find some things out.  First, continue works if passed, it just takes 5-7 seconds to get there. I fixed that.
    Changing the Required to "Answer All" instead of "Pass Required" fixed the Continue on the fail.  Thanks so much!

  • Script result not showing up in narrative view

    I'm making a org chart as a narrative view.
    If I do not tick "Contains HTML Markup" the result of the script is displayed. If I cut-n-past that content into a HTML file it display the result I'm looking for. However if I tick "Contains HTML Markup" the narrative view displays as empty.I have Attached two screenshots displaying this.
    Any ideas what I'm not doing right? Have I forgotten some config to enable scripts in narrative view?
    this is the script I'm using
    Prefix:
    <script type='text/javascript' src='https://www.google.com/jsapi'></script>
        <script type='text/javascript'>
    if(document.URL.indexOf("saw.dll?Answers") == -1) {
          google.load('visualization', '1', {packages:['orgchart']});
          google.setOnLoadCallback(drawOrgChart);
          function drawOrgChart() {
    if(document.URL.indexOf("saw.dll?Answers") == -1) { 
          var data = new google.visualization.DataTable();
            data.addColumn('string', 'Name');
            data.addColumn('string', 'Manager');
            data.addColumn('string', 'ToolTip');
            var myOrgArray=[];
            var tempStr = "";
    Narrative:
    myOrgArray.push(["@1","@3","@2"]);
    Postfix
         data.addRows(myOrgArray);
            var chart = new google.visualization.OrgChart(document.getElementById('div_orgchart'));
            chart.draw(data, {allowHtml:true});
        </script>
        <div id='div_orgchart'></div>

    Yes, sorry, client is obviously sufficient as well.
    Just tried your code and same behaviour here and it doesn't do squat either. Can't deep-dive into that code right now but it's definitely code-related issue rather than a browser one for example.
    Thought about trying d3js? Would be easier to reproduce for me as I use that more often than Google's data-munching pipe that pushes all your data through Google Analytics
    Edit: Clicked too quickly. Wanted to point you to the SampleApp dashboard page which hosts the example I meant: http://slc02oka.oracle.com:7780/analytics/saw.dll?Dashboard&PortalPath=%2Fshared%2F02.%20Visualizations%2F_portal%2F2.32…
    Username Prodney
    Password Admin123
    Edit 2: Jesus I really should stop clicking "Save Reply" just to not lose it. Simply show your analysis on a dashboard and you're fine. It'll work.

  • Search results not showing book

    I am having great difficulty in getting a book to show up when searching in iTunes. (this is not a back-door way of promotion!)
    Can you help me regarding metadata? This particular book (called Why They Win) has the words 'bridge', 'bidding', 'play' and several other keywords in the description. I thought the words in the description were used to help build search terms. However if these words either singly or in combination are used in the iTunes search box the book never shows up in the search results. What do I have to do to make it appear in search results without typing in the actual title or author which obviously most people will not know in advance?

    It's not compatible with iPhones (nor iPod Touches) - from the book's description page in the store :
    This book is available for download with iBooks on your Mac or iPad, and with iTunes on your computer. Multi-touch books can be read with iBooks on your Mac or iPad. Books with interactive features may work best on an iPad. iBooks on your Mac requires OS X 10.9 or later.
    Requirements: To view this book, you must have an iPad with iBooks 3 or later and iOS 5.1 or later, or a Mac with iBooks 1.0 or later and OS X 10.9 or later.
    Did you create the book with iBooks Author ?

  • Quiz results not displaying in swf file

    I am creating an interactive cd which basically runs a blank
    projector which then loads in various swf files from fscommand
    folder as and when required.
    Part of the CD is a quiz - created using one of the standard
    flash templates. When this is loaded into the main projector as a
    swf file it runs perfectly until it gets to the "results page" - at
    this point it returns the blank templates e.g Answered = 0.
    If you export the quiz as a projector file it runs fine and
    gives the results as expected too.
    Is there a way to make it run properly as a swf?

    Hey Arunbe,
    To be honest I'm pretty new to the Action Script side of
    things - I'm not actually very sure where and how I check that the
    variables are declared properly?!
    I would really appreciate any pointers you could give me in
    this area!!
    I have attached some code from the quiz - it might not be the
    right thing though!
    Thanks for any help you can offer!!!
    Stevie

  • Random test questions quiz results not working

    I have a project with random test questions. It's published in HTML5...Each time I play the project in preview, the test results are accurate and correct at the end...However after I have published the project to my site, all the random test questions are NOT accurately scored in at the end of the quiz...It's tells me basically I got all the questions wrong, when in fact the on each questions my display is clearly stating it's correct.
    If I move the question out of the random test questions and back into the main project...it is scored correctly, but once it's back in the "pools" area, it is scored incorrectly in the final tally as a random test question...Don't have a clue why this is...it's really been time consuming trying to fix it...and my fortune so far fixing anything to do with Captivate is really low! Buggy! I'm using Captivate 8, so have no idea...
    Anyone have any idea what is going on?

    So obvious I don't know why I didn't think of that. LOL
    Many thanks that works.
    It would appear that the only way to adjust the pause is to add time to the
    slide as I am unable to slide the pause back.  But changing the slide of 3
    secs to 3.1 does work.
    Is there an easy way to do this for ALL slides or do I just have to  do it
    one by one.
    Again many thanks
    Andy
    Jeddah by the sea, Saudi Arabia.

Maybe you are looking for

  • Safari and Chrome shutting down

    Safari and Chrome shuttingdown what to do?

  • Terrified I'm going to be cut off :(

    Hi, I recently recieved a letter saying my bills woudl be combined into a single bill and thought great only one bill to worry about instead of one for broadband and one for phone. However I recieved a letter yesterday, it was dated the 13th but I re

  • Linked List, Stacks and Other Data Structures in Objective-C 2.0

    I've checked a little throughout documentation that Apple provides for the different frameworks in order to determine if there were ready-made classes for data structures such as linked lists, stacks and so forth but there don't appear to be any avai

  • Not Show Newly  Added Row

    i want to when after execute emptyrowset() in view object. and add new row to view object adding values to new row object. I checked all the values already added to new row object. but in out put adf table didn't show add new row. below the my code B

  • Desktop is black after downloading 10.8.3 and running external monitor color calibration

    I downloaded 10.8.3 and ran Spectraview ll to calibrate my external NEC monitor. At the end of the process, which seemed to be successful, the desktop is black, making it impossible to use because text is not readable. I used System Preferences to re