Solved

variables

I have a course I where I have the users have to select specific items on a page and when they have selected all the items the Next button is enable. I've used variables. The issue is I have to select a item again to enable the next button. It does not matter which item I select a 2nd time. Is there additional programming needed to avoid the additional action?

Solutions (2)

@5320 if you can export your course as a pkg file, or the specific page as a library object and post it here it would help us to help you!

Depends on your setup....Try using the page tracking status action... So when you set your action to check if all the items have been checked, you can add an action to set the page completed, then set an action on the next button to check if the page has been completed to set state to normal

Discussion (2)

Depends on your setup....Try using the page tracking status action... So when you set your action to check if all the items have been checked, you can add an action to set the page completed, then set an action on the next button to check if the page has been completed to set state to normal

@5320 if you can export your course as a pkg file, or the specific page as a library object and post it here it would help us to help you!