Copy link to clipboard
Copied
I have been working with the Word Search Widget, and would like to know the best method of advancing to the next page when the widget is complete. Currently, when the word search is complete, it does not go to the next slide. I see nothing in the widget properties related to advanced to next slide when completed. What is the best method of advancing to the next slide after the word search widget complete?
Thanks.
Copy link to clipboard
Copied
Word search is a static widget, no way to have an action triggered.
Best way is to insert a Next button on the slide with the widget, that triggers the command 'Go to Next Slide'.
Or, if you use a playbar, add the instruction to click on the Next slide button.
More info about static and interactive widgets:
Copy link to clipboard
Copied
Thank you for the quick response. I did put a button on the slide, but I rather not have it shown until the student has completed the word search. I wanted to create an conditional AA to listen for the conclusion window and then if conclusion window is shown, then the next button which is invisible would then be visible. But since this is a static widget, I guess this cannot happen.
Copy link to clipboard
Copied
No, that is why I told it is a static widget. I wonder if it would be able to be detected by a JS script?