up Inquisit Language Reference

totalCorrectCount property

The number of correct responses for the specified element over the entire experiment.

Member of

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

Syntax

event.name.totalCorrectCount

Read Only

Type

integer

Remarks

None.

Examples

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

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

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

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

Copyright Millisecond Software, LLC. All rights reserved.