Whether a video stimulus should automatically loop back when a video is complete.
object.name.loop
Read/Write
boolean
A value of 1 indicates the video should loop continuously, 0 indicates the video should stop after the first loop.
The following displays the value of loop in a text stimulus:
<text myText>
/ items= ("loop = <% video.foo.loop %>")
</text>
The following displays the value of loop in an instruction page:
<page myPage>
loop = <% video.crimes.loop %>
</page>