The textual content of an instruction page.
The following displays the value of content in a text stimulus:
<text sometext>
/ items= ("content = <% page.somepage.content %>")
</text>
The following displays the value of content in an instruction page:
<page somepage>
content = <% htmlpage.somepage.content %>
</page>