Conditional action to display the button next main Menu after received the visit 4 slides

Is there a tip Action to display a next button on a slide after that 4 different slides have been opened?

Hello

Why are you putting this issue separately, I thought it was related with the other thread? If you ask this question, it will be more difficult to answer and resolve only in combination with other advanced action who showed the images. Because the next button must be made visible on this same blade where you show the pictures, or is that not the case?

You must create a user variable, I'll label it v_counter. Whenever you show a picture, you must increment this variable (second statement after image) like this:

Expression v_counter = v_counter + &

And then you add a fifth of the decision to your advanced conditional action, which checks the value of v_counter and show the button hidden in the following departure if the meter is at least 4:

If v_counter is greater than or equal to 4

Then display the button

Otherwise, continue

But if you want a literal answer to this question, it will be something different and more complicated. Because then I need to know if visited slides will be viewed entirely until the last image? If yes you can trigger a fast action by the event leaving. BTW, still do not know how you will trigger the action of tip of the other thread, by what event?

Lilybiri

Tags: Adobe Captivate

Similar Questions

  • Dynamic action to display the button

    Hi all

    I use Apex 4.1

    I want to build a dynamic action:
    If a value in the select list is changed - a button must be indicated.

    It does not work!

    Yes, I did:

    In the model of button:
    either:

    < button value = "" #LABEL # "class ="grey button"type ="button""
    #BUTTON_ATTRIBUTES # >
    < span > #LABEL # </span >
    < / button >

    or this:

    "< button value =" "#LABEL #" class = "grey button" type = "button" onclick = "#LINK #
    #BUTTON_ATTRIBUTES # >
    < span > #LABEL # </span >
    < / button >

    The button:
    The button attributes:
    ID = "button_dyn_action".

    In dynamic action:

    Event: change
    Selection type: elements
    Product (s): P51_KW_ID
    Condition: No strings attached

    Action: show
    Fires when the result of the event is: true
    Fire when the Page loads: no

    Items affected
    Selection type: DOM object
    DOM object: button_dyn_action

    Would be nice to get help in this forum about this, as a dynamic action to display the buttons are not described anywhere!

    Published by: oraman on December 12, 2011 07:42

    oraman,

    I think this thread is cursed. He deleted my answer!

    I made a mistake in my first post. Your model of button should look like this:

    
    

    and you must include the following in your attributes of button, then your button is hidden when the page loads:

    style="display:none;"
    

    Here's a demo: http://apex.oracle.com/pls/apex/f?p=43401:34:0

    See you soon,.
    Janet Tyson

    Published by: Tyson Janet December 12, 2011 10:30

    Published by: Tyson Janet December 12, 2011 10:33

  • I'm looking for a javascriptor for photoshop. I need to create conditional actions according to the decimal ratio.  Thank you

    I'm looking for a javascriptor for photoshop. I need to create conditional actions according to the decimal ratio.  Thank you

    You can find us an if-else for this statement. You can put the reports what ever you want:

    #target photoshop
    var doc = activeDocument;
    var ratio = parseFloat(doc.width/doc.height);
    if(ratio<.25){//enter code here to run action
         }
    if else(ratio<.5){//next code
         }
    if else(ratio <1){more code}
    else{more code}
    
  • With the help of pre-build action to display the svn version number

    Hi people.

    I was thinking about using a pre build action to display the current number of svn on the front panel. I have a vi that can get the current number of svn. However, the problem is how to establish links with the application. Is there a way that before the generation can provide the data to the executable file, or what I have to write to a file and then the executable read each time it starts.

    Thank you

    Select this option.


  • video gets sent back to the main menu after the first chapter

    Last night, I burned this DVD and it was perfect - no error message to check the project.  It burned on a disc very well.  Then I went to bed happy.  I woke up and popped the DVD in a DVD player.  When I hit the play movie button, it plays a chapter only before returning to the main menu.

    So I went to the scene selection, and when I choose the 1st chapter to look at, it's going to do the same.  After the first chapter, it goes back to the main menu.

    If I choose the 2nd chapter, he continued to play through the video normally.

    It makes me carzy, so I thought that I was watching the movie in the preview.   Sound disappears and the video freezes for the first chapter.

    Here are some screenshots of my project and the flowchart:

    full_project.jpg

    flowcart1.jpg

    flowcart2.jpg

    Any help is very appreciated.  Thank you!

    Edited to add: after preview freezes, and I close out of it, he says: "unspecified error of drawing."  I just made another preview, just to play the movie and the sound was there, but it froze after a little in the chapter.

    The complete project JPEG is too pixelated to really say much about it and the linked version has a header error and does not open. Can you redo this JPEG and maybe use a PS JPEG about 9 frame? It would also be useful to have a close-up view of the timeline with chapter markers.

    Now, what are the Actions of end for each of these chapters?

    For the Play of All, have you looked in a chapter Playlist? If you create one, with the chapters in any order you want, and then set end of Playlist Action chapter to return to your main Menu, "replacing" the end of chapter Actions. NOTE: I use the term 'override' as a verb and the noun "ignore."

    Regarding replacements, this sounds like there might be still a TAPI on. They can be applied in many places, and it's a bit of work to check all the buttons, chapters, timelines, etc.. They can be literally anywhere and should not be used.

    Forward the new screenshots. Might be something obvious here.

    Last question: how long is your first chapter?

    Good luck

    Hunt

    PS - most of us ignore an "answered", or similar icon and read almost all the wires without worrying.

  • Create a conditional action by clicking a button twice

    I want an action to run when the learner clicks on a button ONCE. I also want a different action when the learner clicks TWICE on the same key.  How can I do this with a conditional action?

    Conditional actions have sections called blocks of decision, each of which has a condition for the actions below can be executed.

    So in your case you would need three blocks of decision and you will also need a counter variable that is set to 0 by default.

    The first block of decision suffers from a mannequin (like you the above) will always have the value TRUE.  IF 1 is equal to 1 is a good example of a false decision.

    Action under this model condition should be to INCREMENT your counter of 1 variable.  (You can also use an action of the EXPRESSION, but it is a little more complex.)

    This action of the INCREMENT will always run whenever the conditional Action is executed.

    Condition of your next decision block checks the value of your counter variable, and if it has been set to the value 1 at this point, then it will perform any actions you deem appropriate for that.

    Condition of your third decision block checks the value of the counter to a value of 2 (which means its increment twice) and if yes performs a different action of your choice.

    You could continue this way almost indefinitely by specifying different actions for different values of the counter.  However, at some point, you can use a different action to reset the counter again.  For example, you can have a decision at the end of the sequence block in the same conditional Action that will check the counter variable and if she has reached a certain number (e.g. three) then will reset to 0 or 1.

  • Creating conditional actions based on the results of the quiz

    I have a quiz at the end of my captivate file and I try to get to show different based on images if you have passed the quiz, or if you failed. For example if you pass, I want to show an image of the tick, and if you do not have an image of the cross, on the results slide.

    I tried to create this by implementing a conditional action. I put the two images on the slide and they hid. Then I have a conditional action value:

    IF
    cpQuizInfoPointsscored greater than or equal to 70

    ACTION

    See the Image_tick

    ON THE OTHER

    See the Image_cross

    When I play the quiz or image shows that I have success or failure (the quiz is set to a 70% pass - there are 10 questions, and all are worth 10 points)
    I am new to Captivate so that any help would be appreciated!
    Thank you

    Each action must be triggered by 'something', which is an event. You must attach to an event, I suspect that the event on enter score slide is one that suits. Select the slide of score, look in the properties panel, tab Actions, perform actions on enter, choose the action.

    In addition, there is a difference between the system variable cpQuizInfoPointsscored and cpInfoPercentage. Personally, I would use the simpler cpQuizInfoPassFail:

    IF cpQuizInfoPassFail is equal to 1

    See the tick

    On the other

    See the cross

    Download the tables in these two articles:

    System variables in Captivate 8/9 - Captivate blog

    Events / Actions (Advanced) - Captivate blog

  • Javascript-based dynamic action and display the value of (!) from the selection list

    Hello

    I'm not a jQuery guru (yet).
    Can someone show me how to turn on or off an ITEM on a form based on the value display of a selection list (usually I have dynamic lists, so I don't 'know' even internal values)

    I created a simple demo in which you can (if you want to) show me how it works.

    Workspace: 6POOLRULES
    User: demo01
    Password: demo
    Application: 30851 (Drone)

    The idea is to
    * Disable/hide the "Id other Description" If the ' Id Type (display value!) is 'Passport' or 'license '.
    * activate/display the Description of the 'other' Id if the ' Id Type (display value!) is "other".


    I think that it should be dynamic action based on javascript/jQuery. But what would this jQuery selector should look like?

    Published by: bveoracle on March 29, 2012 07:28

    Published by: bveoracle on March 29, 2012 07:30

    Hello

    OK, I changed the dynamic action to use Jquery and get text from the value. The only thing I changed is in the section WHEN.

    Enjoy.

  • DVD: return to the main menu after playing the scene

    I did already images of some DVD without manual reading in detail on this subject (because I especially don't need versions of dvd...).

    Menu this DVD were ok, but if you choose a chapter instead of the full movie button, the chapter begins to play and after that... the film continues (instead of return to menu...)

    First of all, I taught it was my fault because I did not use "stopmakers". Now I read it about it in the manual. But I read here that stopmarkers ALWAYS stop play the film and return to the menu. So I still don't know how chapterbuttons who play only in this chapter and not in the rest of the film...?

    I used scenemarkers for chapters. Version EP 11.

    It is the way of working DVDs. When you go to a scene, the drive will continue to play at the end of the film.

    Stop markers will change that, of course - but they will also ensure that your film will stop at the marker when clicking on play movie.

  • Hide or display based on time or conditional action button

    Hello

    I wanted to see if anyone might have some insight on the best approach. In my Captivate program (version 7), I have a next button on each screen. Using Javascript and .NET, the variables are passed in the program.

    There are two scenarios when a user opens a session in the program I want to accomplish.

    (1) If you are a new user or if you have not seen a particular screen again, hide the btn 'Next' until the slide duration reaches a specific time (for example 60 seconds on a slide that's 63 seconds of time, given that the next button will stop the slide to move to the next slide) is over.

    (2) If you are a user existing, or that you have already seen a screen, display the next btn.

    I fight with the best approach. Any help would be appreciated!

    Thanks for your help!

    Ruth

    You cannot move a button on the timeline on the duration. I would therefore suggest to have two following buttons:

    Bt_Next1 for new users, with his script at the end of the slide

    Bt_Next2 for existing user.

    If you have access to the value of the variable v_lastmod an advanced conditional action on enter the slide might do the trick:

    IF v_lastmod is equal to or greater than 1

    See the Bt_Next2

    ON THE OTHER

    See the Bt_Next1

  • Several conditional Actions required to Slide "on entry.

    I have a Captivate 7 file with a main Menu that contains 5 buttons that take users through 5 submenus. There are buttons that launch other project files on each submenu.

    On the submenus when a user performs a project file, the file closes and a variable puts a check mark on the top of the key to display this project is completed. Once a user makes all projects on a submenu, the button in the main Menu which directs user to the submenu then will have a tick on the top of the key to show the submenu is complete.

    This works well with many variables; standard actions on the buttons and a conditional action advanced on the "on entrance" for the slide.

    Question I have is that on each slide to make a Visual indicator that indicates the total percentage of full user (6 built images showing 0,20,40,60,80 & amp; 100). I created a conditional action that shows a relevant picture but my question is how to integrate only next to entry. Have you thought to use on output to show the image correctly on each slide, so that when the user visits a slide good picture - unfortunately it does not work.  Someone at - it ideas? Is it possible to drag on entry perform two separate conditional actions?

    Any great fully received help!

    You can put decisions as much as you want in a conditional to the progress of the actions. How much time do you have for now? All the statements in any fast action are always evaluated, which is not always the case in conditions in a programming language. Sequence is of course very important, both in the statements and decisions.

    Lilybiri

  • Conditional Actions for Navigation using forced

    Hello

    I want to use conditional actions to do the following: display 'continue' button on slides only some slides were viewed by the user.

    I tried a lot of variation with no success and led many searching online.

    I hope that one of you will have the answer for me

    Kind regards

    Jacqueline

    Maybe this is similar to what you're trying to achieve:

    Create a dynamic Menu slide in Adobe Captivate. Infosemantics Pty Ltd

  • After invoking the RSS "Subscribe to this page", then using the previous/next buttons, Firefox displays the raw XML code

    1) go to the URL http://bionsmalleyassoc.com/BSA_jsp/MU_test
    (2) select Bookmarks-> subscribe to this page
    3) press the previous button
    4) press the next button
    Note that him 'subscribe to this page' does not reappear. However, Firefox incorrectly displays the raw for the RSS XML, as if he forgot that the destination forward is an RSS feed.

    This same sequence in IE9 or Safari 5.1 works fine as expected. In addition, Firefox has the same problem in MAC OSX 10.6

    Works for me now, you probably recharge and bypass the cache (Ctrl + F5) to get a new copy of this page RSS.

  • With the help of a tip action to display a picture (or button) on each slide.

    I have a tip action that evaluates certain criteria. Advance action is called from several different slides in the presentation. Is it possible that I can get it to display a fixed image, if the criteria are met? It seems that I have to write a new, slightly different tip on each slide action to "show" the picture of each slide.

    Is it possible to share an image (or button) so that the tip action can do appear, any slide, you are on?

    I would like to know if I need to provide for additional details. Thank you!

    Technically your advanced actions are allowed to show or hide the images on the slide where they are actually executed.  If an advanced running on slide 3, for example, action will not be able to display or hide an image on slide 5.

    However, what you can do is to place the image on one of the slides earlier in the project and then assign timed for the rest of the project.  This allows you to SHOW or HIDE the image of any slide later in the project where your advanced Action is executed.

  • 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.

Maybe you are looking for

  • I love Firefox, why does it now go to yahoo, when I use it, I want Google back.

    Every since I got Firefox (years old) when I entered a research topic, he always used Google, today, he started using Yahoo. I want Google to return, I wouldn't change a thing.

  • Toshiba 37RV753 and wall mounting

    Hello a know what size screws I need for this old Toshiba TV wall mount. I looked in the manual, nothing there.Also called helpline and they also said they don't know. Would appreciate any help.See you soon

  • ITunes on the iphone (iOS 9.2) 6s move then follow

    When I am listening to music on my iPhone - iTunes continues to play the same song again and again. It does not move to the next track, or it back to another track. This happens for albums, playlists and playing the entire library. Shuffle does nothi

  • Wireless network lack of connections, network and Device Manager

    Good day, all the Recently I had to install a new hard drive and Windows 7 in my laptop VAIO from Sony, model VPC-F1290X, after my previous a corrupt laptop taking a fall. The installation went well, except that my WLAN capabilities are missing. The

  • How to get the PDM

    I have 2 firewall PIX, 6.1 (1) and the 6.2 (2). I want to eat them through PDM. I know that I need to level at 6.3, but I don't know which is to know how to get and set PDM? Please direct me to a reading onlien and the software if avaialable frm the