The between-subjects group number currently running.
object.name.currentGroupNumber
Read Only
integer
This value indicates which of the between-subjects groups the current session belongs to. The group number can be based on the subject id, group id, or it can be randomly assigned.
The following displays the value of currentGroupNumber in a text stimulus:
<text myText>
/ items= ("currentGroupNumber = <% expt.currentGroupNumber %>")
</text>
The following displays the value of currentGroupNumber in an instruction page:
<page myPage>
currentgroupnumber = <% expt.currentGroupNumber %>
</page>