up Inquisit Language Reference

volume property

Controls the volume at which a sound is played.

Member of

<sound>

Syntax

sound.name.volume

Read/Write

Type

integer

Remarks

Examples

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

<text myText>
/ items= ("volume = <% sound.foo.volume %>")
</text>

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

<page myPage>
volume = <% sound.city.volume %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.