Controls the volume at which a sound is played.
<sound>
The following displays the value of volume in a text stimulus:
<text sometext>
/ items= ("volume = <% sound.foo.volume %>")
</text>
The following displays the value of volume in an instruction page:
<page somepage>
volume = <% sound.city.volume %>
</page>