posttrialpause error for surveypage


Author
Message
gjcooper
gjcooper
Respected Member (499 reputation)Respected Member (499 reputation)Respected Member (499 reputation)Respected Member (499 reputation)Respected Member (499 reputation)Respected Member (499 reputation)Respected Member (499 reputation)Respected Member (499 reputation)Respected Member (499 reputation)
Group: Forum Members
Posts: 5, Visits: 38
I am trying to use the posttrialpause attribute for a surveypage element as listed in the language reference. I was thinking of using it as an inter trial interval.

We need to use a surveypage as our trial contains a slider bar.

Indeed, if I look at the reference for posttrial pause linked on the above page it does not list it as a member of the surveypage element, however it is listed as a property of the surveypage element.

Is there any way to get this functionality? I am using Inquisit 5.0.7

Gavin
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: 13K, Visits: 105K
gjcooper - Wednesday, May 31, 2017
I am trying to use the posttrialpause attribute for a surveypage element as listed in the language reference. I was thinking of using it as an inter trial interval.

We need to use a surveypage as our trial contains a slider bar.

Indeed, if I look at the reference for posttrial pause linked on the above page it does not list it as a member of the surveypage element, however it is listed as a property of the surveypage element.

Is there any way to get this functionality? I am using Inquisit 5.0.7

Gavin

The way to get something akin to a posttrialpause with surveypages would be to /branch to a page that implements the pause:

<surveypage mypage>
/ questions = [1=myquestion]
/ branch = [
    surveypage.ptp
]
</surveypage>

<dropdown myquestion>
/ options = ("a", "b", "c")
</dropdown>

<surveypage ptp>
/ showbackbutton = false
/ nextbuttonposition = (-20%,-20%)
/ timeout = 2000
/ showpagenumbers = false
/ recorddata = false
</surveypage>

<block myblock>
/ trials = [1-2=mypage]
</block>


GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search