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> <trial>

Remarks

None.

Examples

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

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

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

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

Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.