up Inquisit Language Reference

percentCorrect property

The percent of correct responses for the specified element within the current block.

Member of

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

Syntax

event.name.percentCorrect

Read Only

Type

number

Remarks

None.

Examples

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

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

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

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

Copyright Millisecond Software, LLC. All rights reserved.