{% extends "global/Page.html" %} {{ block title }} Survey 2 of 3{{ endblock }} {% block content %}

Please answer the following questions.

On a scale from 1 to 7, with 1 being strongly disagree, 4 being neither agree nor disagree, and 7 being strongly agree, please rate the following statements:

{{ form.Wish.label }}
{{ for choice in form.Wish }} {{ endfor }} {{ for choice in form.Wish }} {{ endfor }}
{{ choice }}
{{ choice.label }}


{{ form.Magic.label }}
{{ for choice in form.Magic }} {{ endfor }} {{ for choice in form.Magic }} {{ endfor }}
{{ choice }}
{{ choice.label }}


{{ form.Anticipatory.label }}
{{ for choice in form.Anticipatory }} {{ endfor }} {{ for choice in form.Anticipatory }} {{ endfor }}
{{ choice }}
{{ choice.label }}


{{ form.No_reason.label }}
{{ for choice in form.No_reason }} {{ endfor }} {{ for choice in form.No_reason }} {{ endfor }}
{{ choice }}
{{ choice.label }}


{{ form.Think_bad.label }}
{{ for choice in form.Think_bad }} {{ endfor }} {{ for choice in form.Think_bad }} {{ endfor }}
{{ choice }}
{{ choice.label }}


{{ form.Attention.label }}
{{ for choice in form.Attention }} {{ endfor }} {{ for choice in form.Attention }} {{ endfor }}
{{ choice }}
{{ choice.label }}


{{ form.Perform.label }}
{{ for choice in form.Perform }} {{ endfor }} {{ for choice in form.Perform }} {{ endfor }}
{{ choice }}
{{ choice.label }}

Imagine the following hypothetical scenario. The computer have flipped the coin ten times.
  • One head side up, you will get an additional $0.01 ,
  • two heads side up, you will get an additional $0.02 ,
  • ...
  • {{ formfield 'Coin'}}
    Imagine the following hypothetical scenario. You participate in the verbal task you have just done and you are paid for your performance. You have 1 minutes to solve as many matrices as you can. Here are two salary options:
  • Option 1: Piece rate: you receive $0.01 for each correctly solved matrix;
  • Option 2: Competition: you compete against 9 other people. If your performance is in top 2 , you receive $0.15 per correctly solved matrix, otherwise you receive nothing. Your 9 opponents will be randomly selected among the other participants.
  • {{ formfield 'Option'}} {{ formfield 'Help_or_hurt'}} {{ formfield 'Try'}} {{ formfield 'Give_up'}}

    On a scale from 0 to 10, please rate the following statements:

    {{ form.Bring_best.label }}
    {{ for choice in form.Bring_best }} {{ endfor }} {{ for choice in form.Bring_best }} {{ endfor }}
    {{ choice }}
    {{ choice.label }}


    {{ form.Competitive.label }}
    {{ for choice in form.Competitive }} {{ endfor }} {{ for choice in form.Competitive }} {{ endfor }}
    {{ choice }}
    {{ choice.label }}


    {{ form.Competitive_evn.label }}
    {{ for choice in form.Competitive_evn }} {{ endfor }} {{ for choice in form.Competitive_evn }} {{ endfor }}
    {{ choice }}
    {{ choice.label }}


    {{ form.Competitive_expose.label }}
    {{ for choice in form.Competitive_expose }} {{ endfor }} {{ for choice in form.Competitive_expose }} {{ endfor }}
    {{ choice }}
    {{ choice.label }}


    {{ form.Will_compete.label }}
    {{ for choice in form.Will_compete }} {{ endfor }} {{ for choice in form.Will_compete }} {{ endfor }}
    {{ choice }}
    {{ choice.label }}


    {{ form.Will_risk.label }}
    {{ for choice in form.Will_risk }} {{ endfor }} {{ for choice in form.Will_risk }} {{ endfor }}
    {{ choice }}
    {{ choice.label }}


    {{ form.Compete_importance.label }}
    {{ for choice in form.Compete_importance }} {{ endfor }} {{ for choice in form.Compete_importance }} {{ endfor }}
    {{ choice }}
    {{ choice.label }}


    {{ form.classify_verbal.label }}
    {{ for choice in form.classify_verbal }} {{ endfor }} {{ for choice in form.classify_verbal }} {{ endfor }}
    {{ choice }}
    {{ choice.label }}


    {{ form.classify_math.label }}
    {{ for choice in form.classify_math }} {{ endfor }} {{ for choice in form.classify_math }} {{ endfor }}
    {{ choice }}
    {{ choice.label }}


    {{ formfield 'Good_at_verbal'}} {{ formfield 'Good_at_math'}} {{ formfield 'How_change_verbal'}} {{ formfield 'How_change_math'}} {{ formfield 'any_unclear'}} {% next_button %} {% endblock %}