up Inquisit Language Reference

correctCount property

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

Member of

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

Syntax

event.name.correctCount

Read Only

Type

integer

Remarks

None.

Examples

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

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

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

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

Copyright Millisecond Software, LLC. All rights reserved.