Force survey duration


Author
Message
paughl
paughl
Guru (8.6K reputation)Guru (8.6K reputation)Guru (8.6K reputation)Guru (8.6K reputation)Guru (8.6K reputation)Guru (8.6K reputation)Guru (8.6K reputation)Guru (8.6K reputation)Guru (8.6K reputation)
Group: Forum Members
Posts: 46, Visits: 154
Hi Folks,

I want to force a set duration (5mins) for a survey, such that it times out after 5mins, but also does not allow time out until 5mins. Can someone suggest the relevant code?

Many thanks,
paul 
Tags
Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 12K, Visits: 98K
Something along the lines of:

<block myblock>
/ timeout = 10000
/ trials = [1=pg1; 2=pg2; 3=waitfortimeout]
</block>

<surveypage pg1>
/ caption = "Page 1"
</surveypage>

<surveypage pg2>
/ caption = "Page 2"
</surveypage>

<trial waitfortimeout>
/ validresponse = (noresponse)
/ timeout = 10000
</trial>

paughl
paughl
Guru (8.6K reputation)Guru (8.6K reputation)Guru (8.6K reputation)Guru (8.6K reputation)Guru (8.6K reputation)Guru (8.6K reputation)Guru (8.6K reputation)Guru (8.6K reputation)Guru (8.6K reputation)
Group: Forum Members
Posts: 46, Visits: 154
Thanks again Dave. This helped, but i needed to give the option to go back through the survey until the end of the timeout...

What I ended up doing was positioning the nextbutton out of the visible screen.

Cheers,
paul
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search