{{ block title }}
Part III
{{ endblock }} {{ block content }}
{{ if player.id_in_group == 1 }}
Question 6: How would you feel about the following statements? Do you agree or disagree with them?
{{ formfield player.Attitude_1 label="Being a housewife is just as fulfilling as working for pay" }} {{ formfield player.Attitude_2 label="On the whole, men make better business executives than women do" }} {{ formfield player.Attitude_3 label="Women are more fragile than men in terms of emotions" }} {{ else }} Question 3: How would you feel about the following statements? Do you agree or disagree with them? {{ formfield player.Attitude_1 label="Being a housewife is just as fulfilling as working for pay" }} {{ formfield player.Attitude_2 label="On the whole, men make better business executives than women do" }} {{ formfield player.Attitude_3 label="Women are more fragile than men in terms of emotions" }} {{ endif }}
{{ if player.id_in_group == 1 }}
{{ formfield player.Gender_Guess label="Question 7: What gender do you believe your worker was?" }}

{{ else }} {{ endif }}
{{ next_button }}
{{ endblock }}