Millisecond Forums

Delay or Temporarily Hide the Next Key/Button

https://forums.millisecond.com/Topic21401.aspx

By petro - 4/22/2017

I would like to display a few instructions pages <page> as preinstructions for a block.  The pages have considerable content on them and I don't want respondents to be able to quickly click past the content.  I would like to delay the Continue button and include on the instructions page something like "You may continue once the Continue button appears below".  How do I do this?
By Dave - 4/23/2017

petro - Saturday, April 22, 2017
I would like to display a few instructions pages <page> as preinstructions for a block.  The pages have considerable content on them and I don't want respondents to be able to quickly click past the content.  I would like to delay the Continue button and include on the instructions page something like "You may continue once the Continue button appears below".  How do I do this?

While it's not possible to delay the appearance of the button, you can impose a minimum time before participants may move on to the next instruction page via the <instruct> element's /wait attribute.

<instruct>
...
/ wait = 5000
...
</instruct>