File size: 3,944 Bytes
e19912c 1ad6de6 e19912c 1ad6de6 81ba3a5 1ad6de6 81ba3a5 1ad6de6 81ba3a5 1ad6de6 81ba3a5 1ad6de6 81ba3a5 1ad6de6 81ba3a5 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 |
{
"Description": {
"MAIN PROFILE DESCRIPTIONS": {
"VISION": "Sees the ‘big picture’ and maintains line of sight. Alignment of goals and actions",
"IDEATION": "Generates original and/or innovative ideas; makes unexpected connections",
"OPPORTUNISM": "Alert to opportunity; prepared to seize opportunities",
"DRIVE": "Strong desire to accomplish goals, Propensity to act decisively and get things done; proactive rather than reactive",
"RESILIENCE": "Remains calm and optimistic under pressure, Perseveres in the face of adversity, Recovers from setbacks"
},
"RED FLAG DESCRIPTIONS": {
"HUBRIS": "Conceit and self-importance, Overestimation of knowledge and/or ability in respect of tasks, Misplaced belief in unique or exceptional abilities",
"MERCURIAL": "Given to sudden changes of mood, behaviour or direction, Given to unconventional or strange behaviour or beliefs, Difficult to predict and/or surprising",
"DOMINANT": "Forceful, insistent, domineering, Hostile and argumentative, Unyielding in the face of evidence or argument",
"MACHIAVELLIAN": "Deliberate deceitfulness in the pursuit on one’s interest; acting in bad faith, Ruthless pursuit of own interests regardless of considerations of right or wrong, General distrust of the motives of others; attribution of bad faith"
}
},
"Team": [
{
"name": "JAMES ARTHUR",
"main_profile": {
"VISION": {
"score": "HIGH"
},
"IDEATION": {
"score": "HIGH"
},
"OPPORTUNISM": {
"score": "HIGH"
},
"DRIVE": {
"score": "HIGH"
},
"RESILIENCE": {
"score": "HIGH"
}
},
"red_flag": {
"HUBRIS": {
"score": "HIGH"
},
"MERCURIAL": {
"score": "LOW"
},
"DOMINANT": {
"score": "HIGH"
},
"MACHIAVELLIAN": {
"score": "AVERAGE"
}
}
},
{
"name": "LOUSIE HART",
"main_profile": {
"VISION": {
"score": "AVERAGE"
},
"IDEATION": {
"score": "AVERAGE"
},
"OPPORTUNISM": {
"score": "AVERAGE"
},
"DRIVE": {
"score": "HIGH"
},
"RESILIENCE": {
"score": "HIGH"
}
},
"red_flag": {
"HUBRIS": {
"score": "AVERAGE"
},
"MERCURIAL": {
"score": "LOW"
},
"DOMINANT": {
"score": "HIGH"
},
"MACHIAVELLIAN": {
"score": "LOW"
}
}
},
{
"name": "SIMONE LEVY",
"main_profile": {
"VISION": {
"score": "LOW"
},
"IDEATION": {
"score": "AVERAGE"
},
"OPPORTUNISM": {
"score": "LOW"
},
"DRIVE": {
"score": "AVERAGE"
},
"RESILIENCE": {
"score": "LOW"
}
},
"red_flag": {
"HUBRIS": {
"score": "LOW"
},
"MERCURIAL": {
"score": "LOW"
},
"DOMINANT": {
"score": "LOW"
},
"MACHIAVELLIAN": {
"score": "LOW"
}
}
},
{
"name": "Uri Lef",
"main_profile": {
"VISION": {
"score": "HIGH"
},
"IDEATION": {
"score": "HIGH"
},
"OPPORTUNISM": {
"score": "HIGH"
},
"DRIVE": {
"score": "AVERAGE"
},
"RESILIENCE": {
"score": "LOW"
}
},
"red_flag": {
"HUBRIS": {
"score": "AVERAGE"
},
"MERCURIAL": {
"score": "HIGH"
},
"DOMINANT": {
"score": "HIGH"
},
"MACHIAVELLIAN": {
"score": "AVERAGE"
}
}
}
]
} |