response property

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

Applies to

<trial> <openended> <likert> <namingtrial> <block> <expt>

Remarks

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

Examples

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

<text sometext>
/ items= ("response = <% trial.sometrial.response %>")
</text>

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

<page somepage>
response = <% trial.sometrial.response %>
</page>


Send comments on this topic.
1999-2006 Millisecond Software, LLC. All rights reserved.