up Inquisit Language Reference

screenHeight property

The height of the screen in pixels.

Member of

<display>

Syntax

display.name.screenHeight

Read Only

Type

extent

Remarks

The screenHeight property returns the vertical resolution of the main screen.

Examples

The following records the value of screenWidth in the summary data file:

<summarydata>
/ columns = (script.startDate, script.startTime, script.subjectId, script.groupId, script.sessionId, display.screenWidth, display.screenHeight)
</summarydata>

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

<page myPage>
screenHeight = <% display.screenHeight %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.