CP 8 quiz slides previous button does not

While it worked for a few months, back in the questionnaire slides button is now mobile users (January 2016) to the question instead of back to the previous question or a content slide. Any idea why this happens now and how fix?

I use an LMS (Blackboard), but what is happening within the project, after that it's completely downloaded from the server. I have the 'send data on each slide' verified due to problems with the LMS save scores, I need to be able to see where the data or the connection stopped sending. I have the number of retries set to 3 for most of the questions and the quiz of all. The next button is enabled on the quiz slides where the user goes back and has already presented the right answer on a slide of questionnaire and need to move again after this slide.

Checked the "allow backward movement" seems to work. Thus, checking the back button to show on the properties of quiz for each slide of the questionnaire is not automatically allow the user to come back? I have to do a two-step process - check a button on each quiz slide and the other in quiz preferences.

I can't understand why it worked before, though. Maybe I did something that I have cancelled by publishing this go-around.

Thank you.

Tags: Adobe Captivate

Similar Questions

  • Previous button does not

    Hi all

    I am building an application that uses the full screen as my main screen.

    On any of the screens, the previous button does not work. It has no effect.

    In my view, that the PREVIOUS key should work by default only.

    I am using JRE 5.0.0 and tests on the simulator of 8310...

    I also observed that the onClose() on my full screen is called when I press the BACK button on the Simulator, but I don't know wat to do in the method.

    Thanks in advance...

    Well, I work with the following:

    MyFullScreen:

    public boolean onClose() {
          close();
          return true;
        }
    

    Thanks for the help simon_hain...

  • 100% width slide show button does not appear in the toolbar

    I work with the latest version of Muse - but when you are working with slide shows - the 100% width button does not appear in my toolbar.

    Align is their - but no key width.

    Where is he?

    Hello

    Please ensure that the image of the hero is selected in the slideshow, if you still do not see the 100% button then click on transformation and you'll get the button.

    Please look at the screenshot.

    It coould be 2 reasons for the same.

    1. monitor size is too small to display all the options.

    2 muse is not maximized. (Enlarge the window of muse and it will show the button here)

    Concerning

    Vivek

  • Pause slide show button does not always work

    Hi all..

    I have a slide show with 3 sections. The slide show automatically loop and when to be invited by a button to go to a particular section. I also added a play/pause button that works at the start, however, when clicked on one of the buttons to go to another section, the resumes of slideshow in loop...

    I guess I need to check the weather button is clicked the pause to resume / or not resume the slide show... but I can't find a way to do it. Any help would be great appreciated! -Thank you very much advance! Here is the code:

    Import fl.transitions.Tween;
    Import fl.transitions.TweenEvent;
    Fl.transitions.easing import. *;

    Timer
    var tl:MovieClip =;
    var slideDuration:uint = 12000; / / or use everything which
    var slideTimer:Timer = new Timer(slideDuration,0);
    slideTimer.addEventListener (TimerEvent.TIMER, autoAdvanceF);

    var previousBtn:SimpleButton;

    go_btn.addEventListener (MouseEvent.CLICK, startPlaying);
    pause_btn.addEventListener (MouseEvent.CLICK, stopPlaying);


    var btnA:Array = [one_btn, two_btn, three_btn];

    go_btn. Visible = false;

    function autoAdvanceF(e:TimerEvent):void {}
    nextButtonF (previousBtn) .dispatchEvent (new MouseEvent (MouseEvent.CLICK));
    }

    function nextButtonF(btn:SimpleButton):SimpleButton {/ / use the class of your buttons type}
    for (var i: uint = 0; i < btnA.length; i ++) {}
    If (btnA [i] == btn) {}
    return btnA [(i+1) % btnA.length];
    }
    }
    Returns a null value.
    }

    Load external SWF into the hand
    var Xpos:Number = 0;
    var Ypos:Number = 0;
    var loaderA:Array = [];

    Inclinometer universal function (whenver no matter which button is clicked, the charger will be deleted

    function stopPlaying(event:MouseEvent):void {}

    slideTimer.stop ();
    go_btn. Visible = true;
    pause_btn. Visible = false;
    }

    function startPlaying(event:MouseEvent):void {}

    slideTimer.start ();
    go_btn. Visible = false;
    pause_btn. Visible = true;
    }

    function btnClick(event:MouseEvent):void {}

    slideTimer.reset ();
    slideTimer.start ();

    previousBtn = SimpleButton (event.currentTarget);

    var loader: Loader = new Loader();
    loaderA.push (loader);

    var newSWFRequest:URLRequest = new URLRequest ("SWFs /" + event.target.name + ".swf");
    loader.contentLoaderInfo.addEventListener (Event.COMPLETE, loadComplete);

    Loader.Load (newSWFRequest);
    Loader.x = Xpos;
    Loader.y = Ypos;
    Loader.Alpha = 0;
    addChildAt (loader, 0);
    }

    var tween: Tween;
    function loadComplete(e:Event):void {}
    for (var i: int = loaderA.length - 2; i > = 0; i--) {}
    TL ["tween_" + i] = new Tween (loaderA [i], 'alpha', None.easeIn, loaderA [i] .alpha, 0, 1, true);
    TL ["tween_" + i] .addEventListener (TweenEvent.MOTION_FINISH, onMotionFinish);
    //
    }

    e.target.loader.contentLoaderInfo.removeEventListener (Event.COMPLETE, loadComplete);
    Tween = new Tween (e.target.loader, "alpha", None.easeIn, 0, 1, 1, true);
    }

    function onMotionFinish(e:TweenEvent) {}
    Loader (e.Target.obj). Unload();
    removeChild (e.target.obj);
    loaderA.splice (loaderAIndex (Loader (e.target.obj)), 1);
    e.Target.obj = null;
    }

    function loaderAIndex(loader:Loader):int {}
    for (var i: int = 0; i < loaderA.length; i ++) {}
    {if(loaderA[i]==Loader)}
    Return i;
    }
    }
    Returns - 1;
    }


    Button Listerners
    one_btn.addEventListener (MouseEvent.Click, btnClick);
    two_btn.addEventListener (MouseEvent.Click, btnClick);
    three_btn.addEventListener (MouseEvent.Click, btnClick);



    btnA [0] .dispatchEvent (MouseEvent (MouseEvent.CLICK)) of new;

    No, just use a variable to determine if the pause button has been pressed, or you can use the visible property of your pause_btn

    Import fl.transitions.Tween;
    Import fl.transitions.TweenEvent;
    Fl.transitions.easing import. *;

    Timer
    var tl:MovieClip =;
    var slideDuration:uint = 12000; / / or use everything which
    var slideTimer:Timer = new Timer(slideDuration,0);
    slideTimer.addEventListener (TimerEvent.TIMER, autoAdvanceF);

    var previousBtn:SimpleButton;

    go_btn.addEventListener (MouseEvent.CLICK, startPlaying);
    pause_btn.addEventListener (MouseEvent.CLICK, stopPlaying);


    var btnA:Array = [one_btn, two_btn, three_btn];

    go_btn. Visible = false;

    function autoAdvanceF(e:TimerEvent):void {}
    nextButtonF (previousBtn) .dispatchEvent (new MouseEvent (MouseEvent.CLICK));
    }

    function nextButtonF(btn:SimpleButton):SimpleButton {/ / use the class of your buttons type}
    for (var i: uint = 0; i
    If (btnA [i] == btn) {}
    return btnA [(i+1) % btnA.length];
    }
    }
    Returns a null value.
    }

    Load external SWF into the hand
    var Xpos:Number = 0;
    var Ypos:Number = 0;
    var loaderA:Array = [];

    Inclinometer universal function (whenver no matter which button is clicked, the charger will be deleted

    function stopPlaying(event:MouseEvent):void {}
       
    slideTimer.stop ();
    go_btn. Visible = true;
    pause_btn. Visible = false;
    }

    function startPlaying(event:MouseEvent):void {}
       
    slideTimer.start ();
    go_btn. Visible = false;
    pause_btn. Visible = true;
    }

    function btnClick(event:MouseEvent):void {}
    //////////////////////////////////////////////////////////////////

    {if (pause_btn.visible)}
    slideTimer.reset ();
    slideTimer.start ();
    }

    ///////////////////////////////////////////////////////////////////

    previousBtn = SimpleButton (event.currentTarget);
     
    var loader: Loader = new Loader();
    loaderA.push (loader);
     
    var newSWFRequest:URLRequest = new URLRequest ("SWFs /" + event.target.name + ".swf");
    loader.contentLoaderInfo.addEventListener (Event.COMPLETE, loadComplete);

    Loader.Load (newSWFRequest);
    Loader.x = Xpos;
    Loader.y = Ypos;
    Loader.Alpha = 0;
    addChildAt (loader, 0);
    }

    var tween: Tween;
    function loadComplete(e:Event):void {}
    for (var i: int = loaderA.length - 2; i > = 0; i--) {}
    TL ["tween_" + i] = new Tween (loaderA [i], 'alpha', None.easeIn, loaderA [i] .alpha, 0, 1, true);
    .addEventListener (TweenEvent.MOTION_FINISH, onMotionFini HS) TL ["tween_" + i];
    //
    }
    e.target.loader.contentLoaderInfo.removeEventListener (Event.COMPLETE, loadComplete);
    Tween = new Tween (e.target.loader, "alpha", None.easeIn, 0, 1, 1, true);
    }

    function onMotionFinish(e:TweenEvent) {}
    Loader (e.Target.obj). Unload();
    removeChild (e.target.obj);
    loaderA.splice (loaderAIndex (Loader (e.target.obj)), 1);
    e.Target.obj = null;
    }

    function loaderAIndex(loader:Loader):int {}
    for (var i: int = 0; i<>

    {if(loaderA[i]==Loader)}
    Return i;
    }
    }
    Returns - 1;
    }


    Button Listerners
    one_btn.addEventListener (MouseEvent.Click, btnClick);
    two_btn.addEventListener (MouseEvent.Click, btnClick);
    three_btn.addEventListener (MouseEvent.Click, btnClick);



    btnA [0] .dispatchEvent (MouseEvent (MouseEvent.CLICK)) of new;

  • keyboard popping up during the call and previous button does not work...

    Why can't I write during a call? I tried other keyboards, but the result is the same...

    is there a solution?

    You have app smart key? If so, remove or disable the calls.

  • Why is my jump slide button does not go to a previous slide

    I'll put up a project, and after that they sail in the first set of instructions (10 long blades) I want them to be able to return to the beginning, and then select a different category.  Currently, the ends of the blades on slide 35 and I want the user to be able to return to slide 19 but the button does not work.

    What's 'inside captivate": seen in the browser? I ask this because this button will not work if you preview this slide or outline of the next 5 slides. You get an overview of the entire project.

  • Previous image button does not work

    Hello

    I'm a host of character and as an animator, I always watch movies frame by frame. I checkedenhancenments of Windows Media Player and I found a tool very useful. I can play frame by frame with the option, but only in a way forward. The previous image button does not work .

    Is this a bug?

    My system properties:

    • Intel Core i7 CPU 920 @ 6.67 GHz
    • 6 GB OF RAM
    • 64-bit operating system
    • Windows 7

    Waiting for your response.

    Albert

    Hello

    This is considered to be a design problem.

    Your feedback helps Microsoft make software and services the best they can be. Please leave your comments on the link below. To learn more, sign up for:

    https://connect.Microsoft.com/dashboard/Info/

    Leave your comments on the link below:

    http://mymfe.Microsoft.com/Windows%207/feedback.aspx?formid=195

    Diana

    Microsoft Answers Support Engineer

    Visit our Microsoft answers feedback Forum and let us know what you think.

    If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • "Back" button does not work with the latest version of any help?

    Hi, I use the latest version. When I go through the pages, I can not be able to return to previous pages. The back button does not work. When I click the back button, the same page, it's not coming back... Any help would be much appreciated!

    Start Firefox in Firefox to solve the issues in Safe Mode to check if one of the extensions or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > appearance/themes).

    You can click right back or front button to open the history list.

    You can hold down the left button of the mouse either back or next to the history tab list opens.

    The current active entry has a bullet in front of it.



    If you place an entry in the historic session with the mouse tab, so you see an arrow to the left pointing (rear) left or right (forward) to show the direction.

    You can left click on an item to open it in the tab active or middle-click or Ctrl, click on an entry in this list to open that link in a new tab, just as you can with the other links.

  • "back" button does not work and the home page does not display on startup

    My buttons next and previous no longer work. They show just gray and I cannot click on them.
    Also my home page does not appear when I launch firefox.
    I reinstalled firefox 4 and then I went back to firefox 3.6.16 and have the same problem in both versions.
    Don't know what to do anymore
    I just found out that when I opened a second window everything works well in the second window, but it still does not work in the first window.
    The same thing happens when I close both windows. The first window of my home page does not appear and the back button does not work, but the second window is operating normally. Including my home page.

    Try:

    Start Firefox in Firefox to solve the issues in Safe Mode to check if one of the Add-ons is the cause of the problem (switch to the DEFAULT theme: Tools > Modules > appearance/themes).

    • Makes no changes on the start safe mode window.

    See:

  • Camileo HD menu button does not work

    This msg is a continuation of a previous thread where my Camileo HD screen does not stay on.
    After connecting the camera to a TV screen where I could see, I discovered that the "menu" button does not work although other functions, such as zoom and replay works OK buttons.
    Do you know how to solve this problem?

    > This msg is a continuation of a previous thread where my Camileo HD screen does not stay on
    Why you open new thread so don t follow your first thread on this topic:
    http://forums.computers.Toshiba-Europe.com/forums//message.jspa?MessageID=189575

  • "Play" button does not work on Satellite L500

    Hello

    The title says it all... My 'play' button does not work. All the other buttons on the Panel works... Like power, next song, previous and silent song.
    I use the Satellite L500-12th, I had for 3 years now with no problems until today.
    Can I do to solve this problem?

    Which player do you use? Maybe Windows media player?

  • Hello! I just bought an iphone 6 and I was starting the phone due to what he says, but right after the icloud copy was made the phone do not respond... He says decides to continue, but slice to reload button does not work... What can I do?

    Hello! I just bought an iphone 6 and I was starting the phone due to what he says, but right after the icloud copy was made the phone do not respond... He says decides to continue, but slice to reload button does not work... What can I do?

    See if the troubleshooting steps in this article to take help supported:

    If the slide on the upgrade screen does not disappear once you upgrade to iOS 9 - Apple Support

    See you soon,.

    GB

  • Technique to locate VI which is 'suspended' / waiting for debugging. Pause button - does not work.

    During development, I have experience at the time that the high-vi simply "blockages"The debug break button does not break in the program - it turns red but nothing happens.

    I can stop with 'Button give up', but then I see not how vi was stuck in a wait state - this information is lost.

    Is there a way to determine 'the State' s sub - VI in a running application (during development).

    as a list:

    A.I: running

    B.VI: IO queue, in queue or similar

    C.VI: finished

    This would help locate the problem.

    Some clever stuff?

    I looked on the forum I thought that this was discussed previously, but I found this thread:

    http://forums.NI.com/T5/LabVIEW/how-to-find-which-sub-VI-is-running-in-highlight-execution-mode/m-p/...

    If your problem is easily reproducible, you can use the option 'Retain the values of thread' to see what happens and when (the "last updated" timestamp is saved and you can read it with a probe).  In this way, you can quickly follow the data flow and see where your program hangs.

    Otherwise, you can dig into your subVIs and watch the execution of each arrow.  Search in the help file "VI-toolbar buttons" and look at the top of page three icons.  An icon is actually absent from this list, and it's another arrow, slightly different performance, which indicates that the VI is part of a running application, but is not running.  By finding that VI is in fact running vs. just waiting to be called, you can find out where your problem is.

  • Vista 64-bit Black Screen of Death, with just a mobile available slider, the system does not start in safe mode.

    My system worked properly on 25 April and then something happened and now the machine comes back with "Start menu options" but will not start in one of the listed options, modes result in the same outcome.  System also starts on the Vista CD.

    System begins to boot normally, shows the tracer Green Windows at the bottom of the screen, then the mouse pointer appears and moves but the rest of the screen remains black.

    That's it, that's all what he will do.  I checked the settings of the computer and ran the diagnostic tests available and everything seems to go fine and passes all the tests.

    I worked on my own computers for over 20 years and never been stumped before, but I must say this is a first, and I have no idea what to try to do it now.

    Help or direction is appreciated.

    original title: Vista 64-bit Black Screen of Death, with just a mobile available slider, the system does not start in safe mode.

    See if there is a way to tecover clean your data before doing a restore to conditions of factory that will wipe the drive of all.  You can use Knoppix http://www.knopper.net/knoppix/index-en.html with a good ISO as Copier: http://isorecorder.alexfeinman.com/isorecorder.htm as well as a blank CD (which you will need to do on another computer).  Starting on this disc and lla should give you enough access to the system (if you do not have any other means) to backup your important data.

    So since you seem to have no other alernatives, you can try retoring the original factory computer options. However, if it is a hardware problem as could very well be the case, you can still encounter problems after even this drastic step.  Then you will need to consider in a reputable computer repair shop (NOT Geek Squad or or a any of these big store centers) or maybe even go back to the manufacturer for repair.   Check out several options and compare the costs, quality and guaranteed and then make your best decision.

    I hope this helps.

    Good luck!

    Lorien - MCSA/MCSE/network + / has + - if this post solves your problem, please click the 'Mark as answer' or 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • dedicated on microsoft 4000 keyboard back button does not work with firefox

    Hello-

    I have a microsoft 4000 keyboard.

    He dedicated the buttons back and next to the navigation of the browser: http://xahlee.info/kbd/ms_keyboard/i/ms_n4000_keyboard_LED.jpg

    the back button does not work with firefox

    other info: the next button does not work with firefox. buttons next and previous works with IE, tor and chrome. the keyboard shortcut for back in firefox (alt + left arrow) does not work.

    I've tried clearing cache and cookies and start firefox in safe mode.

    advice?

    Hello

    Thanks for posting your query in Microsoft Community.

    I understand you have questions only by using the back button in the Firefox browser.

    But I would like more information on this topic in order to help you.

    (1) the back button worked before with Firefox?

    (2) don't you make changes before this problem?

    According to your description, there is no problem with the material since it works with Internet Explorer and Google Chrome. Previous key does not only work with Firefox. Therefore, I would advice you to check with Firefox and see if that helps, because they have more expertise on products here to help you better.

    Support for Firefox

    https://support.Mozilla.org/en-us/products/Firefox

    Hope this information is useful. Please write us back for assistance.

