The scale factor of the screen.
<display>
display.name.screenScale
Read Only
extent
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.
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>