up Inquisit Language Reference

totalPercentCorrect property

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

Member of

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

Syntax

event.name.totalPercentCorrect

Read Only

Type

number

Remarks

None.

Examples

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

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

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

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

Copyright Millisecond Software, LLC. All rights reserved.