up Inquisit Language Reference

height attribute

The height attribute specifies the height of a visual stimulus.

Member of

<button> <clock> <html> <picture> <shape> <text> <video>

Syntax

/ height = height

or

/ height = expression

Parameters

Name Type Description
height extent The height of the stimulus in pixels, percentages, or points.
expression value An expression resolving to the height of the stimulus in pixels, percentages, or points.

Remarks

The default unit is percentage of the vertical height of the presentation window.

Examples

The following sets the height of a clock to 5% of the screen height:

<clock timer>
/ mode = timer
/ height = 5%
/ timeout = 300000
/ position = (50%, 10%)
/ format = "mm:ss"
</clock>

Copyright Millisecond Software, LLC. All rights reserved.