up Inquisit Language Reference

screenScale property

The scale factor of the screen.

Member of

<display>

Syntax

display.name.screenScale

Read Only

Type

extent

Remarks

The screenScale property returns the scale factor used to convert from the displays logical coordinate space into the physical coordinate space of the main screen.

Examples

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

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

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

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

Copyright Millisecond Software, LLC. All rights reserved.