Skip to main content
Known Participant
October 15, 2012
Question

How to make page continue after all click boxes have been clicked (CP6)

  • October 15, 2012
  • 3 replies
  • 2003 views

Hi,

I have a standard non quiz hotspot page in my course. I want this page to continue to show a final animation once the learner has clicked all click boxes on screen.

At the moment, I have set up Advanced Actions to make the click boxes show the relevant information successfully. I have also set up an array which tells the page to continue once all the click boxes have been clicked, however the page does not continue until the user clicks on the page again AFTER clicking all the click boxes.

Why is this happening?

Thanks

    This topic has been closed for replies.

    3 replies

    Gojak
    Inspiring
    October 15, 2012

    As far as I am familiar with advanced actions  slide needs to reload in order to trigger conditional action, that means you have to proceed to some other slide and when you return to that first slide which contains conditional action:the action will be triggered. Maybe you can add for last button Jump to slide #, it depends what you need exactly. Try a workaround.

    Lilybiri
    Legend
    October 15, 2012

    Gojak, why do you say that? Could you explain? If the conditional action is triggered by the click boxes, and setup well, no need at all to reload a slide. I suppose you are talking about a slide event that triggers an advanced action, like On Enter? Otherwise I do not understand your answer at all, and I do use advanced actions daily.

    Lilybiri

    Gojak
    Inspiring
    October 15, 2012

    Lilybiri, I had problem with advanced actions and you helped me a great deal with your skills and your template for reusing.

    I will try to explain the best I can, If there are 3 buttons on a slide, and when each one is clicked: they assign some variable from 0 to 1, conditional action says if all assigned variables are 1 then do action for that slide, slide action can be: show 4th button (initially invisible) for example. That 4th button will be visible only if you proceed to some other slide by clicking one of those first 3 buttons (via jump to slide), and when you navigate back to that initial slide 4th button will be visible. This was the only way for me to show 4th button which is initially invisible on a slide with conditional actions. Standard actions works just fine: you click something and assigned action is performed. But, again for conditional actions slide needs to be reloaded.  For me it works only this way otherwise nothing happens on a slide when I have situation like this (with conditional actions). This is why I have replied in this way since I have recognized my problem. Am I wrong? And yes, event is triggered on slide Enter.

    Lilybiri
    Legend
    October 15, 2012

    Is it possible to post a screenshot of the advanced actions triggered by the click boxes? I answered similar questions multiple times on this forum, and know there are some little changes in CP6.

    Lilybiri

    Known Participant
    October 15, 2012

    Here are a couple of screenshots. Each click box contains these Advanced Actions.

    Function to tell CP that click box has been clicked and instruction:

    Array to check that all click boxes have been clicked:

    Gojak
    Inspiring
    October 15, 2012

    1 is equal to 1

    Variable cannot be 1. Element label can not be 1 also. Right?

    Anjaneai_Srivastava
    Adobe Employee
    Adobe Employee
    October 15, 2012

    Do you have the success caption enabled for these click boxes, may be it stopping for user confirmation once all have been click to proceed?

    Does you Advance Action also check if user has clicked these boxes in correct sequence?