Whether sound is played to the left or right speaker.
<sound>
The following displays the value of pan in a text stimulus:
<text sometext>
/ items= ("pan = <% sound.foo.pan %>")
</text>
The following displays the value of pan in an instruction page:
<page somepage>
pan = <% sound.city.pan %>
</page>