Group: Administrators
Posts: 13K,
Visits: 103K
|
To display a <clock> element on a <surveypage>, you must present it via its /stimulusframes:
<clock myclock> / timeout = 5000 / position = (75%, 10%) </clock>
<textbox mytextbox> / caption = "Write something" </textbox>
<surveypage mypage> / stimulusframes = [1=myclock] / timeout = 5000 / questions = [1=mytextbox] </surveypage>
|