Returns the number of between-group expt elements run by the script
object.name.groupCount
Read Only
integer
The following displays the value of groupCount in a text stimulus:
<text conditionA>
/ items= ("groupCount = <% expt.conditionA.groupCount %>")
</text>
<text conditionB>
/ items= ("groupCount = <% expt.conditionB.groupCount %>")
</text>