🧩 Step {{ step }} of {{ total_steps }}
{{ trait_label }} Questions
{% for qtext in questions %}
Q{{ loop.index }}:
{{ qtext }}
Excellent/Always
Good/Usually
Fair/Sometimes
Poor/Rarely
{% endfor %}
{% if step == total_steps %}See Results{% else %}Next{% endif %}