Adding Advanced action causes objects to not appear

In Cp5.5 I have a strange situation. I created a questionnaire and everything worked very well. At one point, I noticed that on questions quiz that some just objects are not displayed, or rather, they display very faded, almost invisible. It's just about certain objects:

  • It concerns all the text captions and images added by me (no not objects standard quiz)
  • It's the only objects that appear either not 0 seconds on the timeline, or have "Fade In" effect. The objects that are on the chronology of 0 seconds and not including any transition normally appear
  • It can be easily fixed by removing the Action advanced in "on entry. The tip Action can contain anything or even be empty, it is not serious (currently it contains just "keep"). The fact that "on entrance" suggested Action is the cause of the problem.

Copy of the slides to a new project does not help, bug moves with the slide. I tried to deconstruct the slide to identify the problem and remove almost everything, but the error is still there. The original quiz must have images that appear in the calendar after 1 second, and of course the quiz must Action Advanced enter. It seems that the only way is to recreate from scratch (no guarantee will not repeat the problem).

Does anyone have an idea what to do to make it work?

http://DL.dropbox.com/u/86167389/project.zip

It seems that your advanced Actions has been corrupted somehow.

When I removed both of your advanced Actions and implement new, the problem disappeared.

Tags: Adobe Captivate

Similar Questions

  • I use Adobe Acrobat Pro and when I click on save as PDF... PDF reader enable adding text in the Documents does not appear. Why?

    Can you please tell me why?

    With my Adobe Acrobat Pro, when I click on save as PDF... PDF reader enable adding text in the Documents does not appear.

    Thank you

    Elina Mackay

    Adobe change Acrobat a lot between releases. Make sure you follow instructions to the same version you have.

    If this looks OK, let us know the exact version you have (help > about Acrobat Pro).

  • Bridge CS5 xmp metadata files recent no locateable. They are functional can be added in bridge.  They do not appear in my folder of metadata models.  Where can they be?

    Bridge CS5 these recent files found xmp metadata. They are functional can be added in bridge.  They do not appear in my folder of metadata models.  Where can they be?

    Mills Tandy

    [email protected]

    The record was finally found to the terms:

    C:\Documents and Data\Adobe\XMP\Metadata Data models

  • using advanced actions to make a button appear at the end of my project - HELP

    I'm working to build a set of advanced actions, which allow a user display the buttons at the end of the test based on the responses of the text entry box. The plan that I've discovered so far is:

    1. on the slide after the TEB, I have a conditional action that uses IF cpQuizInfoLastSlidePointScored = 1, and THEN assign the Variable 1 to 1 (the variable is set to 0)

    2. at the end of the test, I have an advance action that declares the variable = 1 IF THEN hide button (the button says they did hide the bad action means they did as the correct input) ELSE view button

    I have a total of 23 of these interactions TEB

    Everything works perfectly if each answer is correct

    Everything works perfectly if each answer is wrong

    Arrises them problem when alone or some answers are wrong. When that happens, no buttons appear.

    I built a debug slide and be positive for each Variable, I built received the first interaction.

    so, what could I have done wrong on my process? Any help would be appreciated.

    Always nice to hear from someone who likes my book.

    A thing, you have not made it clear to me yet.  You say that you are running the first action 'at the entrance to the next slide. I guess you mean using the event YOU enter the quiz question slide slide follows?

    Then, you mention that "at the end of the process," you have a blank slide that performs the final conditional action.  I assume that you mean that you use the event YOU enter Slide for the Quiz results slide where your buttons is displayed?  You won't be able to perform actions SHOW/HIDE objects on slides other than the one where the action is executed.

    My personal preference to set the variables on each quiz slide would be to use the event on the success of the quiz slide just to set the variable directly instead of using a decision of conditional action block as you did. If your quiz questions are all together for a moment of success, then just using the action of success WE should have the same result, but it's just more direct and so less inclined to any question (for example if, for some reason, the system cpQuizInfo variable did not work, your event on success should always pulled).

    In theory, your way (using the system variable) should work too, but sometimes if there are several ways to do something and your current path does not work, try them the other way around can get out you of trouble.

    I guess that your final conditional action has something ELSE for each block of decision which SHOWS the button?

    One thing that also that Lilybiri would probably say, that you are trying to rename all your blocks of decision in the last conditional action.  It could be one of the names of your decision blocks is originally a kind of conflict.  I noticed that you have a name of decision block with a punctuation of hash character.  Not a good idea.

  • OLE object does not appear when you open a. ODT file.

    I often get files from a source that uses an open office program. I am able to open the. ODT file, but embedded OLE object appears as text. The object is a logo, so I'm not all that concerned however, I wonder if there is a way to convert the file so that the OLE object appear to printing purposes. I downloaded an app named "Document converter" on the App Store and I am able to open .odt file in MS Word for Mac but the OLE object still does not appear. Ideas for a job here? As always, thanks in advance for your help.

    .ODT is a file "Open Document formaT". Word 2010 for Windows supports this format, but their infinite stupidity do not justify this in Word for Mac same word in 2016 of Office for Mac does not support this format. OLE stands for Object Linking and Embedding and was a way to incorporate one document inside another and I believe was originally designed by Microsoft. A typical example where it will be will work not on a Mac is when a Visio or project document is embedded in a Word document, because even if obviously a Mac can read Microsoft Word files it can read Microsoft Visio or Project files. In theory embedded Excel, Word or file of standard chart for example, jpg, png, etc. must be displayed on a Mac.

    I'm not aware of a way to determine what might be the embedded object.

    You could try various other programs that support this format e.g. OpenOffice and Google Docs and see if they do a better job to convert.

  • JavaScript for loop to execute Advanced Actions - execute Javascript does not?

    I use a loop to check the value of a Cookie.  When I add this using Execute Javascript it works fine but I want to run with certain other actions, if I want to use Of execute advanced Actions. When I add this coded to an action to run Javascript in the breast to perform advanced Actions code disappeared if I open the Script window again once.  I try to remove the code for loop in bold below and then the remaining code remains.  So I think that the problem must be with the loop for, but I don't see anything wrong with this code and I have, as I said that this code works fine if I use Javascript to run on its own. I've attached a video clip below to show what I mean.

    var task1_value = readCookie ("task1");

    function readCookie (name) {}

    var nameEQ = name + '=';

    var CA = document.cookie.split(';');

    for (var i = 0; i < ca.length; i ++) {}

    var c = ca [i];

    even if (c.charAt (0) ==' ') c = c.substring(1,c.length);

    If (c.indexOf (nameEQ) == 0) return c.substring (nameEQ.length, c.length);

    }

    Returns a null value.

    }

    I found that window JavaScript of CP does not like loops.

    Your best bet is to put the function in an external JS file from the top of the page. I always run scripts in an external file. Really helps debug that you do not have to republish Captivate. Just change your code and refresh the browser. If you use external file you can store all your functions there.

    I would also look into using the local storage instead of cookies. Very easy to implement and you can store a ton of information.

    Local storage - dive into HTML5

  • Dynamic object does not appear at the time specified in the slide.

    @

    Here's my problem: when I insert a bubble in the slide, set it to appear after 5.0 seconds and the display for the rest of the slide, it does not appear at the specified time. HOWEVER, if I move the speech bubble to appear from the BEGINNING of the slide, then it pops up. I thought that maybe I needed to add an effect to make it work, so I chose the thought bubble, and then add an effect of "fly in" and set the time. It will not always appear at a specified time - that if I put it at the beginning of the slide.

    Here's my question: why the smart object (bubble) does not appear at a specific time, but it will appear if I put the time "appear after" at 0 seconds? I also have tried to move this on the timeline and it still shows only at the beginning of the slide.



    Thanks much for any help.

    Hello

    I notice that you have a couple of what appear to be objects Button. I have highlighted them in the image below:

    Click on each of them and look at their properties. Change the "Timing" the break after is more than 8 seconds.

    See you soon... Rick

  • using windows 10 action dialog box does not appear when you try to perfoerm image adjustment

    When I select the picture setting and, for example, the levels, the dialogue window does not appear. Clicking any where just beeps and I have to press ESC to go back. Never had this problem before. Although I use Windows 10 I have everything worked out before. I uninstalled photoshop 7 and reinstalled but still the same. Someone at - it ideas

    Ok! Be all of Photoshop and tools preferences settings.

    1.) closing down Photoshop

    2.) use your shortcut on the desktop to launch Photoshop IMMEDIATELY press on & press and hold Shift + Ctrl + Alt or shift + CMD + OPTION before Photoshop Splash screens.

    3.), you will see a pop-up dialog box "Delete the Adobe Photoshop settings file?". Click YES.

    4.) open Photoshop when right clicking on the tool in the Tools option bar and then click «Reset all tools»

    5.), you will see a dialog box pop up "resets all the tools to the default settings?". Click YES.

    6.) closing down Photoshop

    7.) hold down a shift key and use your desktop shortcut to launch Photoshop.

    8.), you will see a dialog box pop up "Skip optional loading and third party plug-ins?". Click YES.

    9.) use Ctrl + N to open a new document in Photoshop default format.

    10.) use Ctrl + L, you should get a pop-up dialog levels

  • Flash object does not appear

    With the help of DW8.0.2, I've added a flash object to the model used in http://www.onyxfordfarms.com. The flash opens in FW and IE7 when I saw the model, however, after that I updated the pages, the flash is not displayed when I previews index.shtml. I compared the object between the model and the index.shtml code and it is identical.

    Also, when I download the files flash and index.shtml (other files not downloaded), I don't see the flash on the home page in any browser. However, if I display only the file flash ( http://www.onyxfordfarms.com/images/houseshowring2.swf), I can see it in FF and IE6 but not IE7.

    I'm totally lost - can someone point me to a solution?

    Thank you!

    You download this file?

    --
    Murray - ICQ 71997575
    Adobe Community Expert
    (If you * MUST * write me, don't don't LAUGH when you do!)
    ==================
    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
    ==================

    "heinelg" wrote in message
    News:f1nv03$4LG$1@forums. Macromedia.com...
    > With the help of DW8.0.2, I've added a flash object to the model used in
    > http://www.onyxfordfarms.com.The flash displays in FW and IE7 when I
    > get an overview of the model, however, after I updated the flash pages
    > don't
    > display when I previews index.shtml. I compared the object code between
    > the
    > model and the index.shtml and it is identical.
    >
    > Also, when I download the files flash and index.shtml (no other files not
    (> downloaded), I do not see the flash on the home page in any browser.
    > However, if
    > I displays only the flash file
    > ( http://www.onyxfordfarms.com/images/houseshowring2.swf), I can see it in
    > FF
    > and IE6 but not IE7.
    >
    > I'm totally lost - can someone point me to a solution?
    >
    > Thank you!
    >

  • Financial Reporting Studio - added attributes to the Page will not appear in the workspace

    I tweaked an existing report by adding 2 attributes to the grid and assigning "Point of view of the user" for both of them.  When I go to the workspace Explorer to try running, however, the two new attributes are not listed, so it is impossible for the user to select the.  I tried deleting the POV, thinking that would like to start the selection process, but the two new attributes are still not visible.  Any ideas?

    Hello

    Yes, I can imagine your problem now. I hope that Dev has refused it because it is not really a bug (feature works do not), and that soon we will see like features designed into the product.

    At least we know it.

    Thanks for posting the message.

    You could close the question please.

    Kind regards

    Philippe

  • multiple selection of objects does not appear

    I use Adobe Illustrator CS6 on a Mac.  Usually, when I want to highlight several objects or simply click on one of the paths, then hold the SHIFT key, and select another.  Or I create a selection box and select what I want, and then press SHIFT and click on if there are roads that I want to exclude.

    Today, however, if I try to select several objects, rather than each illuminated object and show me that he selected or not selected, a large box surrounds the global zone boxing in the paths I have chosen, but it would light up individual objects.  This means that I can not tell if some of these objects are highlighted or all of them.  I'm just trying to figure out how to select things once again I can more easily tell what is and is not selected.  Thank you.

    SIS,

    How about Ctrl / Cmd + H, toggling to display > show/hide the edges?

  • Added on phone, Skype contact does not appear on the desktop.

    I sent a friend request to my friend via my Samsung Galaxy S4 and he agreed. We were chatting by text, and I decided that I was better at typing. I got on my laptop, but when I clicked on Skype (running current version 7, 6) he told me that he wasn't on my contacts. I sent it to him but he never had the request. On his screen, it says that we are friends. On mine, it is not. So the only way for me to talk to him is on my phone, but I'm bad enough to send SMS with precision.

    Can someone help me please? Thank you.

    Oh! Never mind! Do not take into account!

    My status has been set to 'offline '.

    If in the future, anyone have this problem, make sure that your status is "Online" that will update everything! ^.^

  • Resource object does not appear when a user provisioning

    A simple task, but I am not able to solve this problem.
    I have a dummy resource that I created for some tests. However, I am not able to see this resource when trying to configure a user for this resource.
    Any ideas?

    FYI:. I checked SelfService allow, allow all, Alow Multiple and checkboxes Autolaunch

    Thank you
    -Mahi

    Check your email.

    After asking a resource, check the details of approval in the menu drop down to the bottom..., you will see the task manager approval, approve it.

    Thank you
    Suren

  • Modify the effect parameters when it is added via the advanced action

    Hello

    Is it possible to change a path of a fly when an effect is added via the advanced action?

    When an effect is added via right mouse click on > 'Effect apply', and then modifying a path is easy:

    edit a path1.png

    But when the same effect is added via advanced actions, so I can not understand how do...

    edit a path2.png
    What I wanted to achieve are a form this is the flight in/out on click. Sorting of a table of contents, but with instructions on how to complete the task. So far, I have:

    1. step 1 - nb shape. 1 is visible

    1.png
    2. step 2 - after clicking on "Hide" (on the screen above) 1st form flies out. Instead, I have form nb. 2 (this screen below)

    2.png

    3. When you click on 'Show' (on the screen above), form number 2 goes to hidden. On its place form 1 shoud appear, but it doesn't. I know they are there :) because when, for testing purposes, I stuck them on the left side of the screen, they were visible, but completely displaced.

    Here are two simple actions that I created:

    actions.png

    Any ideas?

    Pawel

    There is no video, it's a blog post. Sorry, seems I posted a wrong link: effects reset in Captivate 6 - Captivate blog

  • Objects with delayed timing do not appear when I preview and publish

    I am using Captivate 5, student edition.

    When I add an object (text caption, button) and I put 'see appear after seconds _' the object do not appear when I saw my project or when I publish it. Thus, for example, I bulleted, each element of his own text caption, and I each a figure as he is mentioned in the audio. When I saw the individual slide using the playback on the timeline feature, I see everything works well and properly timed, and objects not to appear.  I wonder if there is something in preferences or elsewhere that is not activated.  At the top of the preferences for the object, it shows visible only verified.  The objects are not hidden on the timeline.  I also tried to arrange the objects to "bring to front," I check everywhere, the objects are visible and not hidden, but as I said, when editing or previewing, they do not work as seen in the preview window.  Let me know what questions you have for me.  Sorry, I couldn't get my computer to cooperate and get a good screenshot

    Thank you

    Just re-read and saw the little computer did not cooperate. Bad luck that.

    In general, check out the timeline to buttons, click boxes, or text entry boxes. Each of them is paused the slide. The break point is indicated as shown below:

    See you soon... Rick

    Useful and practical links

    Captivate wish form/Bug report form

    Certified Adobe Captivate training

    SorcerStone blog

    Captivate eBooks

Maybe you are looking for

  • How to migrate from Outlook Express to Thunderbird?

    I'm moving from a Windows XP computer to a new computer with Win7. Do I first move from Outlook Express to Thunderbird on the old machine (and what is the procedure?) and migrate them to the new, or configure Thunderbird to the new and export data fr

  • Does 'do follow' block Nielsen NetRatings?

    I am interested in the use of facilities "do not follow", but have Nielsen NetRatings recording my use of the internet for statistical purposes. Are they blocked to do if I download "do not follow '?

  • iPod Touch 5th Gen disconnects during synchronization

    I can only assume that it is a question of OS. The problem is that every time that I try to sync my iPod Touch a few seconds in the progression of synchronization all my logout of devices USB (keyboard, mouse, iPod, etc.), then immediately reconnects

  • Satellite A505-S6922 - how to install Windows 7 drivers?

    I have an A505-S6992 and I try to do a clean install of Windows 7 Ultimate. I created the recovery with drivers and applications disc. In what order should I install and how to install Windows 7 ultimate? I tried to install by going just to the botto

  • Satellite - video source - C855 white display

    Hello. I bought my laptop about 2 weekes ago.Since yesterday, something strange happens. The thing is when I connect to my account (I am the only user) directly to window is open - source video.Second line: Capture source.Select a video device.There