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 might be required if you are including JavaScript. However, this makes the generated HTML bigger so that pages load more slowly.
If your template contains other <mrPage> tags, you can put this attribute on any of those tags rather than writing a new tag.
See also