up Inquisit Language Reference

borderWidth property

The width of the border around the shape.

Member of

<button> <clearScreen> <clock> <picture> <shape> <text>

Syntax

visualstimulus.name.borderWidth

Read/Write

Type

extent

Remarks

Examples

The following trial sets the with of the border around a shape based on whether or not the response to the previous trial was correct:

<trial feedback>
/onTrialBegin = { if (trial.test.correct == true) shape.feedback.borderWidth = 0; else shape.feedback.borderWidth = 1; }
/ stimulusTimes = [0=feedback]
</trial>

Copyright Millisecond Software, LLC. All rights reserved.