up Inquisit Language Reference

totalNumCorrect property

The total number of correct responses given for this element.

Member of

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

Syntax

event.name.totalNumCorrect

Read Only

Type

integer

Remarks

None.

Examples

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

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

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

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

Copyright Millisecond Software, LLC. All rights reserved.