up Inquisit Language Reference

responseText property

The last responseText given by the participant for the specified element.

Member of

<block> <expt> <likert> <openended> <slidertrial> <survey> <surveypage> <trial> <caption> <checkboxes> <dropdown> <image> <listbox> <radiobuttons> <slider> <textbox>

Syntax

object.name.responseText

Read Only

Type

string

Remarks

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

Examples

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

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

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

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

Copyright Millisecond Software, LLC. All rights reserved.