Professional > Interview scripting > Writing interview scripts > Page layout facilities > Templates > Writing templates > Clickable response texts
 
Clickable response texts
To allow respondents to select categorical responses by clicking on the response texts rather than on a radio button or check box, add an <mrPage> tag to the template that sets the IncludeElementIDs attribute to True, as follows:
<mrPage IncludeElementIDs='True'>[Text]</mrPage>
This adds element IDs to the rendered HTML, and may be required if you are including JavaScript. However, note that this makes the generated HTML larger so that pages load more slowly.
If your template contains other <mrPage> tags you may place this attribute on any of those tags rather than writing a new tag.
See also
Writing templates