up Inquisit Language Reference

loop property

Whether a video stimulus should automatically loop back when a video is complete.

Member of

<sound> <video>

Syntax

object.name.loop

Read/Write

Type

boolean

Remarks

A value of 1 indicates the data are encrypted, 0 indicates data are saved in plain text.

Examples

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>

Copyright Millisecond Software, LLC. All rights reserved.