Quiz scope problems in Captivate 7

I have created a project that consists of a series of slides with quiz questions interspersed. For example:
Slide 1
Slide 2
Question 1
Question 2
Slide 3
Slide 4
Question 3
Question 4
Slide 5
Slide 6
Question 5
Question 6
(Result slide)
Summary
If the user fails the quiz he can either
retake it, or
review the submitted answers and the correct ones in preparation for retaking it.
If option 2 is taken the user should then be able to retake the quiz.The problem I have having is with this option (2); the questions stay in review mode even if I reload the course. I assume this must relate to the quiz scope.
Having looked at the blogs etc I thought that the quiz scope started at the first question and ended with the result slide. So I should be able to navigate to Slide 1 or the Summary and thereby reset the quiz. However when I do this and then return to Question 1 the quiz is still in review mode. I must be doing something wrong and would appreciate some guidance.
TIA
Andrew

Sorry but Review/Retake process for regular question slides is not as you expect (by design): if the user Reviews, he cannot use any other attempt on Quiz level, even though he didn't exhaust his attempts.
Have a look at: http://blog.lilybiri.com/question-question-slides-in-captivate  and   http://blog.lilybiri.com/question-question-slides-part-2
This is not linked with the quiz scope at all. Quiz scope's role is, when the user gets out of the scope, that quiz attempt is considered being finished. In Captivate 6 and later, the quiz scope has become dynamic if you use Remediation feature.
Lilybiri

