up Inquisit Language Reference

duration property

The duration in milliseconds of the systembeep.

Member of

<systemBeep>

Syntax

systembeep.name.duration

Read/Write

Type

integer

Remarks

By default, the duration is 250 ms. This property is useful in changing the duration of the systembeep dynamically during runtime if needed.

Examples

The following trial presents a beep for 1 second.

<trial beeptrial>
/ onTrialBegin = {systembeep.duration = 1000}
/ stimulusTimes = [1=systembeep]
/ validResponse = (anyResponse)
</trial>

Copyright Millisecond Software, LLC. All rights reserved.