I am Very Well-Rounded

Aug 15, 2005 13:50


Very Well-Rounded

You have:
70% SCIENTIFIC INTUITION and
70% EMOTIONAL INTUITION The graph on the right represents your place in Intuition 2-Space. As you can see, you scored above average on emotional intuition and above average on scientific intuition. (Weirdly, your emotional and scientific intuitions are equally strong.)


Your Emotional Intuition score is a measure of how well you understand people, especially their unspoken needs and sympathies. A high score score usually indicates social grace and persuasiveness. A low score usually means you're good at Quake.

Your Scientific Intuition score tells you how in tune you are with the world around you; how well you understand your physical and intellectual environment. People with high scores here are apt to succeed in business and, of course, the sciences.

function drawPercentileBox(score,varname) {
var WIDTH=150;
if (score > 99) score=99;
if (score < 0) score=0;
var w1=Math.round(WIDTH*score/100);
if (w1 < 1) w1 = 1;
else if (w1 > WIDTH-1) w1=WIDTH-1;
var w2 = WIDTH-w1;
var res=""
+ ""
+ "
"
+ ""
+ ""
+ "
"
+ ""

test, quiz

Previous post Next post
Up