When testing in Storyline 360, we occasionally and inconsistently have an issue where the win condition does not trigger "when the timelines reaches .25s".
Example: User sets the ABCDE row to True, all States have successfully triggered, and the page looks like it should be done, but the appropriate "Winner" layer does not trigger. IF the user clicks any other hotspot on the screen (correct or incorrect), they will receive the appropriate feedback layer (correct or incorrect) for that hotspot and THEN the "Winner" layer will trigger for the ABCDE row. This is reproducible for different winning rows or columns.
My best assumption is that the Winner layer's trigger is time based (when timeline reaches .25s on layer randomNumber) and that it is either never reaching .25s or is skipping the whole timeline when randomNumber is revealed after getting the correct feedback on the completed ABCDE row.
Any thoughts or suggestions? We're inclined to create a SUBMIT button to trigger the Winning layers instead of relying on a time-based trigger, but glad to troubleshoot other options.