Check your personality
Test your personality
Yesterday, I attended a training where there was an exercise to figure
out your personality. It was pretty interesting. Today, an ice
storm hit DC area and my office is closed. Since that gave some free time, I made a quick PHP script to make a web version of this personality
test.
So, what are you waiting for? Go ahead and try it out. It gives some clues
on how to manage different personalities. It doesn’t tell you how to manage
stupid-and-stubborn people though.
Your Personality, According To You
$trait_sets = array (
array (
array ("Gentle", '*', '*'),
array ("Persuasive", '&', '%'),
array ("Humble", '?', '?'),
array ("Original", '%', '#'),
),
array (
array ("Fussy", '%', '?'),
array ("Obedient", '*', '%'),
array ("Unconquerable", '#', '#'),
array ("Playful", '&', '&'),
),
array (
array ("Aggressive", '#', '%'),
array ("Life-of-party", '&', '&'),
array ("Easy Mark", '*', '*'),
array ("Fearful", '%', '?'),
),
array (
array ("Respectable", '?', '%'),
array ("Pioneering", '#', '#'),
array ("Optimistic", '&', '&'),
array ("Accomodating", '*', '*'),
),
array (
array ("Attractive", '&', '&'),
array ("God-fearing", '?', '?'),
array ("Stubborn", '#', '#'),
array ("Sweet", '%', '*'),
),
array (
array ("Brave", '#', '%'),
array ("Inspiring", '&', '%'),
array ("Submissive", '%', '*'),
array ("Timid", '%', '?'),
),
array (
array ("Cautious", '?', '?'),
array ("Determined", '#', '%'),
array ("Convincing", '&', '&'),
array ("Good-natured", '*', '%'),
),
array (
array ("Argumentative", '#', '#'),
array ("Adaptable", '?', '%'),
array ("Nonchalant", '#', '*'),
array ("Light-hearted", '&', '&'),
),
array (
array ("Easily led", '%', '?'),
array ("Bold", '#', '#'),
array ("Loyal", '*', '%'),
array ("Charming", '&', '&'),
),
array (
array ("Sociable", '&', '&'),
array ("Patient", '*', '*'),
array ("Self-reliant", '#', '#'),
array ("Soft-spoken", '?', '%'),
),
array (
array ("Willing", '*', '%'),
array ("Eager", '#', '#'),
array ("Agreeable", '?', '?'),
array ("High-spirited", '%', '&'),
),
array (
array ("Trusting", '*', '&'),
array ("Contented", '%', '*'),
array ("Positive", '#', '#'),
array ("Peaceful", '#', '#'),
),
array (
array ("Open-minded", '&', '%'),
array ("Obliging", '?', '?'),
array ("Will power", '%', '#'),
array ("Cheerful", '*', '*'),
),
array (
array ("Adventurous", '#', '#'),
array ("Receptive", '?', '%'),
array ("Cordial", '%', '&'),
array ("Moderate", '*', '*'),
),
array (
array ("Confident", '&', '%'),
array ("Sympathetic", '%', '*'),
array ("Tolerant", '%', '?'),
array ("Assertive", '#', '#'),
),
array (
array ("Good mixer", '&', '&'),
array ("Cultured", '%', '?'),
array ("Vigorous", '#', '#'),
array ("Lenient", '*', '*'),
),
array (
array ("Jovial", '%', '&'),
array ("Precise", '?', '?'),
array ("Nervy", '%', '#'),
array ("Even-tempered", '*', '*'),
),
array (
array ("Talkative", '&', '&'),
array ("Controlled", '*', '*'),
array ("Conventional", '%', '?'),
array ("Decisive", '#', '#'),
),
array (
array ("Well-disciplined", '?', '%'),
array ("Generous", '*', '*'),
array ("Animated", '%', '?'),
array ("Persistent", '#', '#'),
),
array (
array ("Companionable", '&', '&'),
array ("Accurate", '?', '%'),
array ("Outspoken", '#', '#'),
array ("Restrained", '%', '*'),
),
array (
array ("Competitive", '#', '#'),
array ("Considerate", '*', '*'),
array ("Joyful", '%', '&'),
array ("Harmonious", '%', '?'),
),
array (
array ("Polished", '%', '&'),
array ("Daring", '#', '#'),
array ("Diplomatic", '?', '%'),
array ("Satisfied", '*', '*'),
),
array (
array ("Admirable", '&', '%'),
array ("Kind", '*', '%'),
array ("Resigned", '%', '?'),
array ("Character force", '#', '#'),
),
array (
array ("Restless", '#', '#'),
array ("Neighbourly", '*', '*'),
array ("Popular", '&', '&'),
array ("Devout", '?', '?'),
),
);
?>
Choose ONE MOST and
ONE LEAST in each of
the 24 groups of words. Choose these based on what
word describes you the most and what describes you
the least.
For example, in the first group, you might choose Gentle
as most likely and Persuasive
as least likely to describe yourself.
Posted: December 11, 2002 02:35 PM
living
-
I found your script very interesting and extremely accurate to me personally.
We are based in South Africa and are presently creating what i deem to be the best e - recruitment portal in South Africa.
I would like to use your product on my website and for the use thereof would give full publicity and recognition to you personally.
Please advise me of your thoughts on this matter, should you be interested my developer would be in need of you script i only hope it was done in PHP as this is what we are using.
Please advise,
Shane Meintjes ( BBA ) ( MBA ) ( MIPSC ) ( Cert LR )
shane@jobshop.co.za
-
You can get the script at http://vsbabu.org/tools/personality_process.phps It has some header and footer specific to my site, but that can be removed without affecting the script itself. The form that you see in this page can be copied by viewing the HTML source.
About recognition, I have only done the script. I don't know who created these questions and the logic behind it - the actual logic is definitely not mine!
//-->