Minimum response/viewing time

Hi,

Is there a possibility to ensure a participant spends a minimum amount of time on a page. We are using an HTML element to display an audio stimulus, but want to make sure that the participants hears the entire audio clip. One way to achieve this would be to disable the button that allows navigation to the next screen for the duration of the audio clip.

Any suggestions here?

Setting the start time for the Next Button as the minimum time participants should spend on the page is a pretty good / standard way of achieving this. Alternatively you could sent the start condition as audioComponentName.status == FINISHED but this might not work if you are using an HTML element.