_Nydegger Intelligence Test - Form I
_
The
NIT Form I is a test designed to measure intelligence. It
consists of five subtests, each trying to assess your level of
intelligence with different abilities.
Verbal ability, numerical ability, spatial ability, etc...
This test was designed as an experimental measure of the high range of mental ability, say to measure intelligence above the level that standard intelligence tests measure. I encourage you to have fun. This test doesn't require specific knowledge in order to be solved. Basic math skills and strict knowledge of English are enough to solve the test.
Since the test is quite hard; there is no time limit so take as much time as you need, but I recommend to spend at least 6 hours solving each part of the test if you want to achieve your best, so between 30 and 50 hours to solve the entire test would be ideal. The use of internet, a calculator and a dictionary are allowed. DO NOT share answers at any time with any other person, or publish this test without my permission. NOTE: even if you have taken the MEIT63 you are allowed to take this test. Each subtests can be scored separately.
The test is currently accepted as an entrance exam by the SPIQR Society.
Please also submit these informations with your answers:
When you have finished completing the test send your answers to: submission.nitform1@gmail.com
Important Informations:
- The scoring is free
- Only one attempt is allowed
- Hand drawing is ok
- You are allowed to send explanations for your answers.
- I will score your submission in a time interval of 0.5 to 48 hours. If you don't get your score report after 48 hours please resend your answers.
This test was designed as an experimental measure of the high range of mental ability, say to measure intelligence above the level that standard intelligence tests measure. I encourage you to have fun. This test doesn't require specific knowledge in order to be solved. Basic math skills and strict knowledge of English are enough to solve the test.
Since the test is quite hard; there is no time limit so take as much time as you need, but I recommend to spend at least 6 hours solving each part of the test if you want to achieve your best, so between 30 and 50 hours to solve the entire test would be ideal. The use of internet, a calculator and a dictionary are allowed. DO NOT share answers at any time with any other person, or publish this test without my permission. NOTE: even if you have taken the MEIT63 you are allowed to take this test. Each subtests can be scored separately.
The test is currently accepted as an entrance exam by the SPIQR Society.
Please also submit these informations with your answers:
- Full Name
- Age
- Prior test scores on standardized and high range tests if possible
- An approximation of the time you spent
- Your country of origin
- If you want your name on the score list (you can decide after receiving your score)
When you have finished completing the test send your answers to: submission.nitform1@gmail.com
Important Informations:
- The scoring is free
- Only one attempt is allowed
- Hand drawing is ok
- You are allowed to send explanations for your answers.
- I will score your submission in a time interval of 0.5 to 48 hours. If you don't get your score report after 48 hours please resend your answers.
The Test
Info: You do not have to take all subtests to get a score. Each subtest can be scored alone. You will receive a score report by email with your raw score, a certificate will be sent to you after you had completed the whole test.
There is a first preliminary norm done for each subtest after 15 submissions.
A second preliminary norm done after 30 submissions.
A First norm done after 45 submissions.
A Second norm done after 90 submissions.
And the "final" norm will be done after 180 submissions.
There is a first preliminary norm done for each subtest after 15 submissions.
A second preliminary norm done after 30 submissions.
A First norm done after 45 submissions.
A Second norm done after 90 submissions.
And the "final" norm will be done after 180 submissions.
Norms
VARIABLES
RAW_LS EST_DU_TYPE NOMBRE
RAW_ARS EST_DU_TYPE NOMBRE
RAW_SS EST_DU_TYPE NOMBRE
RAW_NS EST_DU_TYPE NOMBRE
RAW_VS EST_DU_TYPE NOMBRE
NIT EST_DU_TYPE NOMBRE
DEBUT_ALGORITHME
AFFICHER "Please enter your Abstract reasoning subtest raw, if you have not done this subtest type 0: "
LIRE RAW_ARS
SI (RAW_ARS!=0) ALORS
DEBUT_SI
SI (RAW_ARS<22 ET RAW_ARS>=0) ALORS
DEBUT_SI
RAW_ARS PREND_LA_VALEUR round(RAW_ARS*3.367+96.92)
AFFICHER "Abstract reasoning subtest standard score: "
AFFICHER RAW_ARS
AFFICHER " (Second preliminary norm)"
FIN_SI
SINON
DEBUT_SINON
TANT_QUE (RAW_ARS>22 OU RAW_ARS<=0) FAIRE
DEBUT_TANT_QUE
AFFICHER "The raw specified is invalid, please enter your raw score again."
LIRE RAW_ARS
FIN_TANT_QUE
RAW_ARS PREND_LA_VALEUR round(RAW_ARS*2.133+118.07)
AFFICHER "Abstract reasoning subtest standard score: "
AFFICHER RAW_ARS
AFFICHER " (Preliminary norm)"
FIN_SINON
FIN_SI
SINON
DEBUT_SINON
AFFICHER "Abstract reasoning subtest standard score: N/A"
FIN_SINON
AFFICHER "Please enter your Spatial subtest raw, if you have not done this subtest type 0: "
LIRE RAW_SS
SI (RAW_SS!=0) ALORS
DEBUT_SI
SI (RAW_SS<22 ET RAW_SS>=0) ALORS
DEBUT_SI
RAW_SS PREND_LA_VALEUR round(RAW_SS*2.095+128.44)
AFFICHER "Spatial subtest standard score: "
AFFICHER RAW_SS
AFFICHER " (Preliminary norm)"
FIN_SI
SINON
DEBUT_SINON
TANT_QUE (RAW_SS>22 OU RAW_SS<=0) FAIRE
DEBUT_TANT_QUE
AFFICHER "The raw specified is invalid, please enter your raw score again."
LIRE RAW_SS
FIN_TANT_QUE
RAW_SS PREND_LA_VALEUR round(RAW_SS*2.095+128.44)
AFFICHER "Spatial subtest standard score: "
AFFICHER RAW_SS
AFFICHER " (Preliminary norm)"
FIN_SINON
FIN_SI
SINON
DEBUT_SINON
AFFICHER "Spatial subtest standard score: N/A"
FIN_SINON
AFFICHER "Please enter your Numerical subtest raw, if you have not done this subtest type 0: "
LIRE RAW_NS
SI (RAW_NS!=0) ALORS
DEBUT_SI
SI (RAW_NS<23 ET RAW_NS>=0) ALORS
DEBUT_SI
RAW_NS PREND_LA_VALEUR round(RAW_NS*2.35+110.14)
AFFICHER "Numerical subtest standard score: "
AFFICHER RAW_NS
AFFICHER " (Preliminary norm)"
FIN_SI
SINON
DEBUT_SINON
TANT_QUE (RAW_NS>23 OU RAW_NS<=0) FAIRE
DEBUT_TANT_QUE
AFFICHER "The raw specified is invalid, please enter your raw score again."
LIRE RAW_NS
FIN_TANT_QUE
RAW_NS PREND_LA_VALEUR round(RAW_NS*2.35+110.14)
AFFICHER "Numerical subtest standard score: "
AFFICHER RAW_NS
AFFICHER " (Preliminary norm)"
FIN_SINON
FIN_SI
SINON
DEBUT_SINON
AFFICHER "Numerical subtest standard score: N/A"
FIN_SINON
AFFICHER "Please enter your Verbal subtest raw, if you have not done this subtest type 0: "
LIRE RAW_VS
SI (RAW_VS!=0) ALORS
DEBUT_SI
RAW_LS EST_DU_TYPE NOMBRE
RAW_ARS EST_DU_TYPE NOMBRE
RAW_SS EST_DU_TYPE NOMBRE
RAW_NS EST_DU_TYPE NOMBRE
RAW_VS EST_DU_TYPE NOMBRE
NIT EST_DU_TYPE NOMBRE
DEBUT_ALGORITHME
AFFICHER "Please enter your Abstract reasoning subtest raw, if you have not done this subtest type 0: "
LIRE RAW_ARS
SI (RAW_ARS!=0) ALORS
DEBUT_SI
SI (RAW_ARS<22 ET RAW_ARS>=0) ALORS
DEBUT_SI
RAW_ARS PREND_LA_VALEUR round(RAW_ARS*3.367+96.92)
AFFICHER "Abstract reasoning subtest standard score: "
AFFICHER RAW_ARS
AFFICHER " (Second preliminary norm)"
FIN_SI
SINON
DEBUT_SINON
TANT_QUE (RAW_ARS>22 OU RAW_ARS<=0) FAIRE
DEBUT_TANT_QUE
AFFICHER "The raw specified is invalid, please enter your raw score again."
LIRE RAW_ARS
FIN_TANT_QUE
RAW_ARS PREND_LA_VALEUR round(RAW_ARS*2.133+118.07)
AFFICHER "Abstract reasoning subtest standard score: "
AFFICHER RAW_ARS
AFFICHER " (Preliminary norm)"
FIN_SINON
FIN_SI
SINON
DEBUT_SINON
AFFICHER "Abstract reasoning subtest standard score: N/A"
FIN_SINON
AFFICHER "Please enter your Spatial subtest raw, if you have not done this subtest type 0: "
LIRE RAW_SS
SI (RAW_SS!=0) ALORS
DEBUT_SI
SI (RAW_SS<22 ET RAW_SS>=0) ALORS
DEBUT_SI
RAW_SS PREND_LA_VALEUR round(RAW_SS*2.095+128.44)
AFFICHER "Spatial subtest standard score: "
AFFICHER RAW_SS
AFFICHER " (Preliminary norm)"
FIN_SI
SINON
DEBUT_SINON
TANT_QUE (RAW_SS>22 OU RAW_SS<=0) FAIRE
DEBUT_TANT_QUE
AFFICHER "The raw specified is invalid, please enter your raw score again."
LIRE RAW_SS
FIN_TANT_QUE
RAW_SS PREND_LA_VALEUR round(RAW_SS*2.095+128.44)
AFFICHER "Spatial subtest standard score: "
AFFICHER RAW_SS
AFFICHER " (Preliminary norm)"
FIN_SINON
FIN_SI
SINON
DEBUT_SINON
AFFICHER "Spatial subtest standard score: N/A"
FIN_SINON
AFFICHER "Please enter your Numerical subtest raw, if you have not done this subtest type 0: "
LIRE RAW_NS
SI (RAW_NS!=0) ALORS
DEBUT_SI
SI (RAW_NS<23 ET RAW_NS>=0) ALORS
DEBUT_SI
RAW_NS PREND_LA_VALEUR round(RAW_NS*2.35+110.14)
AFFICHER "Numerical subtest standard score: "
AFFICHER RAW_NS
AFFICHER " (Preliminary norm)"
FIN_SI
SINON
DEBUT_SINON
TANT_QUE (RAW_NS>23 OU RAW_NS<=0) FAIRE
DEBUT_TANT_QUE
AFFICHER "The raw specified is invalid, please enter your raw score again."
LIRE RAW_NS
FIN_TANT_QUE
RAW_NS PREND_LA_VALEUR round(RAW_NS*2.35+110.14)
AFFICHER "Numerical subtest standard score: "
AFFICHER RAW_NS
AFFICHER " (Preliminary norm)"
FIN_SINON
FIN_SI
SINON
DEBUT_SINON
AFFICHER "Numerical subtest standard score: N/A"
FIN_SINON
AFFICHER "Please enter your Verbal subtest raw, if you have not done this subtest type 0: "
LIRE RAW_VS
SI (RAW_VS!=0) ALORS
DEBUT_SI
Preliminary norms are available for 3 subtests. Note that estimated norms may vary a lot in the future.
All standard scores (subtests) and I.Q. scores (NIT-Form I) are expressed on the Wechsler scale. Mean=100 and standard
deviation=15.
_________________________________________________________________________
All standard scores (subtests) and I.Q. scores (NIT-Form I) are expressed on the Wechsler scale. Mean=100 and standard
deviation=15.
_________________________________________________________________________