up Inquisit Language Reference

playThrough property

Whether a trial should play a video or sound stimulus to the end before moving to the next trial.

Member of

<button> <clock> <html> <picture> <port> <shape> <sound> <systembeep> <text> <video> <xid>

Syntax

stimulus.name.playThrough

Read/Write

Type

boolean

Remarks

A value of 1 indicates the media should be played in its entirety, 0 indicates it may be interrupted once the trial is complete.

Examples

The following displays the value of playThrough in a text stimulus:

<text myText>
/ items= ("playThrough = <% text.myText.playThrough %>")
</text>

The following displays the value of playThrough in an instruction page:

<page myPage>
playThrough = <% text.myText.playThrough %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.