Action - Mix Up

Hi,

1. In the attached file, I want OBJECTIVES screen to appear as a pop-up screen for Module Overview.

2. And, when Objectives screen is done with, user clicks NEXT button to go to next page.

3. However, in the attached file, my NEXT button takes me to Objectives page only.

4. How do I go about sorting this?

Discussion (4)

The next button is going to the next page in the title, and the next page in the title is the Objectives page. If you are done with the course you can disable the next button (but that is probably not what you are trying to do).

The attached title did not show the objectives page in a new window when the Objectives button was clicked, instead it did a Go to action in the same window.

So I would

1) On the agent page do an On Show action to disable the next button.

2) Make the Objectives button action do a Go to the objectives page in a New Window.

3) Add another On Mouseclick action to the Objectives button to enable the next button.

4) Add more pages before the objectives page, or otherwise move the objectives page until after course content.

With those changes the next button on the agent page is initially disabled until the student clicks the objectives button.

Hope this gives you some ideas!

Thank you for detailed points. My answers for your suggestion.

1) On the agent page do an On Show action to disable the next button - Done

2) Make the Objectives button action do a Go to the objectives page in a New Window. - I have action for next page, not sure on how to go to Next window.

3) Add another On Mouseclick action to the Objectives button to enable the next button. - I tried but it isn't correct. Kindly suggest.

4) Add more pages before the objectives page, or otherwise move the objectives page until after course content. - Done.

@2) Your action currently says

On: Click

Action: Go to

Target: Next page

You can select every page from the Target dropdown. Just select the "Objectives" page.

When you have selected this page, you'll find the "Open in" option. Change it to "New window".

@3) The action to enable the Next button should not have this condition. When the button is clicked the "Objectives" page cannot be completed as it is just opened by the same click. You might just remove the condition.

I like the way you explain Timk.

Trust this is way you are suggesting.

Discussions have been disabled for this post