Continuous video through survey questions?


Author
Message
westr2
westr2
Expert (1K reputation)Expert (1K reputation)Expert (1K reputation)Expert (1K reputation)Expert (1K reputation)Expert (1K reputation)Expert (1K reputation)Expert (1K reputation)Expert (1K reputation)
Group: Forum Members
Posts: 4, Visits: 17
Hello!
I'm looking for a way to have a video playing continuously while participants answer two consecutive survey questions (a textbox and checkbox). It seems that getting these two questions to appear separately requires two survey pages, and thus a new call to the video. Is this correct, or is there a way to have the video going continuously? Any help would be appreciated!


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
If you run your two <surveypage>s as trials in a <block>, you should be able to use the <block>'s /bgstim attribute to have the video playing in the background without interruption.

<block myblock>
/ bgstim = (myvideo)
/ trials = [1=a; 2=b]
</block>

<video myvideo>
/ items = ("video.mp4")
</video>

<surveypage a>
/ questions = [1=mytextbox]
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage b>
/ questions = [1=mycheckboxes]
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<textbox mytextbox>
/ textboxsize = (20%, 5%)
/ position = (40%, 80%)
</textbox>

<checkboxes mycheckboxes>
/ options = ("A", "B", "C")
/ size = (20%, 5%)
/ position = (40%, 80%)
/ orientation = horizontal
</checkboxes>

westr2
westr2
Expert (1K reputation)Expert (1K reputation)Expert (1K reputation)Expert (1K reputation)Expert (1K reputation)Expert (1K reputation)Expert (1K reputation)Expert (1K reputation)Expert (1K reputation)
Group: Forum Members
Posts: 4, Visits: 17
It's working. Thank you so much for your help!

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search