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

Tags: Adobe Captivate

Similar Questions

  • Setting a conditional Action for pre-test questions: skip content slides

    OK boys and girls, let's see if this is even possible in a course of SCO, or if this solution multi-SCO (which means I'm toast, because we do not have the multi-SCO aggregator)?

    I want to implement a prescriptive pre-test. In my ideal world, the answers to each individual question would either enable or disable the content related to the question slides. If the user passes the pre-test, they might opt to skip the prescriptive stuff and complete the course. If the user fails the pre-test, they should consult the active content.

    Is it still possible in a unique world of SCO?

    Justenuf

    Will try to explain how I would try to handle this use case, but I didn't try it!

    • For the first condition, you already have a system variable which can be used in conditional actions to check if the user has passed the pre-test. If you use ordinary question slides, cpQuizInfoPassFail will be set to 1 if it is adopted, the value 0 as var is full only after the last slide in the question. If you use slides before the test, you will need to create a variable user, which you can fill with a tip action, based on the value of cpQuizIntoPretestPointsscored or cpQuizInfoPretestScorePercentage.
    • To follow the questions they did correctly, you must create a variable user for each slide of the issue, default = 0. Based on the system variable cpQuizInfoLastSlidePointScored, which is completed after each slide of the question, you can switch the variable user of the slide of the previous to 1 question if this sys var is greater than 0. This can be done by an action at the entrance to each slide of the question. You will need such action on enter also immediately after the last question slide (maybe on a blade of results, where you can also put the appropriate button to switch the content slides, or offer the possibility to go back).
    • For each slide content you will need another (conditionala tip enter action. Condtion will check the value of cpQuizInfoPassFail (or the equivalent for the slides before the test) AND the value of the var related to this question slide. If both are positive, ignore the slide (go to the next slide), if not, just stay on the slide. That action will be the same for all the slides in content related to a question. But another question, you will need a duplicate, because another user variable will be there. If you use CP7, this is an excellent example for joint actions.

    Hope this helps a bit, sorry that I am so busy.

    Lilybiri

  • Need help creating tip Action for Navigation "Inside-the-same-slide" to let the user Play slide again

    I use 8 Captivate. It is a scenario of HTML5.

    I have need of a button which will allow the user to "replay" the slide. I don't want the button to take the user to the front, back, or do anything else. I want the button to start the slide at the beginning and play without interruption until the end.

    I am looking for help on how to do this using variables and advanced for HTML5 actions or, Alternatively, recommendations on the good tutorials for advanced actions. I prefer the tutorials that will allow me to start at the bottom. I was not able to find tutorials advanced action that assume no prior experience.

    I know that each new user must say this, and I'm afraid that's true for me too. If I can't create a HTML5 work quickly replay button, it will get me in trouble with the client.

    Try this:

    cpCmndGotoSlide is a system variable, which the index starts at 0. The variable cpInfoCurrentSlide system includes an index starting at 1. The reason for the subtraction in this Expression. You need to add continue because a tip action will not release the read head.

    Why choose Standard Simple action? -Captivate Blog

  • I can't do a conditional action with several decisions work

    I use 6 Captivate:

    Here is an example:

    The slide contains 2 objects - one is a button and the other is a graphic, seller.

    Entering the slide, a variable, v_button, is set to 0, and seller is hidden.

    I enclose a conditional action for the button to allow the user to click several times to show or hide the image.

    This conditional action works:

    IF:

    v_button is equal to 0

    ACTIONS:

    Show vendor

    Assign the v_button with 1

    ANOTHER THING:

    Hide the seller

    Assign the v_button with 0

    -------------------------------------------------------------

    This conditional action does not work:

    Decision 1:

    IF:

    v_button is equal to 0

    ACTIONS:

    Show vendor

    Assign the v_button with 1

    Decision 2:

    IF:

    v_button is equal to 1

    ACTIONS:

    Hide the seller

    Assign the v_button with 0

    What I am doing wrong?  I need to use many decisions because my real case requires 3 decisions.

    Thank you very much for your advice.  Never, I realized that I could layer smart buttons.  With your help, I solved the problem:

    I created 4 smart buttons, with the 2 green smart buttons on top 2 Brown buttons and attached a standard action to each of them:

    Button1On: (related to the Brown button 1)

    Hide

    Show

    Audio triggered stop

    Play the Audio

    Button1Off: (attached to the green button 1)

    Hide

    Audio triggered stop

    Button2On: (related to the Brown button 2)

    Hide

    Show

    Audio triggered stop

    Play the Audio

    Button2Off: (attached to the green button 2)

    Hide

    Audio triggered stop

  • conditional actions in Captivate 6

    I use the trial version of Captivate 6.  I just started using more complex advanced actions, so I don't know if its me or the software that does not work

    I have a class which forks.  The user chooses a course of action on slide 2, and they move in the course.  However, I need them to see all the path options until the course is completed, so on the last slide, he brings them to slide 2.  I want the possibility that the initial of the user selected grey outside, so they click on a new option.

    Here are 2 Slide.  The transparent blue circle should only when returning to the slide for the second time if the user has clicked this option before.  I even added the variable to the slide (just for me) to make sure that the variable changed from 0 to 1 when you click on it.  The part works.

    Capture.JPG

    Here is the part of the action. If the variable (real estate agent) = 1 show the smartshape (transparency on top) ELSE hide transparency.

    Capture.JPG

    Capture.JPG

    What I am doing wrong?  Thank you

    Ok.  How do you call this conditional Action?  You use the event drag YOU enter?

  • Micro-Navigation (using advanced Actions) behaves badly in published project

    I have build in Captivate 9 and must give the user the possibility to jump back to specific "scenes" in a slide.  These scenes have no specific markers - they are just subsections of the lesson on the slide.

    I followed some excellent tips gleaned from Lilybiriblog articles to create my own front and rear buttons, jump on the next breakpoint.

    To achieve this, I created a tip with 9 decisions (one for each scene) Action, and every decision said "If currentFrame is between x and y, go to openingFrame + z..  I used the property to enter the slide to set the openingFrame variable in the slide.  In this way, when the button is engaged (front or back), the lesson goes directly at the beginning or at the end of the current 'scene '.

    Well, I spent a good 2-3 hours previewing the slide and refine the Action advanced to what it worked exactly as you want, and then I wrote...

    To my great disappointment, by clicking on the next button since the beginning of the slide, the lesson jumped right to the end of the slide (which is the action for decision 9 and should only enable if the currentFrame > 2041)

    When I then click on the back button on the end of the slide, it would take me back to frame 2030 (where it should bring back me at the beginning of the slide, by progressive clicks).

    I then tried the preview of the whole project and got the same result.

    It seems that the tip Action works as it should if I get a preview of the slide, but as soon as the other slides are published, all but the last decision of the tip Action are ignored!

    I'm writing this, I give account of a workaround would be to break up the blade in a number of slides-, each holding a scene. This means a lot of extra work and give a very messy result. As much as I plan a number of similar sections of lesson and want to end up with a long list of slides that are actually part of the same section of the lesson.

    The other alternative is to learn Javascript and use it to create the nested IF statement - that sounds like a lot of overhead and puzzle to make something that looks like it was designed to operate within 9 Captivate.

    I hope that logical - you would be very grateful if anyone can shed some light?

    How and when did the variable 'openingframe' gets its value? The event that is used to assign a value to this var?

    The event that triggers this conditional action? You have other interactive objects on the slide to this event? Maybe post a screenshot of the timeline.

    I suspect that this could be done in another way, less complicated. But I need more information. Last jump is more 2063 frames, which means little more than a minute: who is the duration of a slide? Navigation Frame is never very says, that personally I wouldn't use it for these big jumps, but try to split this slide in multiple slides, which would mean you will have more than one frame of departure and you won't have that many. Is - that follow you the action by inserting the two variables 'openingframe' and 'cpInfoCurrentFrame' in a text container?  Just a couple of ideas, because I suspect that the value of "openingframe" is not correct. Where my first questions.

  • What are the variables system will report to the LMS for the completion of the course, when there is a test (developed with conditional actions manually).

    I developed a course where the learner must pass the test to complete the course in LMS.

    I developed a quiz (quiz developed using conditional actions) manual.

    Now I want my course should show in LMS completion status, only after the learner either in quiz.

    How do my report course to the LMS of completion criteria?

    I use 6 Captivate and LMS is CSOD.

    I tried to include in quiz option is not working for me... anyone have any ideas to fix this?

    Thanks in advance

    Have you checked that Panel Advanced Interaction, please? All of the marked objects that are indicated to be added to the total of the Quiz are part of all system Quizzing variables. Insert a slide to score in your project and check the result when previewing in the browser or after publication.

  • [Captivate 6] Indicator completion using conditional actions

    Hello

    I'm looking to implement an indicator of achievement in the form of an image is displayed next to the link to a specific section to show that it is has been visited, to achieve this, I did the following

    1. [Page 1] 3 (smart form configured to use like button) buttons, 3 images (located in invisible on output) Image1, Image 2 and 3
    2. Link 1 [page 2] back button on slide 1
    3. [Page 3] 1 button link to slide 1
    4. [Page 4] 1 button link to slide 1

    Variables:

    • Sec1Done, value 0
    • Sec2Done, value 0
    • Sec3Done, value 0

    Conditional actions:

    • IF [Sec1Done] is equal to 1 THEN show Image1
    • IF [Sec2Done] is equal to 1 THEN show Image2
    • IF [Sec3Done] is equal to 1 THEN show Image3

    Action (as input):

    • [Slide] Assign the Sec1Done with 1
    • [Slide] Assign the Sec2Done with 1
    • [Slide] Assign the Sec3Done with 1

    Now, when I click on the link in section 1 (slide 1) then click the button back (slide 2) the Image1 does not appear, then is the same for slides 3 and 4.

    I've included a link to the project (hosted on mettle) if all goes well to make it more clear

    https://app.box.com/s/rnrhzrnm119f12nw85i74n1lhpn39bz0

    Thanks in advance for your support

    A little difficult, have several posts on similar configurations, but do not understand your explanation. You don't specify what events trigger actions at all. Why not use the Back buttons to change the value of variables? And the event that triggers the conditional action? I suspect that this is the event to enter the slide Menu?

    I suspect that you want something like that, watch the movie:

    Captivate 8 - first adventures - Captivate blog

  • I want to know the differences between the conditions of subscription and use of Photoshop for photographers of the usual subscription?

    Nice day! I want to know the differences between the conditions of subscription and use of Photoshop for photographers of the usual subscription? And if I can buy then and for how Adobe Illustrator? What will be the beta of the Adobe XD for Windows? Thank you!

    If you ask what is the difference between photographic subscription and the subscription of stand-alone application, then the answer is both are essentially the same except for two ways. The photographic edition comes with Adobe Lightroom and 2 GB of cloud storage. The stand-alone Photoshop version comes on its own, but with 20 GB of cloud storage and is two times more expensive. If the 18 GB of cloud storage is an additional value, I would say probably no - put the money that you save on an external hard drive in place. The photographic edition was initially a temporary special offer caused a suggestion from one of the co-creators of Photoshop, but turned out to be very popular with fans, private and business and so we have a permanent plan to subscribe to Photoshop. There is no plan equivalent to Illustrator and who is available at a single price. With the subscription model, you can cancel at any time, but the contract is 1 year, if you cancel at the beginning there is a penalty clause which will ask you to pay extra this tax applies only if you pay your monthly subscription every year.

    You don't say where in the world you are, but the link below shows the available plans. There is a drop down box that allows the conversion in different currencies.

    Pricing plans and creative Cloud membership | Adobe Creative Cloud

    Hope that helps.

    Terri

  • 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}
    
  • Conditional action using hot and cold state to open/close toc

    I am trying to create a button that will open/close the table of contents and when you click top toggles the State of the icon/button hot/cold.  Essentially using a transparent icon of smart as a button.  When the button is clicked will open the table of contents and the icon will change to the State (hiding the cold status icon), then when you click above the table of contents again will be closed and the icons to switch back.  I have my action is defined as shown in the images below.  Any ideas would be greatly appreciated.initial state.jpginitial state else.jpg

    Have you read this: buttons in the form of rocking - Captivate 6 - Captivate blog

    Scenario 4 is what you want: have two buttons to the form and use an advanced standard action for each of them.

  • Action of navigation call to select a Radio

    Greetings.

    I try to have a few views in one, the user can select an option to a group via radio button control, I use a listener value change to save the new value. But once the selection is made I want the application to access the next form but the remote has no listener action. Is it possible to call the action of navigation of the java bean method that I have for the value change listener?

    Thanks in advance.

    AdfmfContainerUtilities.invokeContainerJavaScriptFunction (AdfmfJavaUtilities.getFeatureName (), "adf.mf.api.amx.doNavigation", new Object [] {"toPage"});

    You can use the above. Use our action instead of "toPage.

  • 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

  • Dynamic action for validation of date with the notification message plugin

    Hi all

    Someone help me please with dynamic action for validation of date with the message notification plugin. I have a form with two elements of the date picker control and message notification plugin.

    The requirement first user selects the exam is finished and then selects the date. So, if the date is greater than the date of the examination is over + 2 years then doesn't trigger the message notification plugin. I tried to create that dynamic action on the date picker date that triggers the scheduled issue notification message but I want to make conditional, I mean displays the message only if date of the selected is greater than the date of the exam is finished more than 2 years.

    In terms simple, notification is displayed only if provided is superior to (date of the exam is completed + 2 years).

    I use oracle apex 4.0 version and oracle 10g r2 database. I tried to reproduce the same requirement in my personal workspace. Here are the details. Please take a look.

    Workspace: raghu_workspace

    username: orton607

    password: orton607

    APP # 72193

    PG # 1

    Any help is appreciated.

    Thanks in advance.

    Orton.

    You can get the value of the date of entry:

    $(ele) .datePicker ('getDate');

    So what to add functions such as:

    function validateNotification (d1, d2) {}

    Date1 var = $(d1) .datepicker ('getDate');

    date2 var = $(d2) .datepicker ('getDate');

    if(date1 && date2) {}

    return ((date2.getTime()-date1.getTime())/(1000*24*60*60))>(365*2);

    } else {}

    Returns false;

    }

    }

    The logic based on setting (I have two years from years of 365 days preceding)

    Then in the D.A. specify a JavaScript expression as:

    validateNotification ('P2_REVIEW_COMPLETED', this.triggeringElement.id)

    Refer to page 2 for example.

  • My conditional Actions become advanced actions?

    This happened to me like 5 times... I always use variables to create checkpoints on the subjects or the buttons, so when my student visit them all Cp invites with a Windows with something like: congratulations, you've seen then all now to the next slide, blah blah...

    BUT: The conditional actions often turn into advanced actions and some actions that I had programmed, make me start all lose... (I have backups, but very annoying sound copy slides, which causes problems of its own related actions).

    Anyone know why this happens? I understand that this only happens when I continue to make changes in my project, but I always try to leave the variables and objects involved in the action intact.

    Just sharing and looking for some toughts

    I assume you are using Captivate 9? The issue you have now detected immediately after the liberation, and there is hotfix that you have to install to prevent the conversion of advanced conditional actions in standard common action. Take a look on:

    Hot fix | Adobe Captivate questions 9

Maybe you are looking for