up Inquisit Language Reference

screenheight property

The height of the screen in pixels.

Member of

<display>

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 somepage>
screenheight = <% display.screenheight %>
</page>

Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.