{% set fieldset = step_fields[step_index] %} Criterion A – Step {{ step_index + 1 }} of {{ total_steps }}
AURA Logo

Adaptive Understanding of Response to Adversity

Step {{ step_index + 1 }} of {{ total_steps }}

Before continuing, please take a breath. This section asks about difficult experiences. You don’t need to write perfectly — just express what you remember. It’s okay if your answers feel uncertain.

{% if error %}

{{ error }}

{% endif %}
{% if fieldset == 'worst_event' %}
Describe your worst event
{% elif fieldset == 'time_since_event' %}
How long ago did it happen?
{% elif fieldset == 'experience_mode' %}
How did you experience the event? {% for val, label in { 'direct': 'It happened to me directly', 'witnessed': 'I witnessed it', 'learned': 'I learned about it happening to someone close', 'job': 'I was exposed to it in my work (e.g., first responder)', 'other': 'Other (describe below)' }.items() %} {% endfor %}
{% elif fieldset == 'life_in_danger' %}
Was someone’s life in danger? {% for val, label in { 'my_life': 'Yes, my life', 'others_life': 'Yes, someone else’s', 'no': 'No' }.items() %} {% endfor %}
{% elif fieldset == 'injury_or_death' %}
Was someone seriously injured or killed? {% for val, label in { 'self_injured': 'I was seriously injured', 'others_injured': 'Someone else was', 'no': 'No' }.items() %} {% endfor %}
{% elif fieldset == 'sexual_violence' %}
Did the event involve sexual violence? {% for val, label in { 'yes': 'Yes', 'no': 'No', 'unsure': 'Not sure / prefer not to say' }.items() %} {% endfor %}
{% elif fieldset == 'death_type' %}
If it involved the death of someone close, what kind? {% for val, label in { 'accident': 'Accident or violence', 'natural': 'Natural causes', 'na': 'Not applicable' }.items() %} {% endfor %}
{% elif fieldset == 'repeat_exposure' %}
How often has something like this happened? {% for val, label in { 'once': 'Just once', 'multiple': 'More than once' }.items() %} {% endfor %}
{% endif %}
{% if step_index > 0 %} {% endif %}