For each question, please click on the answer that best indicates how true the statement is of you. It is best to give the first response that enters your mind rather than dwelling on each statement and thinking about it over and over.

var score1=0,score2=0,score3=0,score4=0,score5=0,score6=0;
$(document).ready(function()
{
$(“.q1a1”).click(function()
{
score1=0;
score1=score1+1;
});

$(“.q1a2”).click(function()
{
score1=0;
score1=score1+2;
});
$(“.q1a3”).click(function()
{
score1=0;
score1=score1+3;
});
$(“.q1a4”).click(function()
{
score1=0;
score1=score1+4;
});

$(“.q1a5”).click(function()
{
score1=0;
score1=score1+5;
});

/********************************************/
/* 2 */
$(“.q2a1”).click(function()
{
score2=0;
score2=score2+1;
});

$(“.q2a2”).click(function()
{
score2=0;
score2=score2+2;
});
$(“.q2a3”).click(function()
{
score2=0;
score2=score2+3;
});
$(“.q2a4”).click(function()
{
score2=0;
score2=score2+4;
});

$(“.q2a5”).click(function()
{
score2=0;
score2=score2+5;
});
/************************************/
/*3*/
$(“.q3a1”).click(function()
{
score3=0;
score3=score3+1;
});

$(“.q3a2”).click(function()
{
score3=0;
score3=score3+2;
});
$(“.q3a3”).click(function()
{
score3=0;
score3=score3+3;
});
$(“.q3a4”).click(function()
{
score3=0;
score3=score3+4;
});

$(“.q3a5”).click(function()
{
score3=0;
score3=score3+5;
});
/**********************************/
/*4*/
$(“.q4a1”).click(function()
{
score4=0;
score4=score4+1;
});

$(“.q4a2”).click(function()
{
score4=0;
score4=score4+2;
});
$(“.q4a3”).click(function()
{
score4=0;
score4=score4+3;
});
$(“.q4a4”).click(function()
{
score4=0;
score4=score4+4;
});

$(“.q4a5”).click(function()
{
score4=0;
score4=score4+5;
});
/************************************/
/*5*/
$(“.q5a1”).click(function()
{
score5=0;
score5=score5+1;
});

$(“.q5a2”).click(function()
{
score5=0;
score5=score5+2;
});
$(“.q5a3”).click(function()
{
score5=0;
score5=score5+3;
});
$(“.q5a4”).click(function()
{
score5=0;
score5=score5+4;
});

$(“.q5a5”).click(function()
{
score5=0;
score5=score5+5;
});
/***********************************/
/*6*/
$(“.q6a1”).click(function()
{
score6=0;
score6=score6+1;
});

$(“.q6a2”).click(function()
{
score6=0;
score6=score6+2;
});
$(“.q6a3”).click(function()
{
score6=0;
score6=score6+3;
});
$(“.q6a4”).click(function()
{
score6=0;
score6=score6+4;
});

$(“.q6a5”).click(function()
{
score6=0;
score6=score6+5;
});
/*********************************/
/* Result */
$(“#calc”).click(function()
{
var total;
if(score1!=0)
{
if(score2!=0){
if(score3!=0){
if(score4!=0){
if(score5!=0){
if(score6!=0){
total=score1+score2+score3+score4+score5+score6;
alert(“Your total Score is: “+total);
document.getElementById(‘result’).innerHTML=”Your total Score is: “+total;
}
else
{
alert(“Please Answer All the Questions”);
}
}
else
{
alert(“Please Answer All the Questions”);
}
}
else
{
alert(“Please Answer All the Questions”);
}
}
else
{
alert(“Please Answer All the Questions”);
}
}
else
{
alert(“Please Answer All the Questions”);
}
}
else
{
alert(“Please Answer All the Questions”);
}

});
});

.block {
display: block;
margin-left:0.08in;
}

1. When people praise me for something I’ve accomplished, I’m afraid I won’t be able to live up to their expectations of me in the future.
not at all true rarely sometimes often very true
2. At times, I feel my success has been due to some kind of luck.
not at all true rarely sometimes often very true
3. Sometimes I’m afraid others will discover how much knowledge or ability I really lack.
not at all true rarely sometimes often very true
4. When I’ve succeeded at something and received recognition for my accomplishments, I have doubts that I can keep repeating that success.
not at all true rarely sometimes often very true
5. I often compare my ability to those around me and think they may be more intelligent than I am.
not at all true rarely sometimes often very true
6. If I am going to receive a promotion or recognition of some kind, I hesitate to tell others until it is an accomplished fact.
not at all true rarely sometimes often very true

 

If your total score is 12 or less, you have few Impostor characteristics; if your score is between 13 and 18, you have moderate IP experiences; a score between 19 and 24 means you frequently have impostor feelings; and a score higher than 24 means you often have intense IP experiences. The higher the score, the more frequently and seriously the impostor phenomenon interferes in your life.

If you experience impostor feelings here are a few tools that I learned and that others I have spoken to about the impostor syndrome have learned to conquer these feelings. My book, The Empress Has No Clothes: Conquering Self-Doubt to Embrace Success provides even more tips to learn to manage your impostor fears.

  • Don’t stay silent. Find a way to speak about your fears with a trusted friend, a coach, a mentor, your partner, a therapist, or in a journal.
  • Become familiar with your impostor. What are you trying to prove? To whom?And why?
  • Exercise your sense of humor. Try to keep a sense of perspective and to laugh as often as possible—especially at yourself.

From The Impostor Phenomenon: When Success Makes You Feel Like A Fake (pp. 20-22), by P.R. Clance, 1985, Toronto: Bantam Books. Copyright 1985 by Pauline Rose Clance.Reprinted by permission. Do not reproduce without permission from Pauline Rose Clance, drpaulinerose@comcast.net.

The full test is available on Dr. Clance’s website www.paulineroseclance.com.