up Inquisit Language Reference

lastScreenCapturePath property

The full path to file created by the last screen capture done for this element.

Member of

<block> <expt> <likert> <openended> <slidertrial> <survey> <surveypage> <trial>

Syntax

event.name.lastScreenCapturePath

Read Only

Type

string

Remarks

If the element is a block, this returns the lastscreenCcapturepath given on the most recent trial that was run within the block. If the element is a trial, this returns the lastscreenCcapturepath given the last time the trial was run.

Examples

The following displays the value of lastScreenCapturePath in a text stimulus:

<text myText>
/ items= ("lastScreenCapturepath = <% trial.myTrial.lastScreenCapturePath %>")
</text>

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

<page myPage>
lastScreenCapturepath = <% trial.myTrial.lastScreenCapturepath %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.