{% extends "global/Page.html" %} {% load otree static %} {% block title %} Experience Questionnaire {% endblock %} {% block content %}

For each experience, please answer the questions honestly using the appropriate scale.

34. Taking a 5-hour road trip to see a concert {% for number in ExpQ1_scales %} {% endfor %} {% for number in ExpQ2_scales %} {% endfor %} {% for number in ExpQ3_scales %} {% endfor %}
1 2 3 4 5
How safe would you feel in this scenario?
How likely are you to accomplish this?
How confident would you feel in doing this scenario?

{% formfield player.ExpQ4_34 %}

How much would you pay to experience this scenario? 50000

35. Stargazing in your backyard {% for number in ExpQ1_scales %} {% endfor %} {% for number in ExpQ2_scales %} {% endfor %} {% for number in ExpQ3_scales %} {% endfor %}
1 2 3 4 5
How safe would you feel in this scenario?
How likely are you to accomplish this?
How confident would you feel in doing this scenario?

{% formfield player.ExpQ4_35 %}

How much would you pay to experience this scenario? 50000

36. Spending time and having dinner with your family and friends for a night in the city {% for number in ExpQ1_scales %} {% endfor %} {% for number in ExpQ2_scales %} {% endfor %} {% for number in ExpQ3_scales %} {% endfor %}
1 2 3 4 5
How safe would you feel in this scenario?
How likely are you to accomplish this?
How confident would you feel in doing this scenario?

{% formfield player.ExpQ4_36 %}

How much would you pay to experience this scenario? 50000

37. Setting off commercial fireworks in your backyard {% for number in ExpQ1_scales %} {% endfor %} {% for number in ExpQ2_scales %} {% endfor %} {% for number in ExpQ3_scales %} {% endfor %}
1 2 3 4 5
How safe would you feel in this scenario?
How likely are you to accomplish this?
How confident would you feel in doing this scenario?

{% formfield player.ExpQ4_37 %}

How much would you pay to experience this scenario? 50000

38. Seeing the Northern Lights at Abisko National Park in Sweden {% for number in ExpQ1_scales %} {% endfor %} {% for number in ExpQ2_scales %} {% endfor %} {% for number in ExpQ3_scales %} {% endfor %}
1 2 3 4 5
How safe would you feel in this scenario?
How likely are you to accomplish this?
How confident would you feel in doing this scenario?

{% formfield player.ExpQ4_38 %}

How much would you pay to experience this scenario? 50000

39. Seeing a professional sports game in person at a stadium {% for number in ExpQ1_scales %} {% endfor %} {% for number in ExpQ2_scales %} {% endfor %} {% for number in ExpQ3_scales %} {% endfor %}
1 2 3 4 5
How safe would you feel in this scenario?
How likely are you to accomplish this?
How confident would you feel in doing this scenario?

{% formfield player.ExpQ4_39 %}

How much would you pay to experience this scenario? 50000

40. Scuba-diving/snorkeling off of the coast of Maui to see the coral reefs and exotic aquatic life {% for number in ExpQ1_scales %} {% endfor %} {% for number in ExpQ2_scales %} {% endfor %} {% for number in ExpQ3_scales %} {% endfor %}
1 2 3 4 5
How safe would you feel in this scenario?
How likely are you to accomplish this?
How confident would you feel in doing this scenario?

{% formfield player.ExpQ4_40 %}

How much would you pay to experience this scenario? 50000

41. Riding a motorcycle without a helmet {% for number in ExpQ1_scales %} {% endfor %} {% for number in ExpQ2_scales %} {% endfor %} {% for number in ExpQ3_scales %} {% endfor %}
1 2 3 4 5
How safe would you feel in this scenario?
How likely are you to accomplish this?
How confident would you feel in doing this scenario?

{% formfield player.ExpQ4_41 %}

How much would you pay to experience this scenario? 50000

42. Playing with a poisonous snake that could potentially bite {% for number in ExpQ1_scales %} {% endfor %} {% for number in ExpQ2_scales %} {% endfor %} {% for number in ExpQ3_scales %} {% endfor %}
1 2 3 4 5
How safe would you feel in this scenario?
How likely are you to accomplish this?
How confident would you feel in doing this scenario?

{% formfield player.ExpQ4_42 %}

How much would you pay to experience this scenario? 50000

43. Pay to travel to the moon and back even though ti would be expensive and there are possible health risks {% for number in ExpQ1_scales %} {% endfor %} {% for number in ExpQ2_scales %} {% endfor %} {% for number in ExpQ3_scales %} {% endfor %}
1 2 3 4 5
How safe would you feel in this scenario?
How likely are you to accomplish this?
How confident would you feel in doing this scenario?

{% formfield player.ExpQ4_43 %}

How much would you pay to experience this scenario? 50000

44. Participate in a clinical trial that uses new, but potentially harmful, technology to edit your genes in order to prevent you from having a disease that is recurrent in your family {% for number in ExpQ1_scales %} {% endfor %} {% for number in ExpQ2_scales %} {% endfor %} {% for number in ExpQ3_scales %} {% endfor %}
1 2 3 4 5
How safe would you feel in this scenario?
How likely are you to accomplish this?
How confident would you feel in doing this scenario?

{% formfield player.ExpQ4_44 %}

How much would you pay to experience this scenario? 50000

{% next_button %} {% endblock %}