{{ block title }}Selection of your attributes{{ endblock }}
{{ block global_styles }}
{{ endblock }}
{{ block content }}
Before the AI system makes the prediction of your risk tolerance, you now have the opportunity to influence the prediction.
In the following we show you the information you had provided at the beginning of the experiment. You can decide which of your information you want to provide to the AI system and which information you want to hold back. The information that you hold back will not be taken into account in the prediction of the AI system.
With your decisions you can influence the accuracy of the AI prediction.
Assume that you are a risk-loving person. If you now assume that certain attributes make you appear highly risk-sensitive, withholding these attributes can increase the accuracy of the prediction.
Please decide now which of your attributes you want to reveal to the AI system:
| Your choice | Your provided information | |
|---|---|---|
| Your age | {{ formfield "age_dummy" label="" }} | {{player.age}} years |
| Your gender | {{ formfield "sex_dummy" label="" }} | {{player.field_display('sex')}} |
| Your body height | {{ formfield "height_dummy" label="" }} | {{player.height}} |
| Born in the USA? | {{ formfield "germborn_dummy" label="" }} | {{player.field_display('germborn')}} |
| Your monthly gross income | {{ formfield "income_dummy" label="" }} | {{player.field_display('income')}} |
| Your duration of education | {{ formfield "education_dummy" label="" }} | {{player.education}} Jahre |
| Your satisfaction with your health | {{ formfield "sat_health_dummy" label="" }} | {{player.sat_health}} von 10 |
| Your satisfaction with your friends and acquaintances | {{ formfield "sat_socialLife_dummy" label="" }} | {{player.sat_socialLife}} von 10 |
| Your importance of faith, religion | {{ formfield "importance_religion_dummy" label="" }} | {{player.field_display('importance_religion')}} |
| Your importance of being politically, socially involved | {{ formfield "importance_involvement_dummy" label="" }} | {{player.field_display('importance_involvement')}} |
| Smoke (yes/no) | {{ formfield "smoke_dummy" label="" }} | {{player.field_display('smoke')}} |
| The frequency of checking your bank account balance | {{ formfield "check_account_dummy" label="" }} | {{player.field_display('check_account')}} |
| The frequency of drinking alcohol | {{ formfield "alcohol_dummy" label="" }} | {{player.field_display('alcohol')}} |