Similar Messages

  • Problem With Captivate 4 and Windows 8

    Hi,
    I've a problem with Captivate 4 on Windows 8 projects :
    The mouse is not tracked.
    I've applied the last patch for this version (11/15/2011).
    Is there another patch for this ?
    Thanks a lot.

    Hi there
    I know this will come off as sounding snarky, but please know it's honestly not intended that way,
    Windows 8?
    I never was able to make Captivate 4 run successfully on Windows 7. So I'm not the least bit surprised to hear it has issues with Windows 8!
    Personally, I'm thinking you are due for an upgrade to Captivate if you want it to work on Windows 8. But then again, I'm not even certain if Captivate 6 is Windows 8 compatible.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Audio problems preloaded Captivate swfs in custom player

    I have a slideshow-like custom Flash player that uses
    standard preloader code - it loads external swf movieclips into a
    holder clip, and stores references to them in an array. Once all
    external swfs are loaded, the first clip starts playing and
    navigation buttons allow the user to go through the "slides" at
    will.
    The problem: some Captivate-generated swf files have audio
    that starts playing as the clips are preloading, and the audio does
    not stop except with a stopAllSounds call. As needed, each loaded
    swf is copied (so to speak) from the array to a clip on the stage,
    loadedClip_mc, to be played and controlled. The player's pause
    button, which works as follows:
    loadedClip_mc.stop()
    has no effect on the sound of the loaded Captivate clips.
    Furthermore, the audio doubles-up when trying to play any
    slide, and clicking play (loadedClip_mc.play() )
    HERE IS THE MOST CONFUSING PART: this ONLY happens when the
    player and the movies to be loaded are uncached - after the files
    are visited for the first time, everything works great. Anytime you
    revisit the player it is fine. However, if it is the first time
    someone is visiting the custom player, or the browser cache is
    cleared, once you visit the page the audio for all Captivates start
    playing during preloading simultaneously and cannot be controlled.
    Thank you in advance for your help!

    Hi. I've experienced the same problem with audio and preload.
    Sorry for my english, but - I dont know if I've understood the
    matter- I think you are talking about to fix this problem using
    actionscript code. Please, would you answer me one question? If I
    can't change the code of the base clip generated by Captivate, is
    it possible to add some code in my loaded clips to stop that audio
    embedded in them when they are preloading? What would this code
    be?.
    I hope you understand me!
    Thank you.

  • I accidentally deleted a button I need on the quiz results page in captivate 8. How do I get it back?

    I accidentally deleted a button I need on the quiz results page in captivate 8. How do I get it back?

    Go back into Quiz, Preferences, Pass or Fail. Uncheck 'Retake button' and check it again, it will reappear on the Score slide.

  • Scop problem

    Hi ,
    I having a problem communicating with loaded swf inside main
    file.
    Im using that script to have a transition between external
    swf :
    http://www.kirupa.com/developer/mx2004/transitions.htm
    most of it working fine but im having problem communicating
    with variable:
    Stage.swf:
    The main movie start to play and on its last frame it has the
    following action:
    this._lockroot=true
    //loading the first movie after the animation finish
    _root.currMovie = "main";
    _root.MC_Container.loadMovie(_root.currMovie+".swf");
    stop();
    portfolio.swf
    Than I press on the portfolio button and I get another main
    portfolio swf that has external files loeaded as well.its dividing
    the portfolio into categories , each category loading external
    file.
    First frame:
    this._lockroot=true
    _root.currMovie = "portfolio_3d";
    _root.MC_Container.loadMovie("portfolio_3d.swf");
    midframe=10;
    stop();
    buttons :
    on (release) {
    if (_root.currMovie == undefined) {
    _root.currMovie = "portfolio_print";
    _root.MC_Container.loadMovie("portfolio_print.swf");
    } else if (_root.currMovie != "portfolio_print") {
    if (_root.MC_Container._currentframe >=
    _root.MC_Container.midframe) {
    _level.currMovie = "portfolio_print";
    _root.MC_Container.play();
    portfolio_3d.swf
    the external file that loaded into the portfolio file is for
    example : portfolio_3d.swf ,
    the first frame action:
    this._lockroot=true
    midframe=10;
    middle frame has a stop(); command
    the last frame loading the next after the current movie
    finish:
    _root.MC_Container.loadMovie(_root.currMovie+".swf")
    the problem is that in the portfolio page, when I click the
    sub categries(3d,print,etc) , I get always the same movie. It seems
    like the variable doesn’t see the movie in the lowest level.
    It seems like a scop problem
    my url :
    www.shaygaghe.co.il
    thanks for your time ,
    Shay Gaghe

    what is the script that you have on the buttons on the bottom
    of the page that are supposed to load the new content? I think it
    may have something to do with your lockroot.

  • Variable scope problem?

    I am not quite sure if this is a scope problem at all, but it looks like one....
    Here is the problem:
    I have a class in which I define a variable x as folowing:
    public class XX
    public var x:Integer;
    In my fx script file I give it a value:
    var t: XX {
    x: 10
    and it seems that it is initialized... however when I try to use the variable inside the class XX, it cannot be done.
    for example I what try to do is
    public var yy = YY {
    for (i in [1..x]){
    ...do something...
    and the cycle is executed only once!
    Is this due to my inexperience in javafx or it is a standard behavior?

    Is this due to my inexperience in javafx or it is a standard behavior? Both? :-)
    The classical way to compute a class variable from those initialized at construction time is to do that in an init (or postinit) block.
    It isn't really a problem of scope, rather of order of initialization.

  • Function scope problem

    Hi all,
    I am using a class-based system for all my actionscript, but
    am having trouble getting the following code to work properly, and
    I am pretty certain it is a scope issue.
    public function
    setNavButtons(prevStart:Number,prevEnd:Number,nextStart:Number,nextEnd:Number){
    var owner = this;
    if (prevStart != undefined){
    mcPropertiesNav.btnBack.onRelease = function():Void{
    owner.reloadView(prevStart,prevEnd);
    if (nextStart != undefined){
    mcPropertiesNav.btnNext.onRelease = function():Void{
    owner.reloadView(nextStart,NextEnd);
    I've traced it out and know that when I use the reloadView
    method, the prevStart and prevEnd parameters are being passed in as
    undefined. Does anyone know how I would reference these variables
    within the onRelease functions?
    Thanks in advance
    Robert

    In the code you are posting a scope problem can't be
    pinpointed. The arguments you are providing are local to the
    function so there is no problem there. We might be able to help if
    you post the complete class.

  • Problems with Captivate 5, LMS, and AS3

    I recently acquired Captivate 5 and I am having difficulty getting it to work with our LMS (Plateau). When I publish a presentation to AICC using Captivate 5, and try to load it in the LMS, it doesn't get past the loading page. I've tried it with an existing course, and I've tried making a simple (3 slides with a text box) new presentation in Captivate 5 and I have the same problem. However, the .swf and .htm files load fine when viewed directly. It's only when run through the LMS that I have a problem.
    I  was able to reproduce the problem with Captivate 4 by publishing to  ActionScript3. It worked fine when I used AS2. Unfortunately, Captivate 5  doesn't allow publishing to AS2, so I'm at a loss of how to address  this.
    Any suggestions? Is anybody else experiencing this problem?

    What brand is your LMS?  (What manufacturer)
    What versions of SCORM does it support?
    What version of ActionScript does your LMS support?  AS2 or AS3?
    Have you tried uploading a short Captivate 5 lesson with only a few slides and one or two questions (example: True False question)?
    If you have Captivate 3 or 4, have you tried uploading a lesson in AS2 to see if your LMS accepts it?
    We need more information than just saying: Course not work.
    Test first on very simple short lessons to make sure the LMS will accept Captivate 5 content at all.  If it will play simple content, try more complex content.
    Your issue could be caused by some component or object in the course, or it could be some issue with the LMS.  At this stage we do not know the cause, but it can often be determined by testing with simple projects first and then adding complexity until something breaks.

  • Scope problem

    here is the function:
    public void readVector(File file)
    AddressBook addressBook = new AddressBook();
    try
    String string, token1 ="", token2 ="", token3 ="", token4 ="",
    token5 ="", token6 ="";
    FileInputStream fis1 = new FileInputStream(file);
    BufferedReader in = new BufferedReader(new FileReader(file));
    StringTokenizer st;
    while((string = in.readLine()) != null )
    st = new StringTokenizer(string);
    token1 = (st.hasMoreTokens())?st.nextToken():"";
    token2 = (st.hasMoreTokens())?st.nextToken():"";
    token3 = (st.hasMoreTokens())?st.nextToken():"";
    token4 = (st.hasMoreTokens())?st.nextToken():"";
    token5 = (st.hasMoreTokens())?st.nextToken():"";
    token6 = (st.hasMoreTokens())?st.nextToken():"";
    Contact c = new Contact(token1, token2, token3, token4, token5, token6);
    addressBook.addContact(c);
    catch(Exception ex)//catch exception and print stacktrace if try fails
    ex.printStackTrace();
    problem- some how I need to return the addresBook to another class, I can't do this because of a scope problem. Also if a solution is possible how would I call teh function in my other class.
    if this function returns an addressbook
    the prototype would be:
    AddressBook readVector(File file);
    how would I call this functino from another class to obtain the addressbok.

    I dont know what you mean by scope problem. Maybe you wanna elaborate on that a bit more. However, returning AddressBook should be straightforward. You can actually do it in two slightly different ways.
    1. You can define your readVector() method to be static:
    public static AddressBook readVector(whatever arguments) {
    ....your code here...
    Assuming you defined this method in class "foo", you can call this method using foo.readVector(arguments). In your calling function, you will probably have something like:
    AddressBook addressbk = foo.readVector(arguments);
    2. If you dont want to make your readVector() static, you will have to instantiate the class which contains this method. Again assuming class "foo" contains a definition like:
    public AddressBook readVector(args) {
    ....your code...
    In your calling method you will do the following:
    foo foo_obj = new foo();
    AddressBook addrbk = foo_obj.readVector(arguments);
    Of course, in either case your foo class has to be visible to the calling method. If your foo class is part of a different package, you will need to import it in the calling class.

  • Problem with end-of-Quiz feedback...Captivate 5.5

    I've created a short course with a quiz.  At the end of the quiz, i would like to have the learner go to one of two slides (one for pass - the other for fail).  From the "pass" slide, I would like them to click a button where a PDF certificate will open.  The "fail" slide will let the user review the content of the course.
    Currently, my file will show the "pass" slide, but will advance to other slides when the button is clicked to print the certificate. 
    Thus far, the "fail" actions are acting as expected.
    Can anyone give me suggestions of how I can fix my file?

    Select the slides you want to hide in the Filmstrip, use the right-click menu to hide them. But it is not possible to show a slide by an advanced action, here I do not know what is meant at all? You can skip a slide using a statement Jump to, but a hidden slide will simply not been included in the published version, no way to get it back once the SWF (or other output) is created.
    Another remark: be very careful with actions executed 'On exit' because they will only be done if the last frame of the slide is also reached. That is not always the case, if you have an interactive object that has Success/failure actions to go to another slide the last frames after the pausing point of that object will never be visited and the On exit action not be executed.
    Lilybiri

  • Quiz captions overlap in Captivate 4

    Hi all,
    Just a short questions, hope somebody of you had the same problem (and solution) already.
    I created a quiz with Captivate 4. And theres is one question (out of 10) were sometimes the answers seem to overlap (-> See attached Screenshot)
    The answers should be "Process", "Department", "Document", "Process" But all the user can see is "Processntnt"
    This happens only at this question and only from time to time (until now I know of 6 times from around 50-100 users). I remade  this question slide, but it happened again.
    Is there somebody who had this problem?
    Best regards
    captiWare

    Hello all
    I have been having the same issue and have spent a bunch of time with Adobe so this is what they sent me and so far my quizzes have been working and I have had no reports of any quiz's freezing up fingers crossed.
    This is the latest corospondence from Adobe I have recived.. hope it helps..
    Mike
    Adobe Systems Incorporated
    1.)Separate all of the different quiz type questions into separate pools
    and pull random questions from each pool.
    2.)Stop using the multiple choice slides with single correct answer only
    as it defeats the usability of the quiz module in Captivate
    3.)Verify that video card drivers are compatible with Windows XP.
    If you still think that it is the problem with Adobe Captivate then
    please perform the below mentioned steps;-
    1.) Recreate the Adobe Captivate preferences files.
    Recreate the Adobe Captivate preferences files to eliminate problems
    that a damaged preferences file might cause.
    To recreate the Adobe Captivate preferences files:
    1. Quit Adobe Captivate.
    2. In Windows Explorer, go to C:\Documents and
    Settings\[USERNAME]\Application Data\Adobe and move the "Adobe
    Captivate" folder to another location (for example, the Desktop).
    3. Start Adobe Captivate. Adobe Captivate creates new preferences
    files.

  • Quiz Feedback Options in Captivate

    Hi all,
    I have a problem in showing the feedbacks for a quiz(Multiple choice with multiple answers(Eg: Answer - A and C). I wanted to show feedbacks for each wrong attempt made by the user, until the user select the correct answer. I mean I have to show multiple incorrect feedbacks for all the multiple wrong attempts made by the user. Is this possible? If yes, please guide me through.
    Thanks in Advance.
    Warm Regards,
    Mathi.

    That is not something to be explained in a few words. I have no idea about your experience with Advanced Actions? Have a look at those blog posts, where I explain the functionality of question slides.
    http://blog.lilybiri.com/question-question-slides-in-captivate
    Question Question Slides - Part 2 - Captivate blog
    The easiest way for me would be by using custom question slides. And then there is the problem of reporting: do you need reporting to a LMS?
    Which version are you using?

  • Major Problems with Captivate 5.5 and Connect Pro

    I have a bunch of quizes that have 30 random question slides. Each slide pulls from various question pools. All of these quizes where created in Capitivate 5 and converted to Captivate 5.5.
    My problem is that Captivate 5.5 is corrupting my quizes and preventing me from posting them to my Connect Pro server. If I fix the quiz to where it will post CAptivate 5.5 will eventually corrupt it again.
    When I try to publish I get a "Failed to publish your project to the Connect Pro Server. Verify your Network Connection and then retry."
    Also Connect Pro starts throwing up errors about my number of concurrent users has been exceeded. That is impossible since I have not release any training yet to anyone other than myself.
    I did not have any of these problems until I upgraded to Capitvate 5.5.
    I am about about two more errors away from abandoning Elearning as a career and going back to marketing and design. I have not seen one elearning product out there adobe or not that's not riddled with bugs. I though using Connect Pro and Captivate together would work because they are both made by Adobe.
    ANy Ideas? I at the edge.

    I just realize something. If I open a CP 5 file with quizzes save as a CP 5.5 with out making changes to the quiz it will publish with no problem. However if anything is changed on any question pool slide the project will no longer publish to Connect.
    Every question has to be changed because Captivate 5.5 messes up all of the text alignment and some of it runs off the stage area and is not visible.
    This is ridiculous. I should not have to rebuild all of my project files every time I upgrade.

  • Differents problems with Captivate

    Hi to everyone,
    Nowadays i'm having some problems with the Adobe Captivate 6 and i will apreciate your help. My time is over to finsih a proyect and i don'y know what to do. The problems are about these questions,
    Creating a Quiz, i need to put two questions on the same slide but i don't know how. Also these questions must be response every time, and in my project i am able to response only once. After the correct response, the question appears blocked and we can't try to do it again. Maybe the problem can be the type of quiz, because really it isn't a score quiz. But if i use a "pre-test" quiz, i don't find the option to include the feedback response in correct or wrong answer.
    About the interactive buttons, i wold like to find a only button that shows and ocult a text box. I mean that this button must show the text box with one click, and after reading must close it with another click. I'm sure that adobe captivate can do it, but i don't find the solution.
    When i organize the table of contents, that appears on the left side of the screen, with the diferent levels of titles, the software force me to create a "folder" to put into the epigraphs. For example, i create a folder with the name "title 1", inside of this folder i put the slides "1.1 Title", "1.2 Title"...etc. After that, when i want to see the slide "title 1" with a click on the button that contains the table of contents, it doesn't work like the others who are not a folder. I need that it works like a dropdown menu at the same time that it allows me to see the contests of that title in a quick way, clicking on it.
    If someone can helps me with that questions i'll be very grateful. This is my first work with captivate and it has become in a nightmare.
    Sorry for my english, it isn't as well as i would like.
    Thanks to spend your time reading that.
    Best wishes.

    Hi,
    Please find my answers next to your question --
    Creating a Quiz, i need to put two questions on the same slide but i don't know how. Also these questions must be response every time, and in my project i am able to response only once. After the correct response, the question appears blocked and we can't try to do it again. Maybe the problem can be the type of quiz, because really it isn't a score quiz. But if i use a "pre-test" quiz, i don't find the option to include the feedback response in correct or wrong answer.  You would not be able to isnert two question on one question slide. Can you elaborate your requirement, why you would like to haev such a set up? You can increase the number of attempts for a single question, but once you answer that correct it would do the action set for "success".
    About the interactive buttons, i wold like to find a only button that shows and ocult a text box. I mean that this button must show the text box with one click, and after reading must close it with another click. I'm sure that adobe captivate can do it, but i don't find the solution. By text box, you want to display a static text caption or a Text Entry box? If you just want to show and hide a text caption, why don't you try roll over caption, which would easy your task and user can see the caption once they bring their mouse to roll over region.
    When i organize the table of contents, that appears on the left side of the screen, with the diferent levels of titles, the software force me to create a "folder" to put into the epigraphs. For example, i create a folder with the name "title 1", inside of this folder i put the slides "1.1 Title", "1.2 Title"...etc. After that, when i want to see the slide "title 1" with a click on the button that contains the table of contents, it doesn't work like the others who are not a folder. I need that it works like a dropdown menu at the same time that it allows me to see the contests of that title in a quick way, clicking on it. Folders are used to structure your content, so if you want to display you slide 1.1 Title, you can rename this slide as Title 1 and uncheck all slides under this folder, this way your purpose of going to First Slide udner the Topic 1 would be solved.
    Thanks,
    Anjaneai

  • Quiz slide issues in Captivate 4

    I am having functionality issues with quiz slides in Captivate 4. When taking the quiz, slides will randomly get stuck/grey out and the user has to click the back button and then go forward and the slide will then function correctly. This is not acceptable to the client, for obvious reasons. I have tried re-building the quiz slides (several times) and have also copied the entire project into a clean Captivate file. Nothing seems to make a difference and it is still completely random. I will preview the quiz over and over and sometimes it will work perfectly and then the next time it'll get stuck. This has only started occuring since I upgraded to Cp4. I have had to resort to not using Quiz slides at all and re-creating them with click boxes, but then I miss out on some of the needed functionality that the quiz slides provide (with feedback). I am pulling my hair out! Anyone else having trouble with this?

    Hello all
    I have been having the same issue and have spent a bunch of time with Adobe so this is what they sent me and so far my quizzes have been working and I have had no reports of any quiz's freezing up fingers crossed.
    This is the latest corospondence from Adobe I have recived.. hope it helps..
    Mike
    Adobe Systems Incorporated
    1.)Separate all of the different quiz type questions into separate pools
    and pull random questions from each pool.
    2.)Stop using the multiple choice slides with single correct answer only
    as it defeats the usability of the quiz module in Captivate
    3.)Verify that video card drivers are compatible with Windows XP.
    If you still think that it is the problem with Adobe Captivate then
    please perform the below mentioned steps;-
    1.) Recreate the Adobe Captivate preferences files.
    Recreate the Adobe Captivate preferences files to eliminate problems
    that a damaged preferences file might cause.
    To recreate the Adobe Captivate preferences files:
    1. Quit Adobe Captivate.
    2. In Windows Explorer, go to C:\Documents and
    Settings\[USERNAME]\Application Data\Adobe and move the "Adobe
    Captivate" folder to another location (for example, the Desktop).
    3. Start Adobe Captivate. Adobe Captivate creates new preferences
    files.

Maybe you are looking for