Maybe you are looking for

  • can not access AppStore after iOs 9.3.1 installed

    After update my iPad iOS 9.3.1 I am now unable to access the App Store. Can you help me?

  • Is RAID supported with eSATA in Portege R700 / R830

    In the past 30 months, I used Portege R500 and R600. I had to migrate to a more powerful machine 15 months ago - I chose Latitude E6310. But I'm tired with his weight (2.4 kg) so I would change a powerful machine, but light - R700/R830 looks fine for

  • There are two updates of BIOS for Satellite A210 2, 00 - WIN & 2, 30 - WIN

    In 2010 there are two updates of BIOS for Satellite A210 2, 00 - WIN & 2, 30 - WINIn archive: http://eu.computers.toshiba-europe.com/innovation/download_bios.jsp They compatible for Satellite A210-1AO, part number: PSAELE-03Q009G3 (BIOS/date TOSHIBA

  • Cannot use webcam on my Satellite P200

    I recently bought a Satellite P200 with integrated webcam. When I try to turn on the webcam I sometimes the message "locked by another application" and the cam will not turn on. -What it means and how the problem can be solved?

  • Print color

    I just bought a printer of HP Deskjet 1510 color all-in-one, Scanner, copier yesterday for my father & together he does all this, all the usual things required by the printer... test page, alignment etc. However when I tried a few color prints, color