Personality Type Indicator

Posted on April 22, 2008
Filed Under Uncategorized |

I just recently took the Myers-Briggs Type Indicator test for a potential job opportunity.

I am not a big fan of these kind of tests (subjectivity elements, so many questions that could go either way or in between, doesn’t help that I analyze things a lot) but still was interested in the results.

There were a few categories that were close percentage wise but the results indicated that I am a INFJ (Introvert, Intuitive, Feeling, Judging).

The funny part of these types of websites is their supposed comparison of types with famous people.

A few highlighted famous people with INFJ include Mother Teresa, Nelson Mandela, Nicole Kidman, President Jimmy Carter, Martin Luther King Jr., Mel Gibson, Jerry Seinfeld, Tom Selleck, and Jaime Foxx. Wow, what can you say?

The most interesting one was Nathan, prophet of Israel. I guess there is enough evidence of his personality in the Biblical account?

Has anybody else taken these kind of tests? Famous people comparison? Can you guess which one made my wife crack up?

Comments

4 Responses to “Personality Type Indicator”

  1. bigdaddyjerNo Gravatar on April 22nd, 2008 9:04 pm

    Mother Teresa

  2. ArelisNo Gravatar on April 23rd, 2008 7:42 pm

    Yep, Jer is right.

  3. clayNo Gravatar on April 24th, 2008 2:07 am

    can you take it online?

  4. C.HarvNo Gravatar on April 24th, 2008 2:31 pm

    Yes, Google Meyers-Briggs Personality Indicator or Test.

Leave a Reply




google.load("language", "1"); var curstate = 0; var hasloaded = 0; function bnc_show_translated() { if (hasloaded == 0) { bnc_lang_callback(); hasloaded = 1; } for (i = 0; i < 0; i++) { var elem = $("bnc_original_" + i); if (elem) { if (curstate) { elem.show(); } else { elem.hide(); } } } for (i = 0; i < 0; i++) { var elem = $("bnc_trans_" + i); if (elem) { if (curstate) { elem.hide(); } else { elem.show(); } } } if (curstate) { $("bnc_trans_state1").show(); $("bnc_trans_state2").hide(); curstate = 0; } else { $("bnc_trans_state1").hide(); $("bnc_trans_state2").show(); curstate = 1; } } function bnc_detect_div(div_id) { var text = document.getElementById(div_id); if (text) { text = text.innerHTML; if (text.length > 0) { google.language.detect(text, function(result) { if (!result.error) { if (result.language != "en") { if (result.confidence > 0.25) { $("bnc_translating").show(); bnc_xlate_div(result.language, div_id, "en"); } } } } ); } } } function bnc_xlate_div(src_lang,div_id,o_lang) { var text = document.getElementById(div_id); if (text) { text = text.innerHTML; google.language.translate(text, src_lang, o_lang, function(result) { var translated = document.getElementById(div_id); if (result.translation) { translated.innerHTML = result.translation; } }); } } function bnc_lang_callback() { } function bnc_startup() { bnc_xlate_div("en", "bnc_translate_info", "en"); bnc_xlate_div("en", "bnc_translate_info2", "en"); } google.setOnLoadCallback(bnc_startup);