up Inquisit Language Reference

textBGColor property

The background color of the bounding rectangle for text.

Member of

<clock> <text>

Syntax

object.name.textBGColor

Read/Write

Type

color

Remarks

Examples

The following trial sets the background color of feedback message based on whether or not the response to the previous trial was correct:

<trial feedback>
/onTrialBegin = [ if (trial.test.correct == true) text.feedback.textBGColor = white; else text.feedback.textBGColor = yellow; ]
/ stimulusTimes = [0=feedback]
</trial>

Copyright Millisecond Software, LLC. All rights reserved.