{{ extends "global/Page.html" }} {{ block title }}Questionnaire{{ endblock }} {{ block content }} {{ include_sibling 'uw_teton_survey.html' }}
Please rate how much you agree with the following statements:
| Question | Strongly Disagree | Somewhat Disagree | Neutral | Somewhat Agree | Strongly Agree |
| {{ field.label }} | {% for choice in field %}{{ choice }} | {% endfor %}
|---|
Please rate how much you agree with the following statements according to the smiley face scale below:
| A | B | C | D | E | F | G | |
| {{ field.label }} | {% for choice in field %}{{ choice }} | {% endfor %}
|---|