{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Leadership Skills Questionnaire {% endblock %} {% block content %}

Below are a number of statements concerning personal beliefs and behaviours. Please read each statement and indicate to what extent it can be applied to you by clicking the appropriate response.

1 = Very minimally applied to me
2 = Minimally applied to me
3 = Highly applied to me
4 = Very highly applied to me

Question 1:

{% formfield player.question_1 with label="I put a deadline to do things and abide by them." %}

Question 2:

{% formfield player.question_2 with label="I achieve my goals as the end of the year approaches." %}

Question 3:

{% formfield player.question_3 with label="I often do not use a schedule to help me achieve my goals." %}

Question 4:

{% formfield player.question_4 with label="I have high values that direct my actions and behaviours." %}

Question 5:

{% formfield player.question_5 with label=" I state my opinion and make choices easily." %}

Question 6:

{% formfield player.question_6 with label=" I have a clear vision to what makes my future better." %}

Question 7:

{% formfield player.question_7 with label=" I am reliable and responsible." %}

Question 8:

{% formfield player.question_8 with label=" I choose the right time to suggest new ideas or projects." %}

Question 9:

{% formfield player.question_9 with label=" I insist on high standards in group activities." %}

Question 10:

{% formfield player.question_10 with label=" I feel responsible for making strategic plans." %}

Question 11:

{% formfield player.question_11 with label=" I believe in others and I respect them." %}

Question 12:

{% formfield player.question_12 with label=" I take care of others and treat them well." %}

Question 13:

{% formfield player.question_13 with label=" I support the decisions the group makes even if I am not convinced by them." %}

Question 14:

{% formfield player.question_14 with label=" I communicate well with others." %}

Question 15:

{% formfield player.question_15 with label=" I work effectively to come to an agreement with others." %}

Question 16:

{% formfield player.question_16 with label=" I have an open mind when the group has a discussion." %}

Question 17:

{% formfield player.question_17 with label=" I solve the problems that the group may have." %}

Question 18:

{% formfield player.question_18 with label=" I easily make friends." %}

Question 19:

{% formfield player.question_19 with label=" I have an innovative imagination and unprecedented ideas." %}

Question 20:

{% formfield player.question_20 with label=" I come up with many great ideas." %}

Question 21:

{% formfield player.question_21 with label=" I can motivate others." %}

Question 22:

{% formfield player.question_22 with label=" I ask questions and I am curious to learn more." %}

Question 23:

{% formfield player.question_23 with label=" I can communicate effectively, orally and in written form." %}

Question 24:

{% formfield player.question_24 with label=" I have a clear vision and I can convince others with it." %}

Question 25:

{% formfield player.question_25 with label=" I can convince others to appreciate my opinions." %}

Question 26:

{% formfield player.question_26 with label=" I can predict results based on given situations." %}

Question 27:

{% formfield player.question_27 with label=" I know myself and I believe in myself." %}

Question 28:

{% formfield player.question_28 with label=" I can draw conclusions and make generalizations." %}

Question 29:

{% formfield player.question_29 with label=" I know the requirements and I can find many ways to solve a problem." %}

Question 30:

{% formfield player.question_30 with label=" I analyse the facts and find solutions before making decisions." %}

Question 31:

{% formfield player.question_31 with label=" I can define problems clearly." %}

Question 32:

{% formfield player.question_32 with label="I have the right tools to evaluate the achievements of goals." %}

Question 33:

{% formfield player.question_33 with label=" I can understand others easily." %}

Question 34:

{% formfield player.question_34 with label=" I realize my strengths and weaknesses." %}

Question 35:

{% formfield player.question_35 with label=" I understand that others have feelings, needs, and goals." %}

{% next_button %} {% endblock %}