Normal Topic MMPI-2 Minnesota Multiphasic Personality Inventory Full Test and Scoring (Read 557 times)
Paste Member Name in Quick Reply Box DSM5TR
Guest


MMPI-2 Minnesota Multiphasic Personality Inventory Full Test and Scoring
Aug 3rd, 2023 at 1:42am
Mark & QuoteQuote Print Post  
MMPI-2 Minnesota Multiphasic Personality Inventory Full Test and Scoring

1. Download test (save as html from website once loaded)

http://www.ohiofamilyrights.com/docs/MMPI_scoring.html

2. Update code with latest scales (open with Notepad, review line by line the question composition scoring and ensure it matches).

3. Fill out and run.

4. Review scoring and interpret.

What they tell you about only a trained psychologist blah blah is BS. These days scoring interpretation is automated and the computer prints off a narrative report. The test is restricted because if you know how it works and have seen it before it becomes useless very quickly and can be easily defeated or manipulated. Just like the polygraph or any other standardized assessment. 

Full instructions to fix scoring:

File save as "MMPI-2 Scoring.html" HTML only from your browser. You can then open the file with Notepad or similar text editor. It is a modified and archived version of the original but it still works the same way. After you answer the questions and click "Score" the results will appear. The formatting unfortunately is terrible and all the individual script files were merged. Use control + F to find the beginning of the scale scoring section, which was originally in the old scales.js file. Search for "Variable Response Inconsistency" to find the beginning of the scale scoring section, and for the end of the scale scoring section look for "33,47,142,159,164,176,224,255,295". Notice that this last line for the false items is actually incorrect and missing item 57 for false responses under "Lachar-Wrobel Critical Items - Somatic Symptoms".

Below is the correct and full updated scoring since that older script from the website has mistakes or is incomplete. Read through the scale scoring script below and everything should make sense in terms of how the scales work. It works the same as the html file on the website linked above (minus the formatting). Do not copy paste the code since the formatting is different.

The info below was in the old "scales.js" file and is updated with errors in the scoring fixed. If there are any further errors please comment and will post an update later. This information is to double check the scale composition and scored items so has to be checked line by line for errors against the HTML script.
........................................................................


// MMPI-2 Scales and Critical Items

scales = [
     {
         name: "VRIN",
         description: "Variable Response Inconsistency",
         rin: [
                 [3, "T", 39, "T", 1],
                 [6, "T", 90, "F", 1],
                 [6, "F", 90, "T", 1],
                 [9, "F", 56, "F", 1],
                 [28, "T", 59, "F", 1],
                 [31, "T", 299, "F", 1],
                 [32, "F", 316, "T", 1],
                 [40, "T", 176, "T", 1],
                 [46, "T", 265, "F", 1],
                 [48, "T", 184, "T", 1],
                 [49, "T", 280, "F", 1],
                 [73, "T", 377, "F", 1],
                 [81, "T", 284, "F", 1],
                 [81, "F", 284, "T", 1],
                 [83, "T", 288, "T", 1],
                 [84, "T", 105, "F", 1],
                 [86, "T", 359, "F", 1],
                 [95, "F", 388, "T", 1],
                 [99, "F", 138, "T", 1],
                 [103, "T", 344, "F", 1],
                 [110, "T", 374, "F", 1],
                 [125, "F", 195, "F", 1],
                 [135, "F", 482, "T", 1],
                 [136, "T", 507, "F", 1],
                 [136, "F", 507, "T", 1],
                 [152, "F", 464, "F", 1],
                 [161, "T", 185, "F", 1],
                 [161, "F", 185, "T", 1],
                 [165, "F", 565, "F", 1],
                 [166, "T", 268, "F", 1],
                 [166, "F", 268, "T", 1],
                 [167, "T", 243, "F", 1],
                 [167, "F", 243, "T", 1],
                 [196, "F", 415, "T", 1],
                 [199, "T", 467, "F", 1],
                 [199, "F", 467, "T", 1],
                 [226, "T", 267, "F", 1],
                 [259, "F", 333, "T", 1],
                 [262, "F", 275, "F", 1],
                 [290, "T", 556, "F", 1],
                 [290, "F", 556, "T", 1],
                 [339, "F", 394, "T", 1],
                 [349, "T", 515, "F", 1],
                 [349, "F", 515, "T", 1],
                 [350, "F", 521, "T", 1],
                 [353, "T", 370, "F", 1],
                 [353, "F", 370, "T", 1],
                 [364, "F", 554, "T", 1],
                 [369, "F", 421, "T", 1],
                 [372, "T", 405, "F", 1],
                 [372, "F", 405, "T", 1],
                 [380, "T", 562, "F", 1],
                 [395, "T", 435, "F", 1],
                 [395, "F", 435, "T", 1],
                 [396, "T", 403, "F", 1],
                 [396, "F", 403, "T", 1],
                 [411, "T", 485, "F", 1],
                 [414, "F", 485, "T", 1],
                 [472, "T", 533, "F", 1],
                 [472, "F", 533, "T", 1],
                 [491, "T", 509, "F", 1],
                 [506, "T", 520, "F", 1],
                 [506, "F", 520, "T", 1],
                 [513, "T", 542, "F", 1]
           ],
         t_scale: {
             male: [31, 34, 38, 42, 46, 50, 54, 57, 61, 65, 69, 73, 76, 80, 84, 88, 92, 96, 99, 103, 107, 111, 115, 118, 120],
             female: [30, 34, 38, 42, 46, 50, 54, 58, 62, 66, 70, 74, 78, 82, 86, 90, 94, 98, 102, 106, 110, 114, 118, 120]
         }
     }, {
         name: "TRIN",
         description: "True Reponse Inconsistency",
         base_score: 9,
         rin: [
                 [3, "T", 39, "T", 1],
                 [12, "T", 166, "T", 1],
                 [40, "T", 176, "T", 1],
                 [48, "T", 184, "T", 1],
                 [63, "T", 27, "T", 1],
                 [65, "T", 95, "T", 1],
                 [73, "T", 239, "T", 1],
                 [83, "T", 288, "T", 1],
                 [99, "T", 314, "T", 1],
                 [125, "T", 195, "T", 1],
                 [209, "T", 351, "T", 1],
                 [359, "T", 367, "T", 1],
                 [377, "T", 534, "T", 1],
                 [556, "T", 560, "T", 1],
                 [9, "F", 56, "F", -1],
                 [65, "F", 95, "F", -1],
                 [125, "F", 195, "F", -1],
                 [140, "F", 196, "F", -1],
                 [152, "F", 464, "F", -1],
                 [265, "F", 360, "F", -1],
                 [359, "F", 367, "F", -1]
           ],
         t_scale: {
             //male:[114,107,99,92,85,78,71,64,57,50,57,65,72,79,86,93,100,107,114,120],
             male: ["114F", "107F", "99F", "92F", "85F", "78F", "71F", "64F", "57F", "50", "57T", "65T", "72T", "79T", "86T", "93T", "100T", "107T", "114T", "120T"],
             //female:[118,111,103,95,88,80,73,65,58,50,58,65,73,80,88,95,103,111,118,120]
             female: ["118F", "111F", "103F", "95F", "88F", "80F", "73F", "65F", "58F", "50", "58T", "65T", "73T", "80T", "88T", "95T", "103T", "111T", "118T", "120T"]
         }
     }, {
         name: "F",
         description: "Infrequency",
         welsh: "F",
         true_questions: [18, 24, 30, 36, 42, 48, 54, 60, 66, 72, 84, 96, 114, 138, 144, 150, 156, 162, 168, 180, 198, 216, 228, 234, 240, 246, 252, 258, 264, 270, 282, 288, 294, 300, 306, 312, 324, 336, 349, 355, 361],
         false_questions: [6, 12, 78, 90, 102, 108, 120, 126, 132, 174, 186, 192, 204, 210, 222, 276, 318, 330, 343],
         t_scale: {
             male: [36, 39, 42, 45, 48, 51, 55, 58, 61, 64, 67, 70, 73, 76, 79, 82, 85, 89, 92, 95, 98, 101, 104, 107, 110, 113, 116, 119, 120],
             female: [37, 41, 44, 48, 51, 55, 58, 61, 65, 68, 72, 75, 79, 82, 85, 89, 92, 96, 99, 103, 106, 109, 113, 116, 120]
         }
     }, {
         name: "Fb",
         description: "Backside F",
         true_questions: [281, 291, 303, 311, 317, 319, 322, 323, 329, 332, 333, 334, 387, 395, 407, 431, 450, 454, 463, 468, 476, 478, 484, 489, 506, 516, 517, 520, 524, 525, 526, 528, 530, 539, 540, 544, 555],
         false_questions: [383, 404, 501],
         t_scale: {
             male: [42, 46, 51, 55, 59, 63, 67, 71, 75, 79, 83, 87, 92, 96, 100, 104, 108, 112, 116, 120],
             female: [42, 46, 50, 54, 58, 62, 66, 70, 74, 77, 81, 85, 89, 93, 97, 101, 105, 108, 112, 116, 120]
         }
     }, {
         name: "Fp",
         description: "Infrequency Psychopathology",
         true_questions: [66, 114, 162, 193, 216, 228, 252, 270, 282, 291, 294, 322, 323, 336, 371, 387, 478, 555],
         false_questions: [51, 77, 90, 93, 102, 126, 192, 276, 501],
         t_scale: {
             male: [41, 48, 56, 63, 70, 77, 80, 94, 99, 106, 113, 120],
             female: [41, 49, 57, 65, 73, 81, 89, 97, 105, 113, 120]
         }
     }, {
         name: "L",
         description: "Lie",
         welsh: "L",
         true_questions: [],
         false_questions: [16, 29, 41, 51, 77, 93, 102, 107, 123, 139, 153, 183, 203, 232, 260],
         t_scale: {
             male: [35, 39, 43, 48, 52, 56, 61, 65, 70, 74, 78, 83, 87, 91, 96, 100],
             female: [33, 38, 42, 47, 52, 57, 62, 66, 71, 76, 81, 86, 90, 95, 100, 105]
         }
     }, {
         name: "K",
         description: "Correction",
         welsh: "K",
         true_questions: [83],
         false_questions: [29, 37, 58, 76, 110, 116, 122, 127, 130, 136, 148, 157, 158, 167, 171, 196, 213, 243, 267, 284, 290, 330, 338, 339, 341, 346, 348, 356, 365],
         t_scale: {
             male: [undefined, undefined, undefined, undefined, undefined, undefined, 30, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51, 54, 56, 58, 60, 62, 64, 66, 68, 70, 72, 75, 77, 79, 81],
             female: [undefined, undefined, undefined, undefined, undefined, undefined, 30, 32, 35, 37, 39, 41, 43, 46, 48, 50, 52, 54, 56, 59, 61, 63, 65, 67, 70, 72, 74, 76, 78, 81, 83]
         }
     }, {
         name: "S",
         description: "Superlative Self-Presentation",
         true_questions: [121, 148, 184, 194, 534, 560],
         false_questions: [15, 50, 58, 76, 81, 87, 89, 104, 110, 120, 123, 154, 196, 205, 213, 225, 264, 279, 284, 290, 302, 337, 341, 346, 352, 373, 374, 403, 420, 423, 428, 430, 433, 442, 445, 449, 461, 486, 487, 523, 538, 542, 545, 547],
         t_scale: {
             male: [undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, 30, 32, 33, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 47, 48, 49, 50, 51, 52, 53, 55, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 70, 71, 72, 73, 74, 75, 76, 78, 79],
             female: [undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, 30, 31, 33, 34, 35, 36, 37, 39, 40, 41, 42, 43, 45, 46, 47, 48, 49, 51, 52, 53, 54, 55, 57, 58, 59, 60, 61, 63, 64, 65, 66, 68, 69, 70, 71, 72, 74, 75, 76, 77, 78, 80]
         }
     }, {
         name: "FBS",
         description: "Fake Bad Scale",
         true_questions: [11, 18, 28, 30, 31, 39, 40, 44, 59, 111, 252, 274, 325, 339, 464, 469, 505, 506],
         false_questions: [12, 41, 57, 58, 81, 110, 117, 152, 164, 176, 224, 227, 248, 249, 250, 255, 264, 284, 362, 373, 374, 419, 433, 496, 561],
         t_scale: {
             male: [],
             female: []
         }
     }, {
         name: "Hs",
         description: "Hypochondriasis",
         welsh: "1",
         true_questions: [18, 28, 39, 53, 59, 97, 101, 111, 149, 175, 247],
         false_questions: [2, 3, 8, 10, 20, 45, 47, 57, 91, 117, 141, 143, 152, 164, 173, 176, 179, 208, 224, 249, 255],
         t_scale: {
             k_correction: 0.5,
             male: [undefined, undefined, 30, 31, 31, 32, 33, 35, 37, 39, 42, 45, 48, 51, 54, 57, 59, 62, 64, 66, 68, 70, 73, 75, 77, 79, 81, 84, 86, 88, 90, 92, 94, 97, 99, 101, 103, 105, 108, 110, 112, 114, 116, 119, 120],
             female: [undefined, undefined, undefined, undefined, undefined, undefined, 30, 33, 35, 38, 40, 43, 46, 49, 51, 54, 56, 59, 61, 63, 65, 67, 69, 71, 73, 76, 78, 80, 82, 84, 86, 88, 90, 92, 94, 97, 99, 101, 103, 105, 107, 109, 111, 113, 115, 117, 120]
         }
     }, {
         name: "D",
         description: "Depression",
         welsh: "2",
         true_questions: [5, 15, 18, 31, 38, 39, 46, 56, 73, 92, 117, 127, 130, 146, 147, 170, 175, 181, 215, 233],
         false_questions: [2, 9, 10, 20, 29, 33, 37, 43, 45, 49, 55, 68, 75, 76, 95, 109, 118, 134, 140, 141, 142, 143, 148, 165, 178, 188, 189, 212, 221, 223, 226, 238, 245, 248, 260, 267, 330],
         t_scale: {
             male: [undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, 30, 32, 34, 36, 38, 40, 42, 45, 47, 50, 52, 54, 57, 59, 61, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 81, 83, 85, 87, 89, 91, 93, 95, 97, 98, 100, 102, 104, 106, 108, 110, 112, 114, 115, 117, 119, 120],
             female: [undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, 30, 32, 34, 36, 38, 40, 42, 44, 46, 47, 49, 51, 53, 55, 57, 59, 62, 64, 66, 68, 70, 72, 75, 77, 79, 81, 83, 86, 88, 90, 92, 94, 96, 99, 101, 103, 105, 107, 109, 112, 114, 116, 118, 120]
         }
     }, {
         name: "Hy",
         description: "Hysteria",
         welsh: "3",
         true_questions: [11, 18, 31, 39, 40, 44, 65, 101, 166, 172, 175, 218, 230],
         false_questions: [2, 3, 7, 8, 9, 10, 14, 26, 29, 45, 47, 58, 76, 81, 91, 95, 98, 110, 115, 116, 124, 125, 129, 135, 141, 148, 151, 152, 157, 159, 161, 164, 167, 173, 176, 179, 185, 193, 208, 213, 224, 241, 243, 249, 253, 263, 265],
         t_scale: {
             male: [undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, 30, 31, 32, 33, 34, 35, 37, 39, 40, 42, 43, 45, 47, 50, 52, 54, 57, 59, 61, 64, 66, 69, 71, 74, 76, 79, 81, 84, 86, 89, 91, 94, 96, 99, 101, 104, 106, 109, 111, 114, 116, 119, 120],
             female: [undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, 30, 31, 32, 32, 34, 35, 36, 38, 39, 41, 43, 45, 47, 49, 51, 54, 56, 58, 61, 63, 65, 68, 70, 73, 75, 77, 80, 82, 84, 87, 89, 90, 92, 94, 96, 99, 101, 104, 106, 108, 111, 113, 115, 118, 120]
         }
     }, {
         name: "Pd",
         description: "Psychopathic Deviate",
         welsh: "4",
         true_questions: [17, 21, 22, 31, 32, 35, 42, 52, 54, 56, 71, 82, 89, 94, 99, 105, 113, 195, 202, 219, 225, 259, 264, 288],
         false_questions: [9, 12, 34, 70, 79, 83, 95, 122, 125, 129, 143, 157, 158, 160, 167, 171, 185, 209, 214, 217, 226, 243, 261, 263, 266, 267],
         t_scale: {
             k_correction: 0.4,
             male: [undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, 30, 31, 33, 34, 35, 37, 39, 40, 42, 44, 46, 48, 50, 52, 54, 57, 59, 62, 64, 67, 69, 72, 74, 77, 79, 82, 84, 87, 90, 92, 95, 97, 100, 102, 105, 107, 110, 112, 115, 117, 120],
             female: [undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, 30, 32, 34, 36, 37, 39, 41, 43, 45, 47, 49, 51, 53, 55, 58, 60, 63, 66, 68, 71, 73, 76, 79, 81, 84, 87, 89, 92, 94, 97, 100, 102, 105, 107, 110, 113, 115, 118, 120]
         }
     }, {
         name: "Mf",
         description: "Masculinity-Femininity - Male",
         welsh: "5",
         true_questions: [4, 25, 62, 64, 67, 74, 80, 112, 119, 122, 128, 137, 166, 177, 187, 191, 196, 205, 209, 219, 236, 251, 256, 268, 271],
         false_questions: [1, 19, 26, 27, 63, 68, 69, 76, 86, 103, 104, 107, 120, 121, 132, 133, 163, 184, 193, 194, 197, 199, 201, 207, 231, 235, 237, 239, 254, 257, 272],
         t_scale: {
             male: [undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70, 72, 72, 76, 78, 79, 81, 83, 85, 87, 89, 91, 93, 95, 97, 99, 101, 103, 105, 107, 109],
             female: []
         }
     }, {
         name: "Mf",
         description: "Masculinity-Femininity - Female",
         welsh: "5",
         true_questions: [4, 25, 62, 64, 67, 74, 80, 112, 119, 121, 122, 128, 137, 177, 187, 191, 196, 205, 219, 236, 251, 256, 271],
         false_questions: [1, 19, 26, 27, 63, 68, 69, 76, 86, 103, 104, 107, 120, 132, 133, 163, 166, 184, 193, 194, 197, 199, 201, 207, 209, 231, 235, 237, 239, 254, 257, 268, 272],
         t_scale: {
             male: [],
             female: [undefined, undefined, undefined, undefined, undefined, undefined, undefined, 120, 118, 116, 114, 111, 109, 106, 104, 101, 99, 96, 94, 92, 89, 87, 84, 82, 79, 77, 74, 72, 69, 67, 65, 62, 60, 57, 55, 52, 50, 47, 45, 43, 40, 38, 35, 33, 30]
         }
     }, {
         name: "Pa",
         description: "Paranoia",
         welsh: "6",
         true_questions: [16, 17, 22, 23, 24, 42, 99, 113, 138, 144, 145, 146, 162, 234, 259, 271, 277, 285, 305, 307, 333, 334, 336, 355, 361],
         false_questions: [81, 95, 98, 100, 104, 110, 244, 255, 266, 283, 284, 286, 297, 314, 315],
         t_scale: {
             male: [undefined, undefined, 30, 31, 32, 34, 37, 39, 42, 46, 49, 53, 57, 61, 64, 68, 72, 75, 79, 83, 86, 90, 94, 97, 101, 105, 108, 112, 116, 119, 120],
             female: [undefined, undefined, 30, 31, 32, 34, 37, 39, 42, 45, 49, 52, 56, 59, 63, 67, 70, 74, 78, 81, 85, 89, 92, 96, 100, 103, 107, 111, 114, 118, 120]
         }
     }, {
         name: "Pt",
         description: "Psychathenia",
         welsh: "7",
         true_questions: [11, 16, 23, 31, 38, 56, 65, 73, 82, 89, 94, 130, 147, 170, 175, 196, 218, 242, 273, 275, 277, 285, 289, 301, 302, 304, 308, 309, 310, 313, 316, 317, 320, 325, 326, 327, 328, 329, 331],
         false_questions: [3, 9, 33, 109, 140, 165, 174, 293, 321],
         t_scale: {
             k_correction: 1.0,
             male: [undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, 30, 31, 32, 33, 34, 36, 37, 39, 41, 43, 44, 47, 49, 51, 53, 55, 57, 59, 62, 64, 66, 68, 70, 72, 74, 77, 79, 81, 93, 85, 87, 89, 91, 94, 96, 98, 100, 102, 104, 106, 109, 111, 113, 115, 117, 119, 120],
             female: [undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, 30, 31, 32, 33, 35, 37, 38, 40, 42, 44, 47, 49, 51, 53, 55, 57, 59, 61, 62, 64, 66, 68, 70, 72, 73, 75, 77, 79, 81, 83, 84, 86, 88, 90, 92, 94, 95, 97, 99, 101, 103, 105, 106, 108, 110, 112, 114, 116, 117, 119, 120]
         }
     }, {
         name: "Sc",
         description: "Schizophrenia",
         welsh: "8",
         true_questions: [16, 17, 21, 22, 23, 31, 32, 35, 38, 42, 44, 46, 48, 65, 85, 92, 138, 145, 147, 166, 168, 170, 180, 182, 190, 218, 221, 229, 233, 234, 242, 247, 252, 256, 268, 273, 274, 277, 279, 281, 287, 291, 292, 296, 298, 299, 303, 307, 311, 316, 319, 320, 322, 323, 325, 329, 332, 333, 355],
         false_questions: [6, 9, 12, 34, 90, 91, 106, 165, 177, 179, 192, 210, 255, 276, 278, 280, 290, 295, 343],
         t_scale: {
             k_correction: 1.0,
             male: [undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, 30, 31, 32, 33, 34, 35, 36, 37, 39, 40, 42, 44, 45, 47, 49, 51, 53, 55, 56, 58, 60, 62, 63, 65, 67, 69, 70, 72, 74, 75, 77, 79, 81, 82, 84, 86, 87, 89, 91, 93, 94, 96, 98, 99, 101, 103, 105, 106, 108, 110, 111, 113, 115, 117, 118, 120],
             female: [undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, 30, 31, 32, 33, 34, 36, 37, 39, 41, 42, 44, 46, 48, 50, 52, 53, 55, 57, 59, 60, 62, 63, 65, 66, 67, 69, 70, 72, 73, 75, 76, 78, 79, 81, 82, 84, 85, 87, 88, 90, 91, 93, 94, 96, 97, 99, 100, 102, 103, 105, 106, 108, 109, 111, 112, 114, 115, 116, 118, 119, 120]
         }
     }, {
         name: "Ma",
         description: "Hypomania",
         welsh: "9",
         true_questions: [13, 15, 21, 23, 50, 55, 61, 85, 87, 98, 113, 122, 131, 145, 155, 168, 169, 182, 190, 200, 205, 206, 211, 212, 218, 220, 227, 229, 238, 242, 244, 248, 250, 253, 269],
         false_questions: [88, 93, 100, 106, 107, 136, 154, 158, 167, 243, 263],
         t_scale: {
             k_correction: 0.2,
             male: [undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, 30, 31, 33, 35, 36, 38, 39, 41, 43, 45, 47, 49, 51, 53, 56, 59, 62, 65, 59, 72, 75, 78, 81, 82, 88, 91, 94, 98, 101, 104, 107, 110, 114, 117, 120],
             female: [undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, 30, 31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51, 53, 56, 59, 62, 65, 68, 71, 74, 76, 79, 82, 85, 88, 91, 94, 97, 100, 103, 106, 109, 112, 115, 118, 120]
         }
     }, {
         name: "Si",
         description: "Social Introversion",
         welsh: "0",
         true_questions: [31, 56, 70, 100, 104, 110, 127, 135, 158, 161, 167, 185, 215, 243, 251, 265, 275, 284, 289, 296, 302, 308, 326, 337, 338, 347, 348, 351, 352, 357, 364, 367, 368, 369],
         false_questions: [25, 32, 49, 79, 86, 106, 112, 131, 181, 189, 207, 209, 231, 237, 255, 262, 267, 280, 321, 328, 335, 340, 342, 344, 345, 350, 353, 354, 358, 359, 360, 362, 363, 366, 370],
         t_scale: {
             male: [undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, 30, 31, 33, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 61, 62, 63, 64, 65, 66, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 82, 83, 84, 85, 86, 87, 89, 90, 91, 92, 93, 94, 96, 97, 98, 99, 100],
             female: [undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, 30, 31, 32, 33, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 95]
         }
     }, {
         name: "D1",
         description: "Subjective Depression",
         true_questions: [31, 38, 39, 46, 56, 73, 92, 127, 130, 146, 147, 170, 175, 215, 223],
         false_questions: [2, 9, 43, 49, 75, 95, 109, 118, 140, 148, 178, 188, 189, 223, 260, 267, 330],
         t_scale: {
             male: [32, 35, 37, 40, 42, 45, 48, 50, 53, 56, 58, 61, 64, 66, 69, 71, 74, 77, 79, 82, 85, 87, 90, 93, 95, 98, 100, 103, 106, 108, 111, 114, 116],
             female: [32, 34, 37, 39, 41, 44, 46, 48, 51, 53, 56, 58, 60, 63, 65, 67, 70, 72, 75, 77, 79, 82, 84, 86, 89, 91, 94, 96, 98, 101, 103, 105, 108]
         }
     }, {
         name: "D2",
         description: "Psychomotor Retardation",
         true_questions: [38, 46, 170, 233],
         false_questions: [9, 29, 37, 49, 55, 76, 134, 188, 189, 212],
         t_scale: {
             male: [undefined, 30, 32, 37, 43, 48, 54, 59, 65, 70, 76, 81, 87, 92, 98],
             female: [undefined, undefined, 30, 35, 41, 46, 51, 57, 62, 68, 73, 79, 84, 90, 95]
         }
     }, {
         name: "D3",
         description: "Physical Malfunctioning",
         true_questions: [18, 117, 175, 181],
         false_questions: [2, 20, 45, 141, 142, 143, 148],
         t_scale: {
             male: [30, 35, 43, 51, 59, 67, 75, 83, 91, 100, 108, 116],
             female: [30, 34, 41, 48, 56, 63, 70, 78, 85, 93, 100, 107]
         }
     }, {
         name: "D4",
         description: "Mental Dullness",
         true_questions: [15, 31, 38, 73, 92, 147, 170, 233],
         false_questions: [9, 10, 43, 75, 109, 165, 188],
         t_scale: {
             male: [38, 43, 48, 53, 58, 62, 67, 72, 77, 82, 86, 91, 96, 101, 105, 110],
             female: [38, 43, 48, 52, 57, 61, 66, 70, 75, 79, 84, 88, 93, 97, 102, 106]
         }
     }, {
         name: "D5",
         description: "Brooding",
         true_questions: [38, 56, 92, 127, 130, 146, 170, 215],
         false_questions: [75, 95],
         t_scale: {
             male: [40, 45, 51, 57, 62, 68, 74, 79, 85, 91, 96],
             female: [37, 42, 47, 53, 58, 63, 68, 73, 78, 83, 89]
         }
     }, {
         name: "Hy1",
         description: "Denial of Social Anxiety",
         true_questions: [],
         false_questions: [129, 161, 167, 185, 243, 265],
         t_scale: {
             male: [30, 34, 40, 45, 51, 56, 61],
             female: [30, 35, 40, 45, 51, 56, 61]
         }
     }, {
         name: "Hy2",
         description: "Need for Affection",
         true_questions: [230],
         false_questions: [26, 58, 76, 81, 98, 110, 124, 151, 213, 241, 263],
         t_scale: {
             male: [undefined, 30, 32, 36, 40, 43, 47, 51, 55, 59, 63, 67, 71],
             female: [undefined, undefined, 30, 34, 38, 42, 46, 50, 55, 59, 63, 67, 71]
         }
     }, {
         name: "Hy3",
         description: "Lassitude-malaise",
         true_questions: [31, 39, 65, 175, 218],
         false_questions: [2, 3, 9, 10, 45, 95, 125, 141, 148, 152],
         t_scale: {
             male: [38, 43, 48, 52, 57, 61, 66, 70, 75, 79, 84, 88, 93, 97, 102, 106],
             female: [39, 43, 47, 51, 55, 59, 63, 67, 71, 75, 79, 83, 87, 91, 95, 99]
         }
     }, {
         name: "Hy4",
         description: "Somatic Complaints",
         true_questions: [11, 18, 40, 44, 101, 172],
         false_questions: [8, 47, 91, 159, 164, 173, 176, 179, 208, 224, 249],
         t_scale: {
             male: [38, 43, 48, 52, 57, 62, 67, 72, 77, 82, 86, 91, 96, 101, 106, 111, 115, 120],
             female: [37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 97, 101, 105]
         }
     }, {
         name: "Hy5",
         description: "Inhibition of Aggression",
         true_questions: [],
         false_questions: [7, 14, 29, 115, 116, 135, 157],
         t_scale: {
             male: [30, 33, 40, 48, 55, 63, 71, 78],
             female: [30, 31, 39, 46, 54, 62, 70, 77]
         }
     }, {
         name: "Pd1",
         description: "Familial Discord",
         true_questions: [21, 54, 195, 202, 288],
         false_questions: [83, 125, 214, 217],
         t_scale: {
             male: [38, 45, 51, 58, 65, 71, 78, 84, 91, 98],
             female: [38, 44, 50, 56, 62, 68, 74, 80, 86, 92]
         }
     }, {
         name: "Pd2",
         description: "Authority Problems",
         true_questions: [35, 105],
         false_questions: [34, 70, 129, 160, 263, 266],
         t_scale: {
             male: [30, 35, 42, 48, 55, 61, 68, 74, 81],
             female: [30, 38, 46, 53, 61, 69, 77, 84, 92]
         }
     }, {
         name: "Pd3",
         description: "Social Imperturbability",
         true_questions: [],
         false_questions: [70, 129, 158, 167, 185, 243],
         t_scale: {
             male: [30, 35, 40, 46, 52, 58, 64],
             female: [30, 35, 41, 47, 52, 58, 64]
         }
     }, {
         name: "Pd4",
         description: "Social Alienation",
         true_questions: [17, 22, 42, 56, 82, 99, 113, 219, 225, 259],
         false_questions: [12, 129, 157],
         t_scale: {
             male: [30, 36, 41, 46, 51, 57, 62, 67, 73, 78, 83, 88, 94, 99],
             female: [30, 33, 38, 44, 49, 54, 60, 65, 70, 75, 81, 86, 91, 97]
         }
     }, {
         name: "Pd5",
         description: "Self-alienation",
         true_questions: [31, 32, 52, 56, 71, 82, 89, 94, 113, 264],
         false_questions: [9, 95],
         t_scale: {
             male: [34, 38, 43, 48, 53, 58, 63, 67, 72, 77, 82, 87, 91],
             female: [34, 39, 43, 48, 53, 58, 63, 68, 72, 77, 82, 87, 92]
         }
     }, {
         name: "Pa1",
         description: "Persecutory Ideas",
         true_questions: [17, 22, 42, 99, 113, 138, 144, 145, 162, 234, 259, 305, 333, 336, 355, 361],
         false_questions: [314],
         t_scale: {
             male: [40, 46, 52, 58, 64, 70, 76, 82, 88, 94, 100, 106, 112, 118, 120],
             female: [39, 45, 51, 57, 63, 69, 75, 81, 87, 93, 99, 105, 111, 117, 120]
         }
     }, {
         name: "Pa2",
         description: "Poignancy",
         true_questions: [22, 146, 271, 277, 285, 307, 334],
         false_questions: [100, 244],
         t_scale: {
             male: [34, 41, 48, 55, 62, 69, 76, 82, 89, 96],
             female: [34, 40, 46, 53, 59, 65, 72, 78, 84, 91]
         }
     }, {
         name: "Pa3",
         description: "Naivete",
         true_questions: [16],
         false_questions: [81, 98, 104, 110, 283, 284, 286, 315],
         t_scale: {
             male: [30, 32, 36, 41, 46, 51, 56, 60, 65, 70],
             female: [30, 31, 36, 41, 45, 50, 55, 60, 65, 69]
         }
     }, {
         name: "Sc1",
         description: "Social Alienation",
         true_questions: [17, 21, 22, 42, 46, 138, 145, 190, 221, 256, 277, 281, 291, 292, 320, 333],
         false_questions: [90, 276, 278, 280, 343],
         t_scale: {
             male: [39, 43, 47, 51, 55, 59, 64, 68, 72, 76, 80, 84, 88, 92, 97, 101, 105, 109, 113, 117, 120],
             female: [38, 42, 46, 50, 53, 57, 61, 65, 69, 73, 77, 81, 84, 88, 92, 96, 100, 104, 108, 111, 115, 119]
         }
     }, {
         name: "Sc2",
         description: "Emotional Alienation",
         true_questions: [65, 92, 234, 273, 303, 323, 329, 332],
         false_questions: [9, 210, 290],
         t_scale: {
             male: [40, 50, 59, 69, 78, 88, 98, 107, 117, 120],
             female: [40, 49, 58, 67, 76, 86, 95, 104, 113, 120]
         }
     }, {
         name: "Sc3",
         description: "Lack of Ego Mastery, Cognitive",
         true_questions: [31, 32, 147, 170, 180, 299, 311, 316, 325],
         false_questions: [165],
         t_scale: {
             male: [42, 48, 54, 60, 66, 72, 78, 84, 90, 96, 103],
             female: [43, 49, 55, 61, 67, 74, 80, 86, 92, 98, 104]
         }
     }, {
         name: "Sc4",
         description: "Lack of Ego Mastery, Conative",
         true_questions: [31, 38, 48, 65, 92, 233, 234, 273, 299, 303, 325],
         false_questions: [9, 210, 290],
         t_scale: {
             male: [39, 44, 49, 55, 60, 65, 71, 76, 82, 87, 92, 98, 103, 109, 114],
             female: [39, 44, 49, 54, 59, 65, 40, 75, 80, 85, 90, 95, 100, 106, 111]
         }
     }, {
         name: "Sc5",
         description: "Lack of Ego Mastery, Defective Inhibition",
         true_questions: [23, 85, 168, 182, 218, 242, 274, 320, 322, 329, 355],
         false_questions: [],
         t_scale: {
             male: [40, 47, 54, 61, 68, 75, 82, 89, 96, 103, 110, 117],
             female: [40, 46, 53, 59, 65, 72, 78, 85, 91, 97, 104, 110]
         }
     }, {
         name: "Sc6",
         description: "Bizarre Sensory Experiences",
         true_questions: [23, 32, 44, 168, 182, 229, 247, 252, 296, 298, 307, 311, 319, 355],
         false_questions: [91, 106, 177, 179, 255, 295],
         t_scale: {
             male: [41, 46, 51, 55, 60, 65, 70, 75, 80, 85, 90, 95, 99, 104, 109, 114, 119, 120],
             female: [41, 45, 50, 54, 59, 63, 68, 72, 77, 81, 86, 91, 95, 100, 104, 109, 113, 118, 120]
         }
     }, {
         name: "Ma1",
         description: "Amorality",
         true_questions: [131, 227, 248, 250, 269],
         false_questions: [263],
         t_scale: {
             male: [35, 42, 50, 58, 66, 74, 81],
             female: [37, 45, 54, 62, 70, 79, 87]
         }
     }, {
         name: "Ma2",
         description: "Psychomotor Acceleration",
         true_questions: [15, 85, 87, 122, 169, 206, 218, 242, 244],
         false_questions: [100, 106],
         t_scale: {
             male: [undefined, 30, 34, 39, 44, 49, 53, 58, 63, 68, 73, 78],
             female: [undefined, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75, 80]
         }
     }, {
         name: "Ma3",
         description: "Imperturbability",
         true_questions: [155, 200, 220],
         false_questions: [93, 136, 158, 167, 243],
         t_scale: {
             male: [30, 35, 41, 47, 53, 59, 65, 71, 77],
             female: [30, 37, 43, 50, 56, 62, 69, 75, 82]
         }
     }, {
         name: "Ma4",
         description: "Ego Inflation",
         true_questions: [13, 50, 55, 61, 98, 145, 190, 211, 212],
         false_questions: [],
         t_scale: {
             male: [30, 37, 43, 50, 56, 63, 69, 76, 82, 89],
             female: [31, 37, 43, 49, 56, 62, 68, 74, 80, 86]
         }
     }, {
         name: "Si1",
         description: "Shyness/Self-Consciousness",
         true_questions: [158, 161, 167, 185, 243, 265, 275, 289],
         false_questions: [49, 262, 280, 321, 342, 360],
         t_scale: {
             male: [36, 39, 42, 45, 48, 51, 53, 56, 59, 62, 65, 68, 71, 74, 77],
             female: [36, 38, 41, 44, 46, 49, 52, 55, 57, 60, 63, 65, 68, 71, 74]
         }
     }, {
         name: "Si2",
         description: "Social Avoidance",
         true_questions: [337, 367],
         false_questions: [86, 340, 353, 359, 363, 370],
         t_scale: {
             male: [37, 41, 45, 49, 54, 58, 62, 67, 71],
             female: [37, 42, 47, 51, 56, 60, 65, 69, 74]
         }
     }, {
         name: "Si3",
         description: "Self/Other Alienation",
         true_questions: [31, 56, 104, 110, 135, 284, 302, 308, 326, 328, 338, 347, 348, 358, 364, 368, 369],
         false_questions: [],
         t_scale: {
             male: [35, 38, 41, 44, 47, 50, 53, 56, 59, 62, 65, 68, 71, 74, 77, 80, 83, 86],
             female: [35, 38, 41, 44, 47, 49, 52, 55, 58, 61, 63, 66, 69, 72, 74, 77, 80, 83]
         }
     }, {
         name: "ANX",
         description: "Anxiety",
         true_questions: [15, 30, 31, 39, 170, 196, 273, 290, 299, 301, 305, 339, 408, 415, 463, 469, 509, 556],
         false_questions: [140, 208, 223, 405, 496],
         t_scale: {
             male: [35, 39, 42, 45, 47, 50, 52, 53, 55, 57, 60, 62, 65, 67, 70, 72, 75, 77, 80, 82, 85, 87, 90, 92],
             female: [34, 37, 40, 43, 45, 47, 49, 51, 53, 55, 56, 59, 61, 64, 66, 69, 71, 74, 76, 79, 81, 84, 86, 89]
         }
     }, {
         name: "FRS",
         description: "Fears",
         true_questions: [154, 317, 322, 329, 334, 392, 395, 397, 435, 438, 441, 447, 458, 468, 471, 555],
         false_questions: [115, 163, 186, 385, 401, 453, 462],
         t_scale: {
             male: [35, 41, 45, 48, 51, 54, 57, 60, 64, 67, 70, 74, 77, 80, 84, 87, 90, 93, 97, 100, 103, 107, 110, 113],
             female: [31, 35, 38, 41, 43, 46, 48, 51, 53, 56, 59, 62, 65, 68, 72, 75, 78, 81, 85, 88, 91, 94, 98, 101]
         }
     }, {
         name: "OBS",
         description: "Obsessivness",
         true_questions: [55, 87, 135, 196, 309, 313, 327, 328, 394, 442, 482, 491, 497, 509, 547, 553],
         false_questions: [],
         t_scale: {
             male: [33, 37, 41, 44, 47, 50, 53, 56, 59, 63, 66, 70, 73, 77, 80, 84, 87],
             female: [32, 37, 41, 44, 46, 48, 50, 53, 56, 59, 63, 67, 71, 75, 79, 83, 87]
         }
     }, {
         name: "DEP",
         description: "Depression",
         true_questions: [38, 52, 56, 65, 71, 82, 92, 130, 146, 215, 234, 246, 277, 303, 306, 331, 377, 399, 400, 411, 454, 506, 512, 516, 520, 539, 546, 554],
         false_questions: [3, 9, 75, 95, 388],
         t_scale: {
             male: [36, 41, 45, 48, 51, 53, 55, 56, 58, 59, 61, 63, 65, 66, 68, 70, 71, 73, 75, 77, 78, 80, 82, 83, 85, 87, 88, 90, 92, 94, 95, 97, 99, 100],
             female: [34, 39, 42, 45, 48, 50, 52, 54, 55, 57, 58, 60, 62, 63, 65, 67, 68, 70, 72, 73, 75, 77, 78, 80, 82, 83, 85, 87, 88, 90, 92, 93, 95, 97]
         }
     }, {
         name: "HEA",
         description: "Health Concerns",
         true_questions: [11, 18, 28, 36, 40, 44, 53, 59, 97, 101, 111, 149, 175, 247],
         false_questions: [20, 33, 45, 47, 57, 91, 117, 118, 141, 142, 159, 164, 176, 179, 181, 194, 204, 224, 249, 255, 295, 404],
         t_scale: {
             male: [33, 37, 41, 44, 48, 51, 53, 56, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 81, 83, 85, 87, 89, 91, 93, 95, 97, 99, 101, 103, 105, 106, 108, 110, 112],
             female: [32, 36, 40, 43, 46, 49, 51, 53, 55, 57, 59, 61, 63, 64, 66, 68, 70, 72, 74, 76, 77, 79, 81, 83, 85, 87, 89, 90, 92, 94, 96, 98, 100, 101, 103, 105, 107]
         }
     }, {
         name: "BIZ",
         description: "Bizarre Mentation",
         true_questions: [24, 32, 60, 96, 138, 162, 198, 228, 259, 298, 311, 316, 319, 333, 336, 355, 361, 466, 490, 508, 543, 551],
         false_questions: [427],
         t_scale: {
             male: [39, 46, 51, 54, 57, 60, 63, 67, 70, 74, 77, 81, 84, 88, 91, 94, 98, 101, 105, 108, 112, 115, 119, 120],
             female: [39, 47, 52, 56, 58, 61, 64, 67, 70, 73, 76, 79, 81, 84, 87, 90, 93, 96, 99, 102, 105, 108, 110, 113]
         }
     }, {
         name: "ANG",
         description: "Anger",
         true_questions: [29, 37, 116, 134, 302, 389, 410, 414, 430, 461, 486, 513, 540, 542, 548],
         false_questions: [564],
         t_scale: {
             male: [32, 36, 40, 43, 46, 48, 50, 53, 56, 59, 63, 67, 70, 74, 78, 82, 86],
             female: [31, 36, 39, 42, 45, 47, 50, 53, 56, 60, 64, 68, 72, 76, 80, 84, 88]
         }
     }, {
         name: "CYN",
         description: "Cynicism",
         true_questions: [50, 58, 76, 81, 104, 110, 124, 225, 241, 254, 283, 284, 286, 315, 346, 352, 358, 374, 399, 403, 445, 470, 538],
         false_questions: [],
         t_scale: {
             male: [32, 35, 38, 40, 41, 43, 44, 46, 47, 48, 49, 51, 52, 54, 56, 59, 62, 65, 68, 71, 74, 77, 80, 83],
             female: [32, 35, 38, 40, 42, 44, 46, 47, 48, 50, 51, 53, 54, 56, 58, 61, 64, 67, 69, 72, 75, 77, 80, 83]
         }
     }, {
         name: "ASP",
         description: "Antisocial Practices",
         true_questions: [26, 35, 66, 81, 84, 104, 105, 110, 123, 227, 240, 248, 250, 254, 269, 283, 284, 374, 412, 418, 419],
         false_questions: [266],
         t_scale: {
             male: [30, 34, 37, 40, 42, 44, 46, 47, 49, 51, 53, 55, 58, 62, 65, 69, 72, 76, 79, 83, 87, 90, 94],
             female: [33, 36, 39, 42, 45, 47, 49, 42, 54, 56, 59, 63, 66, 69, 72, 75, 79, 82, 85, 88, 91, 94, 98]
         }
     }, {
         name: "TPA",
         description: "Type A",
         true_questions: [27, 136, 151, 212, 302, 358, 414, 419, 420, 423, 430, 437, 507, 510, 523, 531, 535, 541, 545],
         false_questions: [],
         t_scale: {
             male: [30, 32, 36, 38, 41, 43, 44, 46, 48, 50, 53, 56, 60, 64, 68, 72, 77, 81, 85, 89],
             female: [30, 33, 36, 38, 41, 43, 45, 48, 50, 53, 56, 60, 64, 69, 73, 77, 81, 85, 90, 94]
         }
     }, {
         name: "LSE",
         description: "Low Self-esteem",
         true_questions: [70, 73, 130, 235, 326, 369, 376, 380, 411, 421, 450, 457, 475, 476, 483, 485, 503, 504, 519, 526, 562],
         false_questions: [61, 78, 109],
         t_scale: {
             male: [35, 41, 45, 48, 51, 53, 55, 57, 59, 62, 64, 67, 70, 72, 75, 77, 80, 83, 85, 88, 91, 93, 96, 98, 101],
             female: [35, 40, 44, 47, 49, 51, 52, 54, 55, 57, 60, 62, 65, 68, 70, 73, 76, 78, 81, 84, 86, 89, 92, 94, 97]
         }
     }, {
         name: "SOD",
         description: "Social Discomfort",
         true_questions: [46, 158, 167, 185, 265, 275, 281, 337, 349, 367, 479, 480, 515],
         false_questions: [49, 86, 262, 280, 321, 340, 353, 359, 360, 363, 370],
         t_scale: {
             male: [32, 35, 39, 41, 43, 45, 47, 49, 50, 52, 54, 55, 58, 60, 63, 65, 68, 71, 73, 76, 78, 81, 84, 86, 89],
             female: [32, 35, 39, 41, 44, 46, 48, 49, 51, 52, 54, 56, 58, 60, 63, 65, 68, 70, 72, 75, 77, 80, 82, 84, 87]
         }
     }, {
         name: "FAM",
         description: "Family Problems",
         true_questions: [21, 54, 145, 190, 195, 205, 256, 292, 300, 323, 378, 379, 382, 413, 449, 478, 543, 550, 563, 567],
         false_questions: [83, 125, 217, 383, 455],
         t_scale: {
             male: [33, 37, 41, 44, 47, 50, 52, 55, 57, 60, 63, 66, 68, 71, 74, 77, 80, 82, 85, 88, 91, 94, 97, 99, 102, 105],
             female: [32, 36, 39, 42, 45, 47, 50, 52, 55, 57, 60, 62, 65, 68, 70, 73, 75, 78, 81, 83, 86, 89, 91, 94, 96, 99]
         }
     }, {
         name: "WRK",
         description: "Work Interference",
         true_questions: [15, 17, 31, 54, 73, 98, 135, 233, 243, 299, 302, 339, 364, 368, 394, 409, 428, 445, 464, 491, 505, 509, 517, 525, 545, 554, 559, 566],
         false_questions: [10, 108, 318, 521, 561],
         t_scale: {
             male: [33, 36, 39, 41, 44, 46, 48, 50, 52, 54, 56, 57, 59, 61, 63, 65, 67, 68, 70, 72, 74, 76, 78, 79, 81, 83, 85, 87, 89, 90, 92, 94, 96, 98],
             female: [31, 34, 37, 40, 43, 45, 46, 48, 50, 51, 52, 54, 55, 57, 59, 61, 63, 65, 67, 69, 70, 73, 76, 78, 80, 82, 84, 86, 88, 90, 92, 95, 97, 99]
         }
     }, {
         name: "TRT",
         description: "Negative Treatment Indicators",
         true_questions: [22, 92, 274, 306, 364, 368, 373, 375, 376, 377, 391, 399, 482, 488, 491, 495, 497, 499, 500, 504, 528, 539, 554],
         false_questions: [493, 494, 501],
         t_scale: {
             male: [35, 39, 43, 47, 49, 52, 54, 56, 59, 61, 64, 66, 69, 71, 74, 76, 79, 81, 84, 86, 89, 91, 94, 96, 99, 101, 104],
             female: [35, 39, 43, 46, 49, 51, 53, 55, 57, 59, 61, 64, 67, 69, 72, 74, 77, 79, 82, 84, 87, 89, 92, 95, 97, 100, 102]
         }
     }, {
         name: "A",
         description: "Anxiety",
         true_questions: [31, 38, 56, 65, 82, 127, 135, 215, 233, 243, 251, 273, 277, 289, 301, 309, 310, 311, 325, 328, 338, 339, 341, 347, 390, 391, 394, 400, 408, 411, 415, 421, 428, 442, 448, 451, 464, 469],
         false_questions: [388],
         t_scale: {
             male: [36, 37, 39, 40, 42, 43, 44, 46, 47, 49, 50, 51, 53, 54, 56, 57, 58, 60, 61, 63, 64, 65, 67, 68, 70, 71, 73, 74, 75, 77, 78, 80, 81, 82, 84, 85, 87, 88, 89, 91],
             female: [35, 37, 38, 39, 40, 42, 43, 44, 45, 47, 48, 49, 50, 52, 53, 54, 56, 57, 58, 59, 61, 62, 63, 64, 66, 67, 68, 69, 71, 72, 73, 74, 76, 77, 76, 80, 81, 82, 83, 85]
         }
     }, {
         name: "R",
         description: "Repression",
         true_questions: [],
         false_questions: [1, 7, 10, 14, 37, 45, 69, 112, 118, 120, 128, 134, 142, 168, 178, 189, 197, 199, 248, 255, 256, 297, 330, 346, 350, 353, 354, 359, 363, 365, 422, 423, 430, 432, 449, 456, 465],
         t_scale: {
             male: [undefined, undefined, undefined, undefined, undefined, undefined, 30, 32, 34, 36, 39, 41, 43, 45, 47, 50, 52, 54, 56, 58, 61, 63, 65, 67, 69, 72, 74, 76, 81, 83, 85, 87, 89, 92, 94, 96, 98],
             female: [undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, 30, 31, 33, 36, 39, 41, 44, 46, 49, 52, 54, 57, 60, 62, 65, 67, 70, 73, 75, 78, 81, 83, 86, 88, 91, 94, 96, 99, 102, 104]
         }
     }, {
         name: "Es",
         description: "Ego Strength",
         true_questions: [2, 33, 45, 98, 141, 159, 169, 177, 179, 189, 199, 209, 213, 230, 245, 325, 385, 406, 413, 425],
         false_questions: [23, 31, 32, 36, 39, 53, 60, 70, 82, 87, 119, 128, 175, 196, 215, 221, 225, 229, 236, 246, 307, 310, 316, 328, 391, 394, 441, 447, 458, 464, 469, 471],
         t_scale: {
             male: [undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, 30, 31, 34, 36, 38, 40, 42, 45, 47, 49, 51, 54, 56, 58, 60, 63, 65, 67, 69, 72, 74, 76, 78, 81, 83],
             female: [undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, 30, 31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51, 53, 55, 57, 59, 61, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86]
         }
     }, {
         name: "MAC-R",
         description: "MacAndrew Alcoholism Scale-Revised",
         true_questions: [7, 24, 36, 49, 52, 69, 72, 82, 84, 103, 105, 113, 115, 128, 168, 172, 202, 214, 224, 229, 238, 257, 280, 342, 344, 407, 412, 414, 422, 434, 439, 445, 456, 473, 502, 506, 549],
         false_questions: [73, 107, 117, 137, 160, 166, 251, 266, 287, 299, 325, 387],
         t_scale: {
             male: [undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, 30, 32, 34, 37, 39, 41, 44, 46, 48, 51, 53, 55, 58, 60, 62, 64, 67, 69, 72, 74, 76, 78, 81, 83, 85, 88, 90, 92, 95, 97, 99, 102, 104, 106, 109, 111, 113],
             female: [undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, 30, 31, 34, 37, 40, 42, 45, 48, 50, 53, 56, 59, 61, 64, 67, 69, 72, 75, 78, 80, 83, 86, 88, 91, 94, 96, 99, 102, 105, 107, 110, 113, 115, 116, 120]
         }
     }, {
         name: "AAS",
         description: "Addiction Acknowledgement",
         true_questions: [172, 264, 288, 362, 387, 487, 489, 511, 527, 544],
         false_questions: [266, 429, 501],
         t_scale: {
             male: [36, 41, 46, 51, 56, 60, 65, 70, 75, 80, 85, 90, 95, 100],
             female: [39, 44, 50, 56, 61, 67, 7, 78, 84, 90, 95, 101, 107, 113]
         }
     }, {
         name: "APS",
         description: "Addiction Potential",
         true_questions: [7, 29, 41, 89, 103, 113, 120, 168, 183, 189, 196, 217, 242, 260, 267, 341, 342, 344, 377, 422, 502, 523, 540],
         false_questions: [4, 43, 76, 104, 137, 157, 220, 239, 306, 312, 349, 440, 495, 496, 500, 504],
         t_scale: {
             male: [undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, 30, 33, 35, 38, 41, 44, 46, 49, 52, 54, 57, 60, 63, 65, 68, 71, 73, 76, 79, 82, 84, 87, 90, 92],
             female: [undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, 30, 31, 33, 36, 39, 42, 44, 47, 50, 52, 55, 58, 60, 63, 66, 69, 71, 74, 77, 79, 82, 85, 87, 90, 93]
         }
     }, {
         name: "MDS",
         description: "Marital Distress",
         true_questions: [21, 22, 135, 195, 219, 382, 484, 563],
         false_questions: [12, 83, 95, 125, 493, 494],
         t_scale: {
             male: [37, 42, 46, 51, 56, 60, 65, 69, 74, 79, 83, 88, 92, 97, 102],
             female: [38, 42, 46, 50, 55, 59, 63, 68, 72, 76, 80, 85, 89, 93, 98]
         }
     }, {
         name: "Ho",
         description: "Hostility",
         true_questions: [19, 27, 46, 50, 58, 76, 81, 99, 104, 110, 124, 136, 145, 171, 205, 225, 227, 241, 248, 251, 254, 259, 265, 286, 306, 315, 338, 346, 347, 352, 357, 358, 386, 393, 398, 406, 414, 419, 423, 425, 436, 443, 445, 452, 457, 466, 470],
         false_questions: [217, 230, 372],
         t_scale: {
             male: [undefined, 30, 31, 32, 33, 34, 35, 36, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 50, 51, 52, 53, 54, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 67, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 81, 82, 83, 84, 85, 87, 88],
             female: [undefined, 30, 31, 32, 34, 35, 36, 37, 39, 40, 41, 42, 44, 45, 46, 47, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 61, 63, 64, 65, 66, 68, 69, 70, 71, 73, 74, 75, 76, 78, 79, 80, 82, 83, 84, 85, 87, 88, 89, 90, 92]
         }
     }, {
         name: "O-H",
         description: "Overcontrolled Hostility",
         true_questions: [67, 79, 207, 286, 305, 398, 471],
         false_questions: [1, 15, 29, 69, 77, 89, 98, 116, 117, 129, 153, 169, 171, 293, 344, 390, 400, 420, 433, 440, 460],
         t_scale: {
             male: [undefined, undefined, undefined, undefined, undefined, undefined, 30, 31, 35, 38, 41, 45, 48, 52, 55, 59, 62, 65, 69, 72, 76, 79, 82, 86, 89, 93, 96, 99, 103],
             female: [undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, 30, 33, 37, 41, 44, 48, 52, 55, 59, 63, 66, 70, 74, 77, 81, 85, 88, 92, 96, 99, 103]
         }
     }, {
         name: "Do",
         description: "Dominance",
         true_questions: [55, 207, 232, 245, 386, 416],
         false_questions: [31, 52, 70, 73, 82, 172, 201, 202, 220, 227, 243, 244, 275, 309, 325, 399, 412, 470, 473],
         t_scale: {
             male: [undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, 30, 31, 34, 38, 41, 45, 48, 51, 55, 58, 61, 65, 68, 72, 75, 78],
             female: [undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, 30, 32, 35, 39, 42, 46, 49, 53, 56, 59, 63, 66, 70, 73, 77, 80]
         }
     }, {
         name: "Re",
         description: "Social Responsibility",
         true_questions: [100, 160, 199, 266, 440, 467],
         false_questions: [7, 27, 29, 32, 84, 103, 105, 145, 164, 169, 201, 202, 235, 275, 358, 412, 417, 418, 430, 431, 432, 456, 468, 470],
         t_scale: {
             male: [undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, 30, 32, 34, 37, 39, 42, 45, 47, 50, 52, 55, 57, 60, 63, 65, 68, 70, 73, 76],
             female: [undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, 30, 32, 35, 38, 41, 44, 47, 50, 53, 56, 59, 62, 65, 68, 71, 74, 77]
         }
     }, {
         name: "Mt",
         description: "College Maladjustment",
         true_questions: [15, 16, 28, 31, 38, 71, 73, 81, 82, 110, 130, 215, 218, 233, 269, 273, 299, 302, 325, 331, 339, 357, 408, 411, 449, 464, 469, 472],
         false_questions: [2, 3, 9, 10, 20, 43, 95, 131, 140, 148, 152, 223, 405],
         t_scale: {
             male: [32, 34, 36, 37, 39, 40, 42, 43, 45, 46, 48, 50, 51, 53, 54, 56, 57, 59, 60, 62, 64, 65, 67, 68, 70, 71, 73, 74, 76, 77, 79, 81, 82, 84, 85, 87, 88, 30, 31, 93, 95, 96],
             female: [32, 34, 35, 37, 38, 40, 41, 42, 44, 45, 47, 48, 50, 51, 52, 54, 55, 57, 58, 60, 61, 62, 64, 65, 67, 68, 70, 71, 72, 74, 75, 77, 78, 80, 81, 82, 84, 85, 87, 88, 90, 91]
         }
     }, {
         name: "GM",
         description: "Masculine Gender Role",
         true_questions: [8, 20, 143, 152, 159, 163, 176, 199, 214, 237, 321, 331, 350, 385, 388, 401, 440, 462, 467, 474],
         false_questions: [4, 23, 44, 64, 70, 73, 74, 80, 100, 137, 146, 187, 289, 351, 364, 392, 395, 435, 438, 441, 469, 471, 498, 509, 519, 532, 536],
         t_scale: {
             male: [undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, 30, 31, 34, 36, 38, 40, 42, 45, 47, 49, 51, 53, 56, 58, 60, 62, 64, 66, 69, 71],
             female: [undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, 30, 32, 33, 35, 36, 38, 40, 41, 43, 44, 46, 47, 49, 50, 52, 53, 55, 56, 58, 59, 61, 63, 64, 66, 67, 69, 70, 72, 73, 75, 76, 78]
         }
     }, {
         name: "GF",
         description: "Feminine Gender Role",
         true_questions: [62, 67, 119, 121, 128, 263, 266, 353, 384, 426, 449, 456, 475, 552],
         false_questions: [1, 27, 63, 68, 79, 84, 105, 123, 133, 155, 197, 201, 203, 220, 231, 238, 239, 250, 257, 264, 272, 287, 406, 417, 465, 477, 487, 510, 511, 537, 548, 550],
         t_scale: {
             male: [undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, 30, 32, 34, 37, 39, 41, 43, 45, 47, 49, 51, 54, 56, 58, 60, 62, 64, 66, 68, 71, 73, 75, 77, 79, 81, 83, 85, 88, 90],
             female: [undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, 30, 33, 35, 38, 40, 43, 46, 48, 51, 53, 56, 59, 61, 64, 66, 69, 71]
         }
     }, {
         name: "PK",
         description: "Post-traumatic Stress Disorder",
         true_questions: [16, 17, 22, 23, 30, 31, 32, 37, 39, 48, 52, 56, 59, 65, 82, 85, 92, 94, 101, 135, 150, 168, 170, 196, 221, 274, 277, 302, 303, 305, 316, 319, 327, 328, 339, 347, 349, 367],
         false_questions: [2, 3, 9, 49, 75, 95, 125, 140],
         t_scale: {
             male: [37, 38, 40, 42, 43, 45, 47, 48, 50, 52, 53, 55, 57, 58, 60, 62, 63, 65, 67, 68, 70, 72, 73, 75, 77, 78, 80, 82, 83, 85, 87, 88, 90, 92, 93, 95, 97, 98, 100, 102, 103, 105, 107, 108, 110, 112, 113],
             female: [37, 39, 40, 42, 43, 45, 46, 48, 49, 51, 52, 54, 55, 57, 58, 60, 61, 63, 64, 66, 67, 69, 71, 72, 74, 75, 77, 78, 80, 81, 83, 84, 86, 87389, 90, 92, 93, 95, 96, 98, 99, 101, 103, 104, 106, 107]
         }
     }, {
         name: "PS",
         description: "Post-traumatic Stress Disorder",
         true_questions: [17, 21, 22, 31, 32, 37, 38, 44, 48, 56, 59, 65, 85, 94, 116, 135, 145, 150, 168, 170, 180, 218, 221, 273, 274, 277, 299, 301, 304, 305, 311, 316, 319, 325, 328, 377, 386, 400, 463, 464, 469, 471, 475, 479, 515, 516, 565],
         false_questions: [3, 9, 45, 75, 95, 141, 165, 208, 223, 280, 372, 405, 564],
         t_scale: {
             male: [37, 38, 39, 41, 42, 43, 44, 46, 47, 48, 49, 51, 52, 53, 54, 56, 57, 58, 59, 61, 62, 63, 64, 66, 67, 68, 69, 71, 72, 73, 74, 76, 77, 78, 79, 81, 82, 83, 84, 86, 87, 88, 89, 91, 92, 93, 94, 96, 97, 98, 99, 101, 102, 103, 104, 106, 107, 108, 110, 111, 112],
             female: [37, 38, 39, 40, 41, 42, 43, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 66, 68, 69, 70, 71, 73, 74, 75, 76, 77, 78, 79, 80, 81, 83, 84, 85, 86, 87, 88, 89, 90, 92, 93, 94, 95, 97, 98, 99, 100, 102, 103, 104]
         }
     }, {
         name: "D-O",
         description: "Depression, Obvious",
         true_questions: [15, 18, 31, 38, 39, 46, 56, 73, 92, 127, 130, 146, 147, 170, 175, 215, 233],
         false_questions: [2, 9, 10, 20, 33, 43, 45, 49, 75, 95, 109, 118, 140, 141, 142, 165, 188, 223, 245, 248, 260, 330],
         t_scale: {
             male: [32, 34, 37, 39, 41, 44, 46, 48, 51, 53, 55, 58, 60, 62, 65, 67, 69, 72, 74, 76, 79, 81, 83, 86, 88, 90, 93, 95, 97, 100, 102, 104, 107, 109, 111, 114, 116, 118, 120],
             female: [32, 34, 36, 38, 40, 42, 44, 46, 48, 51, 53, 55, 57, 59, 61, 63, 65, 67, 69, 71, 73, 75, 77, 79, 81, 83, 85, 87, 89, 92, 94, 96, 98, 100, 102, 104, 106, 108, 110, 112]
         }
     }, {
         name: "D-S",
         description: "Depression, Subtle",
         true_questions: [5, 117, 282],
         false_questions: [29, 37, 55, 68, 76, 134, 143, 148, 178, 189, 212, 221, 226, 238, 267],
         t_scale: {
             male: [undefined, undefined, undefined, undefined, undefined, undefined, 32, 36, 40, 44, 48, 52, 55, 59, 63, 67, 71, 75, 78],
             female: [undefined, undefined, undefined, undefined, undefined, undefined, undefined, 32, 36, 40, 44, 48, 53, 57, 61, 65, 69, 73, 77]
         }
     }, {
         name: "Hy-O",
         description: "Hysteria, Obvious",
         true_questions: [11, 18, 31, 39, 40, 44, 65, 101, 166, 172, 175, 218],
         false_questions: [2, 3, 8, 9, 10, 45, 47, 91, 95, 115, 125, 141, 152, 159, 164, 173, 179, 208, 224, 249],
         t_scale: {
             male: [37, 40, 42, 45, 48, 51, 53, 56, 59, 62, 64, 67, 70, 73, 76, 78, 81, 84, 87, 89, 92, 95, 98, 100, 103, 106, 109, 111, 114, 117, 120],
             female: [37, 39, 41, 44, 46, 48, 51, 53, 56, 58, 60, 63, 65, 67, 70, 72, 75, 77, 79, 82, 84, 86, 89, 91, 93, 96, 98, 101, 103, 105, 108, 110, 112]
         }
     }, {
         name: "Hy-S",
         description: "Hysteria, Subtle",
         true_questions: [230],
         false_questions: [7, 14, 26, 29, 58, 76, 81, 98, 110, 116, 124, 129, 135, 148, 151, 157, 161, 167, 176, 185, 193, 213, 241, 243, 253, 263, 265],
         t_scale: {
             male: [undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, 31, 34, 36, 38, 41, 43, 45, 47, 50, 52, 54, 57, 59, 61, 64, 66, 68, 71, 73, 75, 78],
             female: [undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, 32, 34, 37, 39, 42, 44, 47, 49, 51, 54, 56, 59, 61, 64, 66, 69, 71, 73, 76, 78]
         }
     }, {
         name: "Pd-O",
         description: "Psychopathic Deviate, Obvious",
         true_questions: [17, 22, 31, 32, 35, 42, 52, 54, 56, 71, 82, 94, 99, 105, 195, 202, 225, 259, 264, 288],
         false_questions: [9, 12, 34, 79, 95, 125, 261, 266],
         t_scale: {
             male: [34, 36, 39, 42, 44, 47, 50, 52, 55, 58, 60, 63, 66, 68, 71, 74, 76, 79, 82, 84, 87, 90, 92, 95, 98, 100, 103, 106, 108],
             female: [35, 38, 41, 44, 46, 49, 52, 54, 57, 60, 62, 65, 68, 70, 73, 76, 79, 81, 84, 87, 89, 92, 95, 97, 100, 103, 105, 108, 111]
         }
     }, {
         name: "Pd-S",
         description: "Psychopathic Deviate, Subtle",
         true_questions: [21, 89, 113, 219],
         false_questions: [70, 83, 122, 129, 143, 157, 158, 160, 167, 171, 185, 209, 214, 217, 226, 243, 263, 267],
         t_scale: {
             male: [undefined, undefined, undefined, undefined, undefined, undefined, 33, 37, 41, 45, 48, 52, 56, 60, 64, 68, 72, 76, 79, 83, 87, 91, 95],
             female: [undefined, undefined, undefined, undefined, undefined, undefined, 31, 35, 39, 43, 47, 51, 55, 59, 63, 67, 71, 75, 79, 83, 87, 91, 95]
         }
     }, {
         name: "Pa-O",
         description: "Paranoia, Obvious",
         true_questions: [17, 22, 23, 24, 42, 99, 138, 144, 146, 162, 234, 259, 277, 285, 305, 307, 333, 336, 355, 361],
         false_questions: [255, 266, 314],
         t_scale: {
             male: [38, 43, 47, 52, 57, 61, 66, 70, 75, 80, 84, 89, 93, 98, 102, 107, 112, 116],
             female: [38, 42, 47, 51, 55, 60, 64, 68, 72, 77, 81, 85, 90, 94, 98, 103, 107, 111, 115, 120]
         }
     }, {
         name: "Pa-S",
         description: "Paranoia, Subtle",
         true_questions: [16, 113, 145, 271, 334],
         false_questions: [81, 95, 98, 100, 104, 110, 244, 283, 284, 286, 297, 315],
         t_scale: {
             male: [undefined, undefined, undefined, 31, 35, 39, 43, 48, 52, 56, 60, 65, 69, 73, 77, 82, 86, 90],
             female: [undefined, undefined, undefined, 31, 35, 39, 44, 48, 52, 57, 61, 65, 69, 74, 78, 82, 87, 91]
         }
     }, {
         name: "Ma-O",
         description: "Hypomania, Obvoius",
         true_questions: [15, 23, 50, 61, 85, 87, 145, 155, 168, 182, 190, 205, 218, 227, 229, 238, 242, 250, 253, 269],
         false_questions: [100, 106, 107],
         t_scale: {
             male: [undefined, 30, 34, 37, 40, 44, 47, 51, 54, 57, 61, 64, 67, 71, 74, 78, 81, 84, 88, 91, 95, 98, 101, 105],
             female: [undefined, 32, 35, 39, 42, 45, 49, 52, 55, 59, 62, 66, 69, 72, 76, 79, 82, 86, 89, 92, 96, 99, 103, 106]
         }
     }, {
         name: "Ma-S",
         description: "Hypomania, Subtle",
         true_questions: [13, 21, 55, 98, 113, 122, 131, 169, 200, 206, 211, 212, 220, 244, 248],
         false_questions: [88, 93, 136, 154, 158, 167, 243, 263],
         t_scale: {
             male: [undefined, undefined, undefined, undefined, undefined, 31, 35, 39, 42, 46, 50, 54, 57, 61, 65, 69, 72, 76, 80, 83, 87, 91, 95, 98],
             female: [undefined, undefined, undefined, undefined, undefined, 32, 36, 40, 44, 47, 51, 55, 59, 63, 67, 70, 74, 78, 82, 86, 90, 93, 97, 101]
         }
     }, {
         name: "dem",
         description: "Demoralization",
         welsh: "RCd",
         true_questions: [31, 56, 64, 73, 82, 94, 130, 180, 215, 233, 273, 277, 339, 400, 411, 464, 469, 482, 485, 491, 505, 554],
         false_questions: [95, 388],
         t_scale: {
             male: [37, 42, 47, 50, 52, 54, 56, 57, 58, 60, 62, 64, 66, 68, 70, 71, 73, 75, 77, 79, 81, 83, 85, 86, 88],
             female: [36, 41, 45, 48, 50, 52, 53, 54, 55, 56, 58, 60, 61, 63, 65, 67, 69, 71, 73, 75, 77, 79, 81, 83, 85]
         }
     }, {
         name: "som",
         description: "Somatic Complaints",
         welsh: "RC1",
         true_questions: [11, 18, 28, 40, 97, 101, 111, 149, 172, 247, 536],
         false_questions: [2, 8, 20, 47, 57, 91, 106, 141, 164, 176, 177, 179, 208, 224, 255, 295],
         t_scale: {
             male: [37, 43, 48, 52, 55, 58, 60, 63, 65, 68, 71, 73, 76, 79, 81, 84, 86, 89, 92, 94, 97, 100],
             female: [36, 41, 45, 49, 52, 55, 57, 59, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 85, 87, 89, 91, 93, 95, 97, 99, 100]
         }
     }, {
         name: "lpe",
         description: "Low Positive Emotions",
         welsh: "RC2",
         true_questions: [],
         false_questions: [9, 10, 49, 61, 75, 109, 148, 188, 206, 239, 244, 280, 318, 330, 494, 521, 552],
         t_scale: {
             male: [34, 39, 43, 46, 50, 53, 57, 60, 64, 68, 72, 75, 79, 83, 86, 90, 94, 97],
             female: [33, 38, 42, 46, 50, 54, 58, 62, 66, 70, 74, 79, 83, 87, 91, 95, 99, 100]
         }
     }, {
         name: "cyn",
         description: "Cynicism",
         welsh: "RC3",
         true_questions: [58, 76, 81, 104, 110, 241, 254, 284, 286, 352, 436, 445, 538, 563, 567],
         false_questions: [],
         t_scale: {
             male: [34, 38, 41, 43, 45, 47, 48, 50, 53, 56, 60, 64, 69, 74, 78, 83],
             female: [33, 38, 41, 44, 46, 48, 50, 52, 55, 58, 62, 66, 70, 74, 78, 82]
         }
     }, {
         name: "asb",
         description: "Antisocial Behavior",
         welsh: "RC4",
         true_questions: [21, 35, 84, 105, 202, 240, 264, 362, 379, 412, 431, 487, 489, 511, 540, 548],
         false_questions: [34, 83, 160, 266, 429, 455],
         t_scale: {
             male: [33, 37, 41, 44, 47, 49, 52, 54, 57, 59, 62, 65, 68, 71, 74, 77, 80, 83, 86, 89, 92, 95, 98],
             female: [35, 40, 44, 48, 52, 55, 58, 60, 63, 66, 69, 71, 74, 77, 80, 83, 85, 88, 91, 94, 96, 99, 100]
         }
     }, {
         name: "per",
         description: "Ideas of Persecution",
         welsh: "RC6",
         true_questions: [24, 42, 99, 138, 144, 145, 162, 216, 228, 259, 333, 336, 355, 361, 484, 490],
         false_questions: [314],
         t_scale: {
             male: [41, 56, 62, 65, 67, 70, 73, 76, 79, 82, 85, 88, 90, 93, 96, 99, 100],
             female: [43, 58, 64, 67, 70, 73, 76, 79, 82, 85, 88, 91, 94, 97, 99, 100]
         }
     }, {
         name: "dne",
         description: "Dysfunctional Negative Emotions",
         welsh: "RC7",
         true_questions: [37, 127, 161, 251, 274, 289, 301, 302, 310, 320, 327, 328, 329, 390, 421, 424, 430, 442, 451, 463, 471, 507, 513, 519],
         false_questions: [],
         t_scale: {
             male: [34, 38, 42, 45, 47, 49, 52, 54, 56, 58, 60, 63, 65, 67, 70, 72, 75, 77, 80, 82, 85, 87, 90, 92, 95],
             female: [32, 36, 40, 42, 45, 47, 49, 50, 52, 54, 55, 58, 60, 63, 65, 68, 71, 74, 76, 79, 82, 84, 87, 90, 92]
         }
     }, {
         name: "abx",
         description: "Aberrant Experiences",
         welsh: "RC8",
         true_questions: [32, 60, 72, 96, 168, 182, 198, 229, 296, 298, 307, 311, 316, 319, 466, 508, 551],
         false_questions: [427],
         t_scale: {
             male: [39, 47, 52, 56, 59, 63, 66, 70, 73, 76, 80, 83, 87, 90, 93, 97, 100],
             female: [39, 47, 52, 56, 60, 63, 66, 69, 73, 76, 79, 82, 85, 89, 92, 95, 98, 100]
         }
     }, {
         name: "hpm",
         description: "Hypomanic Activation",
         welsh: "RC9",
         true_questions: [27, 50, 55, 86, 122, 134, 153, 169, 189, 209, 212, 213, 226, 242, 250, 267, 304, 324, 345, 346, 366, 389, 393, 406, 414, 423, 542],
         false_questions: [100],
         t_scale: {
             male: [30, 30, 31, 33, 36, 38, 39, 41, 42, 44, 45, 47, 48, 50, 51, 53, 56, 58, 61, 64, 67, 70, 73, 76, 79, 82, 85, 88, 91],
             female: [30, 30, 32, 34, 37, 38, 40, 42, 44, 46, 48, 49, 51, 53, 56, 58, 61, 64, 66, 69, 72, 74, 77, 80, 83, 85, 88, 91, 94]
         }
     }, {
         name: "AGGR",
         description: "Aggressiveness",
         true_questions: [27, 50, 85, 134, 239, 323, 324, 346, 350, 358, 414, 423, 452, 521, 548],
         false_questions: [70, 446, 503],
         t_scale: {
             male: [undefined, 30, 33, 36, 38, 40, 43, 45, 48, 51, 54, 59, 64, 69, 74, 79, 84, 89, 94],
             female: [30, 32, 35, 38, 41, 44, 46, 49, 53, 57, 61, 66, 71, 76, 81, 86, 91, 96, 101]
         }
     }, {
         name: "PSYC",
         description: "Psychoticism",
         true_questions: [24, 42, 48, 72, 96, 99, 138, 144, 198, 241, 259, 315, 319, 336, 355, 361, 374, 448, 466, 490, 508, 549, 551],
         false_questions: [184, 427],
         t_scale: {
             male: [35, 40, 45, 49, 52, 56, 59, 62, 65, 68, 72, 75, 78, 81, 84, 88, 91, 94, 97, 101, 104, 107, 110, 114, 117, 120],
             female: [35, 41, 46, 50, 53, 56, 60, 63, 66, 69, 72, 75, 78, 81, 84, 87, 90, 93, 96, 99, 103, 106, 109, 112, 115, 118]
         }
     }, {
         name: "DISC",
         description: "Disconstraint",
         true_questions: [35, 84, 88, 103, 105, 123, 209, 222, 250, 284, 344, 362, 385, 412, 417, 418, 431, 477],
         false_questions: [34, 100, 121, 126, 154, 263, 266, 309, 351, 402, 497],
         t_scale: {
             male: [undefined, undefined, undefined, undefined, 30, 31, 33, 35, 37, 39, 41, 42, 44, 46, 49, 51, 54, 57, 60, 64, 67, 71, 75, 78, 82, 82, 89, 93, 96, 100],
             female: [undefined, undefined, 30, 31, 34, 37, 39, 42, 44, 46, 49, 51, 54, 56, 60, 63, 66, 69, 73, 76, 79, 83, 86, 89, 93, 96, 99, 102, 106, 109]
         }
     }, {
         name: "NEGE",
         description: "Negative Emotionality / Neuroticism",
         true_questions: [37, 52, 82, 93, 116, 166, 196, 213, 290, 301, 305, 329, 375, 389, 390, 395, 397, 407, 409, 415, 435, 442, 444, 451, 513, 542, 556],
         false_questions: [63, 223, 372, 405, 496, 564],
         t_scale: {
             male: [31, 34, 36, 39, 41, 43, 44, 46, 48, 49, 51, 52, 54, 56, 57, 59, 61, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 89, 91, 93, 95, 97],
             female: [30, 31, 34, 36, 38, 40, 42, 44, 45, 46, 48, 49, 50, 52, 53, 55, 57, 59, 61, 63, 66, 68, 70, 72, 75, 77, 79, 81384, 86, 88, 90, 93, 95]
         }
     }, {
         name: "INTR",
         description: "Introversion / Low Positive Emotionality",
         true_questions: [38, 56, 233, 515, 517],
         false_questions: [9, 49, 61, 75, 78, 86, 95, 109, 131, 174, 188, 189, 207, 226, 231, 244, 267, 318, 330, 340, 342, 343, 353, 356, 359, 370, 460, 531, 534],
         t_scale: {
             male: [undefined, 30, 31, 33, 35, 37, 39, 41, 43, 45, 48, 50, 52, 54, 56, 59, 61, 64, 66, 68, 71, 73, 76, 78, 80, 83, 85, 88, 90, 92, 95, 97, 100, 102, 105],
             female: [undefined, undefined, 30, 32, 34, 37, 39, 42, 44, 46, 48, 50, 53, 55, 57, 60, 63, 65, 68, 70, 73, 76, 78, 81, 83, 86, 89, 91, 94, 96, 99, 102, 104, 107, 109]
         }
     }, {
         name: "FRS1",
         description: "Generalized Fearfulness",
         true_questions: [317, 322, 329, 334, 395, 435, 441, 447, 468, 471, 555],
         false_questions: [186],
         t_scale: {
             male: [44, 53, 62, 71, 80, 89, 98, 107, 113, 120],
             female: [42, 48, 55, 61, 68, 74, 81, 88, 94, 101, 107]
         }
     }, {
         name: "FRS2",
         description: "Multiple Fears",
         true_questions: [154, 392, 438, 458],
         false_questions: [115, 163, 385, 401, 453, 462],
         t_scale: {
             male: [37, 41, 45, 50, 54, 59, 63, 67, 72, 76, 81],
             female: [30, 33, 37, 41, 45, 49, 53, 58, 62, 66, 70]
         }
     }, {
         name: "DEP1",
         description: "Lack of Drive",
         true_questions: [38, 71, 92, 399, 400, 512, 516, 539, 554],
         false_questions: [3, 9, 75],
         t_scale: {
             male: [40, 46, 51, 57, 62, 68, 73, 79, 84, 89, 95, 100, 106],
             female: [40, 45, 50, 55, 60, 65, 70, 75, 80, 85, 90, 95, 100]
         }
     }, {
         name: "DEP2",
         description: "Dysphoria",
         true_questions: [56, 65, 146, 215],
         false_questions: [95, 388],
         t_scale: {
             male: [42, 50, 58, 66, 74, 82, 90],
             female: [40, 47, 53, 60, 66, 73, 79]
         }
     }, {
         name: "DEP3",
         description: "Self-Depreciation",
         true_questions: [52, 82, 130, 234, 246, 377, 411],
         false_questions: [],
         t_scale: {
             male: [41, 48, 55, 62, 69, 76, 83, 91],
             female: [40, 47, 54, 61, 68, 75, 82, 89]
         }
     }, {
         name: "DEP4",
         description: "Suicidal Ideation",
         true_questions: [303, 454, 506, 520, 546],
         false_questions: [],
         t_scale: {
             male: [45, 62, 79, 95, 112, 120],
             female: [45, 61, 77, 93, 109, 120]
         }
     }, {
         name: "HEA1",
         description: "Gastrointestinal Symptoms",
         true_questions: [18, 59, 111],
         false_questions: [20, 47],
         t_scale: {
             male: [44, 57, 70, 83, 96, 109],
             female: [43, 54, 64, 75, 86, 97]
         }
     }, {
         name: "HEA2",
         description: "Neurological Symtoms",
         true_questions: [44, 53, 101, 149, 247],
         false_questions: [91, 142, 159, 164, 179, 255, 295],
         t_scale: {
             male: [40, 47, 54, 60, 67, 74, 80, 87, 94, 100, 107, 114, 120],
             female: [39, 45, 50, 56, 61, 67, 72, 78, 83, 89, 94, 99, 105]
         }
     }, {
         name: "HEA3",
         description: "General Health Concerns",
         true_questions: [175],
         false_questions: [33, 45, 118, 141, 224],
         t_scale: {
             male: [40, 48, 56, 64, 72, 81, 89],
             female: [40, 48, 56, 64, 71, 79, 87]
         }
     }, {
         name: "BIZ1",
         description: "Psychotic Symptomatology",
         true_questions: [24, 60, 96, 138, 162, 228, 336, 355, 361, 508, 551],
         false_questions: [],
         t_scale: {
             male: [44, 54, 64, 74, 84, 94, 104, 114, 120],
             female: [44, 54, 65, 76, 86, 97, 108, 118, 120]
         }
     }, {
         name: "BIZ2",
         description: "Schizotypal Characteristics",
         true_questions: [32, 259, 298, 311, 316, 319, 333, 466, 543],
         false_questions: [],
         t_scale: {
             male: [41, 47, 54, 60, 67, 73, 80, 86, 93, 99],
             female: [41, 47, 54, 60, 66, 72, 79, 85, 91, 97]
         }
     }, {
         name: "ANG1",
         description: "Explosive Behavior",
         true_questions: [37, 134, 389, 414, 540, 548],
         false_questions: [564],
         t_scale: {
             male: [39, 45, 52, 58, 64, 71, 77, 83],
             female: [39, 47, 54, 61, 69, 76, 84, 91]
         }
     }, {
         name: "ANG2",
         description: "Irritability",
         true_questions: [116, 302, 430, 461, 486, 513, 542],
         false_questions: [],
         t_scale: {
             male: [35, 41, 46, 51, 56, 61, 67, 72],
             female: [33, 39, 44, 49, 54, 59, 65, 70]
         }
     }, {
         name: "CYN1",
         description: "Misanthropic Beliefs",
         true_questions: [58, 76, 81, 104, 110, 241, 254, 283, 284, 286, 352, 374, 399, 470, 538],
         false_questions: [],
         t_scale: {
             male: [33, 36, 39, 41, 44, 47, 50, 52, 55, 58, 60, 63, 66, 69, 71, 74],
             female: [34, 37, 40, 42, 45, 48, 51, 54, 56, 59, 62, 65, 68, 70, 73, 76]
         }
     }, {
         name: "CYN2",
         description: "Interpersonal Suspiciousness",
         true_questions: [50, 124, 225, 315, 346, 358, 403, 445],
         false_questions: [],
         t_scale: {
             male: [34, 39, 43, 48, 53, 57, 62, 66, 71],
             female: [35, 40, 45, 49, 54, 59, 64, 68, 73]
         }
     }, {
         name: "ASP1",
         description: "Antisocial Attitudes",
         true_questions: [26, 66, 81, 104, 110, 123, 227, 248, 250, 254, 269, 283, 284, 374, 418, 419],
         false_questions: [],
         t_scale: {
             male: [32, 35, 37, 40, 43, 46, 49, 52, 55, 57, 60, 63, 66, 69, 72, 75, 79],
             female: [33, 36, 39, 42, 45, 48, 52, 55, 58, 61, 64, 67, 70, 73, 76, 79, 82]
         }
     }, {
         name: "ASP2",
         description: "Antisocial Behavior",
         true_questions: [35, 84, 105, 412],
         false_questions: [266],
         t_scale: {
             male: [38, 45, 52, 59, 67, 74],
             female: [42, 51, 61, 71, 81, 90]
         }
     }, {
         name: "TPA1",
         description: "Impatience",
         true_questions: [302, 420, 430, 507, 523, 535],
         false_questions: [],
         t_scale: {
             male: [34, 39, 45, 51, 57, 63, 68],
             female: [34, 40, 46, 52, 58, 64, 70]
         }
     }, {
         name: "TPA2",
         description: "Competitive Drive",
         true_questions: [27, 151, 212, 358, 419, 423, 510, 531, 545],
         false_questions: [],
         t_scale: {
             male: [33, 39, 44, 50, 55, 60, 66, 71, 77, 82],
             female: [34, 40, 46, 52, 58, 64, 70, 76, 82, 89]
         }
     }, {
         name: "LSE1",
         description: "Self-Doubt",
         true_questions: [73, 130, 326, 411, 450, 483, 485, 504],
         false_questions: [61, 78, 109],
         t_scale: {
             male: [39, 44, 49, 54, 59, 64, 70, 75, 80, 85, 90, 95],
             female: [39, 43, 48, 53, 57, 62, 66, 71, 75, 80, 85, 89]
         }
     }, {
         name: "LSE2",
         description: "Submissiveness",
         true_questions: [70, 369, 421, 457, 503, 519],
         false_questions: [],
         t_scale: {
             male: [41, 48, 55, 62, 69, 76, 83],
             female: [39, 45, 51, 57, 63, 69, 75]
         }
     }, {
         name: "SOD1",
         description: "Introversion",
         true_questions: [46, 265, 281, 337, 349, 367, 480, 515],
         false_questions: [49, 86, 280, 340, 353, 359, 363, 370],
         t_scale: {
             male: [36, 39, 42, 45, 47, 50, 53, 56, 59, 62, 65, 68, 71, 73, 76, 79, 82],
             female: [37, 40, 43, 46, 49, 52, 55, 58, 61, 64, 67, 70, 73, 76, 79, 82, 85]
         }
     }, {
         name: "SOD2",
         description: "Shyness",
         true_questions: [158, 167, 185, 275],
         false_questions: [262, 321, 360],
         t_scale: {
             male: [36, 41, 47, 52, 58, 63, 68, 74],
             female: [35, 40, 45, 50, 55, 60, 65, 69]
         }
     }, {
         name: "FAM1",
         description: "Family Discord",
         true_questions: [21, 54, 190, 205, 256, 323, 378, 382, 449, 478, 563],
         false_questions: [83],
         t_scale: {
             male: [35, 40, 45, 50, 55, 60, 65, 70, 75, 80, 85, 90, 95],
             female: [33, 38, 42, 47, 52, 57, 62, 67, 71, 76, 81, 86, 91]
         }
     }, {
         name: "FAM2",
         description: "Familial Alienation",
         true_questions: [195, 550],
         false_questions: [217, 383, 455],
         t_scale: {
             male: [40, 49, 58, 67, 76, 84],
             female: [41, 50, 59, 68, 77, 86]
         }
     }, {
         name: "TRT1",
         description: "Low Motivation",
         true_questions: [92, 364, 368, 376, 491, 497, 500, 528, 539, 554],
         false_questions: [494],
         t_scale: {
             male: [42, 48, 54, 60, 66, 71, 77, 83, 89, 95, 101, 107],
             female: [41, 46, 51, 56, 61, 66, 71, 76, 81, 86, 91, 96]
         }
     }, {
         name: "TRT2",
         description: "Inability to Disclose",
         true_questions: [274, 373, 375, 391, 495],
         false_questions: [],
         t_scale: {
             male: [37, 45, 52, 60, 68, 75],
             female: [38, 46, 53, 60, 68, 75]
         }
     }, {
         name: "KB1",
         description: "Koss-Butcher Critical Items - Acute Anxiety Scale",
         true_questions: [5, 15, 28, 39, 59, 172, 218, 301, 444, 463, 469],
         false_questions: [2, 3, 10, 140, 208, 223]
     }, {
         name: "KB2",
         description: "Koss-Butcher Critical Items - Depressed Suicidal Ideation",
         true_questions: [38, 65, 71, 92, 130, 146, 215, 233, 273, 303, 306, 411, 454, 485, 506, 518, 520, 524],
         false_questions: [9, 75, 95, 388]
     }, {
         name: "KB3",
         description: "Koss-Butcher Critical Items - Threatened Assault",
         true_questions: [37, 85, 134, 213, 389],
         false_questions: []
     }, {
         name: "KB4",
         description: "Koss-Butcher Critical Items - Situational Stress Due to Alcoholism",
         true_questions: [264, 487, 489, 502, 511, 518],
         false_questions: [125]
     }, {
         name: "KB5",
         description: "Koss-Butcher Critical Items - Mental Confusion",
         true_questions: [24, 31, 32, 72, 96, 180, 198, 299, 311, 316, 325],
         false_questions: []
     }, {
         name: "KB6",
         description: "Koss-Butcher Critical Items - Persecutory Ideas",
         true_questions: [17, 42, 99, 124, 138, 144, 145, 162, 216, 228, 241, 251, 259, 333, 361],
         false_questions: [314]
     }, {
         name: "LW1",
         description: "Lachar-Wrobel Critical Items - Anxiety and Tension",
         true_questions: [15, 17, 172, 218, 299, 301, 320, 463],
         false_questions: [223, 261, 405]
     }, {
         name: "LW2",
         description: "Lachar-Wrobel Critical Items - Depression and Worry",
         true_questions: [65, 73, 130, 150, 180, 273, 303, 339, 411, 415, 454],
         false_questions: [2, 3, 10, 75, 165]
     }, {
         name: "LW3",
         description: "Lachar-Wrobel Critical Items - Sleep Disturbance",
         true_questions: [5, 30, 39, 328, 471],
         false_questions: [140]
     }, {
         name: "LW4",
         description: "Lachar-Wrobel Critical Items - Deviant Beliefs",
         true_questions: [42, 99, 138, 144, 162, 216, 228, 259, 333, 336, 355, 466],
         false_questions: [106, 314]
     }, {
         name: "LW5",
         description: "Lachar-Wrobel Critical Items - Deviant Thinking and Experiences",
         true_questions: [32, 60, 96, 122, 198, 298, 307, 316, 319],
         false_questions: [427]
     }, {
         name: "LW6",
         description: "Lachar-Wrobel Critical Items - Substance Abuse",
         true_questions: [168, 264],
         false_questions: [429]
     }, {
         name: "LW7",
         description: "Lachar-Wrobel Critical Items - Antisocial Attitude",
         true_questions: [27, 35, 84, 105, 227, 240, 254, 324],
         false_questions: [266]
     }, {
         name: "LW8",
         description: "Lachar-Wrobel Critical Items - Family Conflict",
         true_questions: [21, 288],
         false_questions: [83, 125]
     }, {
         name: "LW9",
         description: "Lachar-Wrobel Critical Items - Problematic Anger",
         true_questions: [85, 134, 213, 389],
         false_questions: []
     }, {
         name: "LW10",
         description: "Lachar-Wrobel Critical Items - Sexual Concern and Deviation",
         true_questions: [62, 166, 268],
         false_questions: [12, 34, 121]
     }, {
         name: "LW11",
         description: "Lachar-Wrobel Critical Items - Somatic Symptoms",
         true_questions: [18, 28, 40, 44, 53, 59, 101, 111, 175, 182, 229, 247, 464],
         false_questions: [33, 47, 57, 142, 159, 164, 176, 224, 255, 295]
     }
];
  
Back to top
 
IP Logged
 
Paste Member Name in Quick Reply Box DSM5TR
Guest


Re: MMPI-2 Minnesota Multiphasic Personality Inventory Full Test and Scoring
Reply #1 - Aug 3rd, 2023 at 1:56am
Mark & QuoteQuote Print Post  
Male  Female
Long Form  Short Form
MMPI-2 Questions

False True   1. I like mechanics magazines.
False True   2. I have a good appetite.
False True   3. I wake up fresh and rested most mornings.
False True   4. I think I would enjoy the work of a librarian.
False True   5. I am easily awakened by noise.
False True   6. My father is a good man (or if your father is dead) my father was a good man.
False True   7. I like to read newspaper articles on crime.
False True   8. My hands and feet are usually warm enough.
False True   9. My daily life is full of things that keep me interested.
False True   10. I am about as able to work as I ever was.
False True   11. There seems to be a lump in my throat much of the time.
False True   12. My sex life is satisfactory.
False True   13. People should try to understand their dreams and be guided by or take warning from them.
False True   14. I enjoy detective or mystery stories.
False True   15. I work under a great deal of tension.
False True   16. Once in a while I think of things too bad to talk about.
False True   17. I am sure I get a raw deal from life.
False True   18. I am troubled by attacks of nausea and vomiting.
False True   19. When I take a new job, I like to find out whom it is important to be nice to.
False True   20. I am very seldom bothered by constipation.
False True   21. At times I have very much wanted to leave home.
False True   22. No one seems to understand me.
False True   23. At times I have fits of laughing and crying that I cannot control.
False True   24. Evil spirits possess me at times.
False True   25. I would like to be a singer.
False True   26. I feel that it is certainly best to keep my mouth shut when I am in trouble.
False True   27. When people do me wrong, I feel I should pay them back, just for the principle of the thing.
False True   28. I am bothered by an upset stomach several times a week.
False True   29. At times I feel like swearing.
False True   30. I have nightmares every few nights.
False True   31. I find it hard to keep my mind on a task or job.
False True   32. I have had very peculiar and strange experiences.
False True   33. I seldom worry about my health.
False True   34. I have never been in trouble because of my sexual behavior.
False True   35. Sometimes when I was young I stole things.
False True   36. I have a cough most of the time.
False True   37. At times I feel like smashing things.
False True   38. I have had periods of days, weeks, or months when I couldn't take care of things because I couldn't "get going".
False True   39. My sleep is fitful and disturbed.
False True   40. Much of the time, my head seems to hurt all over.
False True   41. I do not always tell the truth.
False True   42. If people had not had it in for me, I would have been much more successful.
False True   43. My judgment is better than it ever was.
False True   44. Once a week (or more often) I suddenly feel hot all over, for no reason.
False True   45. I am in just as good physical health as most of my friends.
False True   46. I prefer to pass by school friends, or people I know but have not seen for a long time, unless they speak to me first.
False True   47. I am almost never bothered by pains over my heart or in my chest.
False True   48. Most anytime I would rather sit and daydream than do anything else.
False True   49. I am a very sociable person.
False True   50. I have often had to take orders from someone who did not know as much as I did.
False True   51. I do not read every editorial in the newspaper every day.
False True   52. I have not lived the right kind of life.
False True   53. Parts of my body often have feelings like burning, tingling, crawling, or like "going to sleep".
False True   54. My family does not like the work I have chosen (or the work I intend to choose for my lifework).
False True   55. I sometimes keep on at a thing until others lose their patience with me.
False True   56. I wish I could be as happy as others seem to be.
False True   57. I hardly ever feel pain in the back of my neck.
False True   58. I think a great many people exaggerate their misfortunes in order to gain the sympathy and help of others.
False True   59. I am troubled by discomfort in the pit of my stomach every few days or so.
False True   60. When I am with people I am bothered by hearing very strange things.
False True   61. I am an important person.
False True   62. I have often wished I were a girl. (or if you are a girl) I have never been sorry that I am a girl.
False True   63. My feelings are not easily hurt.
False True   64. I enjoy reading love stories.
False True   65. Most of the time I feel blue.
False True   66. It would be better if almost all laws were thrown away.
False True   67. I like poetry.
False True   68. I sometimes tease animals.
False True   69. I think I would like the kind of work a forest ranger does.
False True   70. I am easily downed in an argument.
False True   71. These days I find it hard not to give up hope of amounting to something.
False True   72. My soul sometimes leaves my body.
False True   73. I am certainly lacking in self-confidence.
False True   74. I would like to be a florist.
False True   75. I usually feel that life is worthwhile.
False True   76. It takes a lot of argument to convince most people of the truth.
False True   77. Once in a while I put off until tomorrow what I ought to do today.
False True   78. Most people that know me like me.
False True   79. I do not mind being made fun of.
False True   80. I would like to be a nurse.
False True   81. I think most people would lie to get ahead.
False True   82. I do many things that I regret afterwards. (I regret things more than others seem to.)
False True   83. I have very few quarrels with members of my family.
False True   84. I was suspended from school one or more times for bad behavior.
False True   85. At times, I have a strong urge to do something harmful or shocking.
False True   86. I like to go to parties and other affairs where there is a lot of loud fun.
False True   87. I have met problems so full of possibilities that I have been unable to make up my mind about them.
False True   88. I believe that women ought to have as much sexual freedom as men.
False True   89. My hardest battles are with myself.
False True   90. I love my father, or (if your father is dead) I loved my father.
False True   91. I have little or no trouble with my muscles twitching or jumping.
False True   92. I don't seem to care what happens to me.
False True   93. Sometimes when I am not well I am irritable.
False True   94. Much of the time I feel as if I have done something wrong or evil.
False True   95. I am happy most of the time.
False True   96. I see things or animals or people around me that others do not see.
False True   97. There seems to be a fullness in my head or nose most of the time.
False True   98. Some people are so bossy that I feel like doing the opposite of what they request, even though I know they are right.
False True   99. Someone has it in for me.
False True   100. I have never done anything dangerous just for the thrill of it.
False True   101. Often I feel as if there is a tight band around my head.
False True   102. I get angry sometimes.
False True   103. I enjoy a race or game more when I bet on it.
False True   104. Most people are honest chiefly because they are afraid of being caught.
False True   105. In school I was sometimes sent to the principal for bad behavior.
False True   106. My speech is the same as always (not faster or slower, no slurring or hoarseness).
False True   107. My table manners are not quite as good at home as when I am out in company.
False True   108. Anyone who is able and willing to work hard has a good chance of succeeding.
False True   109. I seem to be about as capable and smart as most others around me.
False True   110. Most people will use somewhat unfair means to gain profit or an advantage rather than to lose it.
False True   111. I have a great deal of stomach trouble.
False True   112. I like dramatics.
False True   113. I know who is responsible for most of my troubles.
False True   114. Sometimes I am so strongly attracted by the personal articles of others, such as shoes, gloves, etc., that I want to handle or steal them, even though I have no use for them.
False True   115. The sight of blood does not frighten me or make me sick.
False True   116. Often I can't understand why I have been so irritable or grouchy.
False True   117. I have never vomited blood or coughed up blood.
False True   118. I do not worry about catching diseases.
False True   119. I like collecting flowers or growing houseplants.
False True   120. I frequently find it necessary to stand up for what I think is right.
False True   121. I have never indulged in unusual sex practices.
False True   122. At times my thoughts have raced ahead faster than I could speak them.
False True   123. If I could get into the movies without paying and be sure I was not seen, I would probably do it.
False True   124. I often wonder what hidden reason another person may have for doing something nice for me.
False True   125. I believe that my home life is as pleasant as that of most people I know.
False True   126. I believe in law enforcement.
False True   127. Criticism or scolding hurts me terribly.
False True   128. I like to cook.
False True   129. My conduct is largely controlled by the behavior of those around me.
False True   130. I certainly feel useless at times.
False True   131. When I was a child, I belonged to a group of friends that tried to be loyal through all kinds of trouble.
False True   132. I believe in life hereafter.
False True   133. I would like to be a soldier.
False True   134. At times I feel like picking a fistfight with someone.
False True   135. I have often lost out on things because I couldn't make my mind up soon enough.
False True   136. It makes me impatient to have people ask my advice or otherwise interrupt me when I am working on something important.
False True   137. I used to keep a diary.
False True   138. I believe I am being plotted against.
False True   139. I would rather win than lose in a game.
False True   140. Most nights I go to sleep without thoughts or ideas bothering me.
False True   141. During the past few years I have been well most of the time.
False True   142. I have never had a fit or convulsion.
False True   143. I am neither gaining nor losing weight.
False True   144. I believe I am being followed.
False True   145. I feel that I have often been punished without cause.
False True   146. I cry easily.
False True   147. I cannot understand what I read as often as I used to.
False True   148. I have never felt better in my life than I do now.
False True   149. The top of my head sometimes feels tender.
False True   150. Sometimes I feel as if I must injure either myself or someone else.
False True   151. I resent having anyone trick me so cleverly that I have to admit that I was fooled.
False True   152. I do not tire quickly.
False True   153. I like to know some important people because it makes me feel important.
False True   154. I am afraid when I look down from a high place.
False True   155. It wouldn't make me nervous if any members of my family got into trouble with the law.
False True   156. I am never happy unless I am roaming or traveling around.
False True   157. What others think of me does not bother me.
False True   158. It makes me uncomfortable to pull a stunt at a party even when others are doing the same sort of things.
False True   159. I have never had a fainting spell.
False True   160. I liked school.
False True   161. I frequently have to fight against showing that I am bashful.
False True   162. Someone has been trying to poison me.
False True   163. I do not have a great fear of snakes.
False True   164. I seldom or never have dizzy spells.
False True   165. My memory seems to be all right.
False True   166. I am worried about sex.
False True   167. I find it hard to make small talk when I meet new people.
False True   168. I have had periods in which I carried on activities without knowing later what I had been doing.
False True   169. When I get bored I like to stir up some excitement.
False True   170. I am afraid of losing my mind.
False True   171. I am against giving money to beggars.
False True   172. I frequently notice my hand shakes when I try to do something.
False True   173. I can read a long while without tiring my eyes.
False True   174. I like to study and read about things that I am working at.
False True   175. I feel weak all over much of the time.
False True   176. I have very few headaches.
False True   177. My hands have not become clumsy or awkward.
False True   178. Sometimes, when embarrassed, I break out in a sweat, which annoys me greatly.
False True   179. I have had no difficulty in keeping my balance while walking.
False True   180. There is something wrong with my mind.
False True   181. I do not have spells of hay fever or asthma.
False True   182. I have had attacks in which I could not control my movements or speech, but in which I knew what was going on around me.
False True   183. I do not like everyone I know.
False True   184. I daydream very little.
False True   185. I wish I were not so shy.
False True   186. I am not afraid to handle money.
False True   187. If I were a reporter, I would very much like to report news of the theatre.
False True   188. I enjoy many different kinds of play and recreation.
False True   189. I like to flirt.
False True   190. Many people treat me more like a child than a grown-up.
False True   191. I would like to be a journalist.
False True   192. My mother is a good woman, or (if your mother is dead) my mother was a good woman.
False True   193. In walking, I am very careful to step over sidewalk cracks.
False True   194. I have never had any breaking out on my skin that has worried me.
False True   195. There is very little love and companionship in my family as compared to other homes.
False True   196. I frequently find myself worrying about something.
False True   197. I think I would like the work of a building contractor.
False True   198. I often hear voices without knowing where they come from.
False True   199. I like science.
False True   200. It is not hard for me to ask for help from my friends even though I cannot return the favor.
False True   201. I very much like hunting.
False True   202. My parents often objected to the kind of people I went around with.
False True   203. I gossip a little at times.
False True   204. My hearing is apparently as good as that of most people.
False True   205. Some members of my family have habits that bother and annoy me very much.
False True   206. At times I feel that I can make up my mind with unusually great ease.
False True   207. I would like to belong to several clubs.
False True   208. I hardly ever notice my heart pounding and I am seldom short of breath.
False True   209. I like to talk about sex.
False True   210. I like to visit places where I have never been before.
False True   211. I have been inspired to a program of life based on duty which I have since carefully followed.
False True   212. I have, at times stood in the way of people who were trying to do something, not because it amounted to much, but because of the principle of the thing.
False True   213. I get mad easily and then get over it soon.
False True   214. I have been quite independent and free from family rule.
False True   215. I brood a great deal.
False True   216. Someone has been trying to rob me.
False True   217. My relatives are nearly all in sympathy with me.
False True   218. I have periods of such great restlessness that I cannot sit long in a chair.
False True   219. I have been disappointed in love.
False True   220. I never worry about my looks.
False True   221. I dream frequently about things that are best kept to myself.
False True   222. Children should be taught all the main facts of sex.
False True   223. I believe I am no more nervous that most others.
False True   224. I have few or no pains.
False True   225. My way of doing things is apt to be misunderstood by others.
False True   226. Sometimes without any reason or even when things are going wrong, I feel excitedly happy or "on top of the world".
False True   227. I don't blame people for trying to grab everything they can get in this world.
False True   228. There are persons who are trying to steal my thoughts and ideas.
False True   229. I have had blank spells in which my activities were interrupted and I did not know what was going on around me.
False True   230. I can be friendly with people who do things that I consider wrong.
False True   231. I like to be with a crowd who play jokes on one another.
False True   232. Sometimes in elections, I vote for people about whom I know very little.
False True   233. I have difficulty in starting to do things.
False True   234. I believe I am a condemned person.
False True   235. I was a slow learner in school.
False True   236. If I were an artist, I would like to draw flowers.
False True   237. It does not bother me that I am not better looking.
False True   238. I sweat very easily, even on cool days.
False True   239. I'm entirely self-confident.
False True   240. At times it has been impossible for me to stop from stealing or shoplifting something.
False True   241. It is safer to trust nobody.
False True   242. Once a week or more, I become very excited.
False True   243. When in a group of people, I have trouble thinking of the right thing to say.
False True   244. Something exciting will almost always pull me out of it when I am feeling low.
False True   245. When I leave home, I do not worry about whether the door is locked and the windows are closed.
False True   246. I believe my sins are unpardonable.
False True   247. I have numbness in one or more places on my skin.
False True   248. I do not blame a person for taking advantage of people who leave themselves open to it.
False True   249. My eyesight is as good as it has been for years.
False True   250. At times I have been so entertained by the cleverness of some criminals that I have hopes they would get away with it.
False True   251. I have often felt that strangers were looking at me critically.
False True   252. Everything tastes the same.
False True   253. I drink an unusually large amount of water every day.
False True   254. Most people make friends because friends are likely to be useful to them.
False True   255. I do not often notice my ears ringing or buzzing.
False True   256. Once in a while I feel hate toward members of my family whom I usually love.
False True   257. If I were a reporter I would very much like to report sporting news.
False True   258. I can sleep during the day, but not at night.
False True   259. I am sure I am being talked about.
False True   260. Once in a while, I laugh at a dirty joke.
False True   261. I have very few fears compared to my friends.
False True   262. In a group of people, I would not be embarrassed to be called upon to start a discussion or give an opinion about something I know well.
False True   263. I am always disgusted with the law when a criminal is freed through the arguments of a smart lawyer.
False True   264. I have used alcohol excessively.
False True   265. I am likely not to speak to people until they speak to me.
False True   266. I have never been in trouble with the law.
False True   267. I have periods in which I feel unusually cheerful without any special reason.
False True   268. I wish I were not bothered by thoughts about sex.
False True   269. If several people find themselves in trouble, the best thing for them to do is agree upon a story and stick to it.
False True   270. It does not bother me particularly to see animals suffer.
False True   271. I think that I feel more intensely than most people do.
False True   272. There was never a time in my life when I liked to play with dolls.
False True   273. Life is a strain for me much of the time.
False True   274. I am so touchy on some subjects that I can't talk about them.
False True   275. In school I found it very hard to talk in front of the class.
False True   276. I love my mother, or (if your mother is dead) I loved my mother.
False True   277. Even when I am with people I feel lonely much of the time.
False True   278. I get all the sympathy I should.
False True   279. I refuse to play some games because I am not good at them.
False True   280. I seem to make friends about as quickly as others do.
False True   281. I dislike having people around me.
False True   282. I have been told that I walk during sleep.
False True   283. The person who provides temptation by leaving valuable property unprotected is about as much to blame for its theft as the one who steals it.
False True   284. I think nearly anyone would tell a lie to keep out of trouble.
False True   285. I am more sensitive than most people.
False True   286. Most people inwardly dislike putting themselves out to help other people.
False True   287. Many of my dreams are about sex.
False True   288. My parents and family find more fault with me than they should.
False True   289. I am easily embarrassed.
False True   290. I worry over money and business.
False True   291. I have never been in love with anyone.
False True   292. The things that some of my family have done have frightened me.
False True   293. I almost never dream.
False True   294. My neck spots with red often.
False True   295. I have never been paralyzed or had any unusual weakness of any of my muscles.
False True   296. Sometimes my voice leaves me or changes even though I have no cold.
False True   297. My mother or father often made me obey even when I thought it was unreasonable.
False True   298. Peculiar odors come to me at times.
False True   299. I cannot keep my mind on one thing.
False True   300. I have reason for feeling jealous of one or more members of my family.
False True   301. I feel anxiety about something or someone almost all the time.
False True   302. I easily become impatient with people.
False True   303. Most of the time I wish I were dead.
False True   304. Sometimes I become so excited that I find it hard to get to sleep.
False True   305. I have certainly had more than my share of things to worry about.
False True   306. No one cares much about what happens to you.
False True   307. At times I hear so well that it bothers me.
False True   308. I forget right away what people say to me.
False True   309. I usually have to stop and think before I act, even in small matters.
False True   310. Often I cross the street in order not to meet someone I see.
False True   311. I often feel as if things are not real.
False True   312. The only interesting part of newspapers is the comic strips.
False True   313. I have a habit of counting things that are not important, such as bulbs on electric signs and so forth.
False True   314. I have no enemies who really wish to harm me.
False True   315. I tend to be on my guard with people who are somewhat friendlier than I had expected.
False True   316. I have strange and peculiar thoughts.
False True   317. I get anxious and upset when I have to make a short trip away from home.
False True   318. I usually expect to succeed in things I do.
False True   319. I hear strange things when I am alone.
False True   320. I have been afraid of things or people that I knew could not hurt me.
False True   321. I have no dread of going into a room by myself where other people have already gathered and are talking.
False True   322. I am afraid of a knife or anything very sharp or pointed.
False True   323. Sometimes I enjoy hurting persons I love.
False True   324. I can easily make other people afraid of me, and sometimes do it for the fun of it.
False True   325. I have more trouble concentrating than others seem to have.
False True   326. I have several times given up doing a thing because I thought too little of my ability.
False True   327. Bad words, often terrible words, come into my mind and I cannot get rid of them.
False True   328. Sometimes some unimportant thought will run through my mind and bother me for days.
False True   329. Almost every day something happens to frighten me.
False True   330. At times I am all full of energy.
False True   331. I am inclined to take things hard.
False True   332. At times I have enjoyed being hurt by someone I loved.
False True   333. People say insulting and vulgar things about me.
False True   334. I feel uneasy indoors.
False True   335. I am not usually self-conscious.
False True   336. Someone has control over my mind.
False True   337. At parties I am more likely to sit by myself or with just one other person than to join in with the crowd.
False True   338. People often disappoint me.
False True   339. I have sometimes felt that difficulties were piling up so high that I could not overcome them.
False True   340. I love to go to dances.
False True   341. At periods, my mind seems to work more slowly than usual.
False True   342. While in trains, busses, etc., I often talk with strangers.
False True   343. I enjoy children.
False True   344. I enjoy gambling for small stakes.
False True   345. If given the chance, I could do some things that would be of great benefit to the world.
False True   346. I have often met people who were supposed to be experts who were no better than I.
False True   347. It makes me feel like a failure when I hear of the success of someone I know well.
False True   348. I often think: "I wish I were a child again."
False True   349. I am never happier than when alone.
False True   350. If given the chance I would make a good leader of people.
False True   351. I am embarrassed by dirty stories.
False True   352. People generally demand more respect for their own rights than they are willing to allow for others.
False True   353. I enjoy social gatherings just to be with people.
False True   354. I try to remember good stories to pass them on to other people.
False True   355. At one or more times in my life I felt that someone was making me do things by hypnotizing me.
False True   356. I find it hard to set aside a task that I have undertaken, even for a short time.
False True   357. I am quite often not in on the gossip and talk of the group that I belong to.
False True   358. I have often found people jealous of my good ideas, just because they had not thought of them first.
False True   359. I enjoy the excitement of a crowd.
False True   360. I do not mind meeting strangers.
False True   361. Someone has been trying to influence my mind.
False True   362. I can remember "playing sick" to get out of something.
False True   363. My worries seem to disappear when I get into a crowd of lively friends.
False True   364. I feel like giving up quickly when things go wrong.
False True   365. I like to let people know where I stand on things.
False True   366. I have had periods when I felt so full of pep that sleep did not seem necessary for days at a time.
False True   367. Whenever possible I avoid being in a crowd.
False True   368. I shrink from facing a crisis or difficulty.
False True   369. I am apt to pass up something I want to do when others feel that it isn't worth doing.
False True   370. I like parties and socials.

False True   371. I have often wished I were a member of the opposite sex.
False True   372. I am not easily angered.
False True   373. I have done some bad things in the past that I never tell anybody about.
False True   374. Most people will use somewhat unfair means to get ahead in life.
False True   375. It makes me nervous when people ask me personal questions.
False True   376. I do not feel I can plan my own future.
False True   377. I am not happy with myself the way I am.
False True   378. I get angry when my friends or family give me advice on how to live my life.
False True   379. I got many beatings when I was a child.
False True   380. It bothers me when people say nice things about me.
False True   381. I don't like hearing other people give their opinions about life.
False True   382. I often have serious disagreements with people who are close to me.
False True   383. When things get really bad, I know I can count on my family for help.
False True   384. I liked playing "house" when I was a child.
False True   385. I am not afraid of fire.
False True   386. I have sometimes stayed away from another person because I feared doing or saying something I might regret afterwards.
False True   387. I can express my true feelings only when I drink.
False True   388. I very seldom have spells of the blues.
False True   389. I am often said to be hotheaded.
False True   390. I wish I could get over worrying about things I have said that may have injured other people's feelings.
False True   391. I feel unable to tell anyone all about myself.
False True   392. Lightning is one of my fears.
False True   393. I like to keep people guessing what I am going to do next.
False True   394. My plans have frequently seemed so full of difficulties that I have had to give them up.
False True   395. I am afraid to be alone in the dark.
False True   396. I have often felt bad about being misunderstood when trying to keep someone from making a mistake.
False True   397. A windstorm frightens me.
False True   398. I frequently ask people for advice.
False True   399. The future is too uncertain for a person to make serious plans.
False True   400. Often, even though everything is going fine for me, I feel that I don't care about anything.
False True   401. I have no fear of water.
False True   402. I often must sleep over a matter before I decide what to do.
False True   403. People have often misunderstood my intentions when I was trying to put them right and be helpful.
False True   404. I have no trouble swallowing.
False True   405. I am usually calm and not easily upset.
False True   406. I would certainly enjoy beating criminals at their own game.
False True   407. I deserve severe punishment for m sins.
False True   408. I am apt to take disappointments so keenly that I can't put them out of my mind.
False True   409. It bothers me to have someone watch me at work even though I know I can do it well.
False True   410. I am often so annoyed when someone tries to get ahead of me in a line of people that I speak to that person about it.
False True   411. At times I think I am no good at all.
False True   412. When I was young I often did not go to school even when I should have gone.
False True   413. One or more members of my family are very nervous.
False True   414. I have at times had to be rough with people who were rude or annoying.
False True   415. I worry quite a bit over possible misfortunes.
False True   416. I have strong political opinions.
False True   417. I would like to be an auto racer.
False True   418. It is all right to get around the law if you don't actually break it.
False True   419. There are certain people whom I dislike so much that I am inwardly pleased when they are catching it for something that they have done.
False True   420. It makes me nervous to have to wait.
False True   421. I am apt to pass up something I want to do because others feel that I am not going about it in the right way.
False True   422. I was fond of excitement when I was young.
False True   423. I am often inclined to go out of my way to win a point with someone who has opposed me.
False True   424. I am bothered by people outside, on the streets, in stores, etc., watching me.
False True   425. The man who had most to do with me when I was a child (such as my father, stepfather, etc.) was very strict with me.
False True   426. I used to like to play hopscotch and jump rope.
False True   427. I have never seen a vision.
False True   428. I have several times had a change of heart about my lifework.
False True   429. Except by doctor's orders I never take drugs or sleeping pills.
False True   430. I am often sorry because I am so irritable and grouchy.
False True   431. In school my marks in classroom behavior were quite regularly bad.
False True   432. I am fascinated by fire.
False True   433. When I am cornered I tell that portion of the truth which is not likely to hurt me.
False True   434. If I were in trouble with several friends who were as guilty as I was, I would rather take the whole blame than give them away.
False True   435. I am often afraid of the dark.
False True   436. When a man is with a woman he is usually thinking about things related to her sex.
False True   437. I am usually very direct with people I am trying to correct or improve.
False True   438. I dread the thought of an earthquake.
False True   439. I readily become one hundred percent sold on a good idea.
False True   440. I usually work things out for myself rather than get someone to show me how.
False True   441. I am afraid of finding myself in a closet or small closed space.
False True   442. I must admit that I have at times been worried beyond reason over something that really did not matter.
False True   443. I do not try to cover up my poor opinion or pity of people so that they won't know how I feel.
False True   444. I am a high-strung person.
False True   445. I have frequently worked under people who seem to have things arranged so that they get credit for good work but are able to pass mistakes onto those under them.
False True   446. I sometimes find it hard to stick up for my rights because I am so reserved.
False True   447. Dirt frightens or disgusts me.
False True   448. I have a daydream life about which I do not tell other people.
False True   449. Some of my family members have quick tempers.
False True   450. I cannot do anything well.
False True   451. I often feel guilty because I pretend to feel more sorry about something than I really do.
False True   452. I strongly defend my own opinions as a rule.
False True   453. I have no fear of spiders.
False True   454. The future seems hopeless to me.
False True   455. The members of my family and my close relatives get along quite well.
False True   456. I would like to wear expensive clothes.
False True   457. People can pretty easily change my mind, even when I have made a decision about something.
False True   458. I am made nervous by certain animals.
False True   459. I can stand as much pain as others can.
False True   460. Several times I have been the last to give up trying to do a thing.
False True   461. It makes me angry to have people hurry me.
False True   462. I am not afraid of mice.
False True   463. Several times a week I feel as if something dreadful is about to happen.
False True   464. I feel tired a good deal of the time.
False True   465. I like repairing a door latch.
False True   466. Sometimes I am sure that other people can tell what I am thinking.
False True   467. I like to read about science.
False True   468. I am afraid of being alone in a wide-open place.
False True   469. I sometimes feel that I am about to go to pieces.
False True   470. A large number of people are guilty of bad sexual conduct.
False True   471. I have often been frightened in the middle of the night.
False True   472. I am greatly bothered by forgetting where I put things.
False True   473. The one to whom I was most attached and whom I most admired as a child was a woman (mother, sister, aunt, or other woman).
False True   474. I like adventure stories better than romantic stories.
False True   475. Often I get confused and forget what I want to say.
False True   476. I am very awkward and clumsy.
False True   477. I really like playing sports (such as soccer or football).
False True   478. I hate my whole family.
False True   479. Some people think it's hard to get to know me.
False True   480. I spend most of my spare time by myself.
False True   481. When people do something that makes me angry, I let them know how I feel about it.
False True   482. I usually have a hard time deciding what to do.
False True   483. People do not find me attractive.
False True   484. People are not very kind to me.
False True   485. I often feel that I'm not as good as other people.
False True   486. I am very stubborn.
False True   487. I have enjoyed using marijuana.
False True   488. Mental illness is a sign of weakness.
False True   489. I have a drug or alcohol problem.
False True   490. Ghost or spirits can influence people for good or bad.
False True   491. I feel helpless when I have to make some important decisions.
False True   492. I always try to be pleasant even when others are upset or critical.
False True   493. When I have a problem it helps to talk it over with someone.
False True   494. My main goals in life are within my reach.
False True   495. I believe that people should keep personal problems to themselves.
False True   496. I am not feeling much pressure or stress these days.
False True   497. It bothers me greatly to think of making changes in my life.
False True   498. My greatest problems are caused by the behavior of someone close to me.
False True   499. I hate going to doctors, even when I'm sick.
False True   500. Although I am not happy with my life, there is nothing I can do about it.
False True   501. Talking over problems and worries with someone is often more helpful than taking drugs or medicine.
False True   502. I have habits that are really harmful.
False True   503. When problems need to be solved, I usually let other people take charge.
False True   504. I recognize several faults in myself that I will not be able to change.
False True   505. I am so sick of what I have to do every day that I just want to get out of it all.
False True   506. I have recently considered killing myself.
False True   507. I often become very irritable when people interrupt my work.
False True   508. I often feel I can read other people's minds.
False True   509. Having to make important decisions makes me nervous.
False True   510. Others tell me I eat too fast.
False True   511. Once a week or more I get high or drunk.
False True   512. I have had a tragic loss in my life that I know I will never get over.
False True   513. Sometimes I get so angry and upset I don't know what comes over me.
False True   514. When people ask me to do something I have a hard time saying no.
False True   515. I am never happier than when I am by myself.
False True   516. My life is empty and meaningless.
False True   517. I find it difficult to hold down a job.
False True   518. I have made lots of bad mistakes in my life.
False True   519. I get angry with myself for giving in to other people so much.
False True   520. Lately I have thought a lot about killing myself.
False True   521. I like making decisions and assigning jobs to others.
False True   522. Even without my family I know there will always be someone there to take care of me.
False True   523. At movies, restaurants, or sporting events, I hate to stand in line.
False True   524. No one knows it but I have tried to kill myself.
False True   525. Everything is going on too fast around me.
False True   526. I know I am a burden to others.
False True   527. After a bad day, I need a few drinks to relax.
False True   528. Much of the trouble I'm having is due to bad luck.
False True   529. At times I can't seem to stop talking.
False True   530. Sometimes I cut or injure myself on purpose without knowing why.
False True   531. I work very long hours, even though my job doesn't require this.
False True   532. I usually feel better after a good cry.
False True   533. I forget where I leave things.
False True   534. If I could live my life over again, I would not change much.
False True   535. I get very irritable when people I depend on don't get their work done on time.
False True   536. If I get upset, I'm sure to get a headache.
False True   537. I like to drive a hard bargain.
False True   538. Most men are unfaithful to their wives now and then.
False True   539. Lately I have lost my desire to work out my problems.
False True   540. I have gotten angry and broken furniture or dishes when I was drinking.
False True   541. I work best when I have a definite deadline.
False True   542. I have become so angry with someone that I have felt as if I would explode.
False True   543. Terrible thoughts about my family come to me at times.
False True   544. People tell me I have a problem with alcohol, but I disagree.
False True   545. I always have too little time to get things done.
False True   546. My thoughts these days turn more and more to death and the hereafter.
False True   547. I often keep and save things that I will probably never use.
False True   548. I have been so angry at times that I've hurt someone in a physical fight.
False True   549. In everything I do lately, I feel that I am being tested.
False True   550. I have very little to do with my relatives now.
False True   551. I sometimes seem to hear my thoughts being spoken out loud.
False True   552. When I am sad, visiting with friends can always pull me out of it.
False True   553. Much of what is happening to me now seems to have happened to me before.
False True   554. When my life gets difficult, it makes me want to just give up.
False True   555. I can't go into a dark room alone, even in my own home.
False True   556. I worry a great deal over money.
False True   557. The man should be the head of the family.
False True   558. The only place where I feel relaxed is in my own home.
False True   559. The people I work with are not sympathetic with my problems.
False True   560. I am satisfied with the amount of money I make.
False True   561. I usually have enough energy to do my work.
False True   562. It is hard for me to accept compliments.
False True   563. In most marriages one or both partners are unhappy.
False True   564. I almost never lose self-control.
False True   565. It takes a great deal of effort for me to remember what people tell me these days.
False True   566. When I am sad or blue, it is my work that suffers.
False True   567. Most married couples don't show much affection for each other.
  
Back to top
 
IP Logged
 
Paste Member Name in Quick Reply Box DSM5TR
Guest


Re: MMPI-2 Minnesota Multiphasic Personality Inventory Full Test and Scoring
Reply #2 - Aug 3rd, 2023 at 3:02am
Mark & QuoteQuote Print Post  
I have been following this website for a little while now, and have found it very enlightening. I applaud the courage of the site owner, and I have now decided to chime in as well. This site is the very definition of free speech, so keep up all the tough work, and don’t give in.

*** DISCLAIMER ***
The following is meant as a philosophical discussion only, and is not to be taken as advice, nor should it be considered factual information. The information contained in this post is for academic curiosity only, is meant for educational purposes, and should only be used for research and analysis objectives only.
*** DISCLAIMER ***

The information is not classified and has been public in many different forms for a great many years now.  What is really unethical and unprofessional is for a few self-selected individuals to form their own cabal and decide by their own associations that they know better and are in a position to judge others, not on their actions, but on them as a person and emotional being; passing this judgement by virtue of the subject’s ignorance, naiveté and gullibility.  That is the true definition of unprofessionalism and lack of ethics. Sort of like a modern day shaman’s guild. 

For example, if you break the law, the law is usually clear and the police and judge will make it clear as to what you did wrong. Almost anyone can objectively understand and agree on this. In psychology, only the test evaluator really knows what “law” you broke during the test and he/she shall pass judgement on to you, without you ever knowing what was perceived to have happened, and how it really came to be about.  There are no second chances, no transparency and no psych “parole”; if you fail, your application is over and you are forever labelled and condemned...that is until the next revision comes along...oops I guess there really was no such thing as condition X, now we’ll call it condition Y...and add sub-parts Y-2 and Y-4...and so it goes in psychology/psychiatry...

This post is meant to be a stand-alone introductory, definite practical resource guide to the MMPI-2, for security services and intelligence job applicants. Think of it as a game, a game which you do not wish to lose, since the only one who will end up truly losing out is you, the applicant. Such is the case with both the polygraph exam process and the psychological exam process. 

The end justifies the means. Any system of rules can be defeated with its rules used against itself.

Ask yourself one question: if you cannot effectively deal with this grey area and set of challenges (poly and psych tests) from an information management and self-control perspective, then how will you be able to deal with the real-life job challenges and the real enemies and adversaries that will undoubtedly come along? Why you scored well is beside the point; this is a results oriented field. What truly matters are the end results.

EVERYTHING IS A TEST.

Remember, reality is what you think and make of it…I think therefore I am…remember you only know and see what I am before you now, because I have thought it and became it, everything else is nothing more than an illusion.

Q: So what about this MMPI instrument and its well-established validity?

A: "There are three kinds of lies: lies, damned lies, and statistics."

Any testing method that relies primarily on a subject’s ignorance is not and cannot ever be scientifically valid.  As they say: junk in, junk out! Just like polygraphy, psychology is not a hard science; it's much more of an art, or a pseudo-science!

Q: Where can I find the full MMPI and MMPI-2 item (question) lists in less than a minute?
http://www.ohiofamilyrights.com/docs/MMPI_scoring.html

http://web.archive.org/web/20150511152427/http://www.beat-the-mmpi.com/mmpi2-tes...

This is a fully functioning MMPI-2 applet that contains all of the items and has a very detailed report.  The report is the real McCoy; it includes all the modern/current scales and categories with broken down scores, as well as the statistical corrections; and even more importantly, the critical items are highlighted and referenced to their respective scales, and the answers are also shown.

The nice thing about this applet is that you can easily change any of the answers and rescore it.  The rescored profile will be shown right after the previously scored profile, thus you can tinker and experiment with the item response patterns, to see what happens. This really is as close to the real profile as you can get without a psychologist in the room. The only thing missing are the profile code interpretations (and narrative report), but those are mostly subjective anyway or generic via a computer, and so would be worthless.

Q: But please, the questions are so strange and I just don’t know if I really love flowers or not, or what that is supposed to measure in the first place? This is all much too confusing for me and it is giving me a headache!

The questions are published in these books:

Development and Use of the Mmpi-2 Content Scales
Authors: James N. Butcher, John R. Graham
ISBN: 0816618178

MMPI-2. Minnesota Multiphasic Personality Inventory-2: Manual for administration, scoring, and interpretation
Authors:  John R. Graham, Yossef S. Ben-Porath, Auke Tellegen, Grant Dahlstrom, Beverly Kaemmer James N. Butcher

The scales (needed for scroring) are in these books:

MMPI-2: Assessing Personality and Psychopathology
Author: John R. Graham
ISBN:  0195060687 (1st edition), 0195079221 (2nd edition), 0195114817 (3rd edition), 0195168062 (4th edition)

MMPI-2. Minnesota Multiphasic Personality Inventory-2: Manual for administration, scoring, and interpretation
Authors:  John R. Graham, Yossef S. Ben-Porath, Auke Tellegen, Grant Dahlstrom, Beverly Kaemmer James N. Butcher
(Same as above, has questions and scales - can be hard to find and expensive!)

----

All you need to undersand the MMPI-2 is the "MMPI-2: Assessing Personality and Psychopathology" book.

There is a document out there that is invaluable. It lists all of the MMPI-2 questions in order, and also lists under each question all the scales that they are used for. This outline easily allows for anyone to see exactly what scales are represented, by each question, and how the answers are scored, either way.

The document can be found here:

http://www.scribd.com/doc/24890675/Compendium-Involving-Organized-Crime-and-the-...

Full-screen link is here:

http://www.scribd.com/doc/24890675/Compendium-Involving-Organized-Crime-and-the-...

The MMPI discussion starts on page 126 of the document (or page 140 on the web viewer).

The full-item list, showing all the question items in order, with the respective answer possibilities, and all of the relevant scale associations, starts on page 196 of the document (which is page 210 on the web viewer). While the content/clinical scale item information is published in various textbooks, the real gem here is that all the associated scales and response possibilities are listed clearly, for each and every question. The other interesting tidbit here is that the L-Scale items are also clearly marked and listed in full, which would never be the case in regular textbooks; since newer textbooks only list the clinical/content scales, and even then only by item numbers.   

Here is perhaps the simplest possible interpretation chart for a quick look at scores (MMPI Interpretation – Anastasya Glezerman, Ph.D.):
http://www.scarletline.com/aglezerman/mmpiinter.html

If you’re law enforcement applicants trying to game the psychological tests, please don’t, because no offence but you’re probably too dumb and unsophisticated to pull it off. If you’re aiming for a more advanced position requiring a security clearance and have an advanced degree, then please go ahead and try to tweak the personality testing results since you’ll be able to pull it off and have nothing but to benefit from it by reducing the uncertainly and potential pitfalls from your application profile.

If you post a link with your email asking for the questions and the “answers” to “pass” the test, please just stop, you have 0 research skills and will never have any chance at getting the outcome you want. This thread is a guide but you have to put in several days or weeks of work in order to figure out exactly how the test works in order get the results that you want. You might even go crazy trying do figure it all out. It’s obvious when someone reads only the first page and then immediately posts asking for “the rest of the questions”.

The truth is that the test is very flawed and out of date, but they don’t change it because to do so would be to invalidate decades of research, plus Pearson likes making lots of money on it, it’s big business. The only thing they can do is tweak the language every few decades, or gradually update the interpretation scales, but not change anything significantly otherwise they would have to start from scratch. Pretty good test in the 1950- to 1960s but pretty misleading now I think. No surprise that it’s pretty much only used for government job screenings (government is also a few decades behind in thinking and adaptability). Don’t forget that most of these tests were developed as a method of social control or to screen army or government personnel (again for government political control reasons). Who undertook (or funded) most of the initial psychological research in the 1950s and 1960s in North America? Army and CIA.

Most of the comments on this thread are just too amusing. However, kudos to the few posters who provided all the starting resources for anyone to master the MMPI2 including scoring and interpretation (mostly just me under several different usernames?). Nice to see TOR having resources on it nowadays, although unnecessary and not always safe to download things from there.

MMPI2 and various revisions have been used for a while and don’t change much, but there is more and more research and data on it. Which makes it easier then ever to know exactly how it works and game it however you want. Remember, the assumption is that it works because the naïve test takers don’t know how it works or what’s on it. It’s not about cheating, but instead it’s about doing your best on the assessment just like you would research and prep for any interview. The other reason is that the results are generally not told to the applicant, but can be used against the employee later on during the career so it’s easier if you can control what those results are ahead of time, and pre-emptively skew them to your favor.

If you read some specialized books on it and experiment with the scales you will very quickly know more about how the MMPI2 works than a psychologist. This is because a psychologist has to know many different areas of psychology and usually works with many different assessment instruments on a practical limited basic level. And whatever details and subtleties they studied during training they have long since forgotten unless it’s something they use daily. The psychologist also has to master many practical clinical skills unrelated to personality testing. Think of it as the difference between an apprentice mechanic knowing one plane engine inside and out every day, versus a certified pilot operating many different aircraft types as well as various administrative duties on different days.

MMPI2 has a long list of multiple choice true false questions (recently a shortened revised version has gained popularity which makes it even easier to remember and manipulate). Short versus long form. Based on those questions there are a myriad of developed scales which supposedly measure different things. These have all been mentioned in this thread in detail. The problem is that the scales use overlapping questions so changing the answer to one question will affect the interpretation of multiple scales. The validity scales can also get somewhat complicated but the basic validity scales and basic main psychopathology clinical scales are easily manipulated and interpreted. If someone showed extremely high scores on the truth or various validity scales, then that would be a red flag. Another red flag would be high values on clinical scales indicating things like psychoticism or other serious clinical disorders etc. The same red flags are triggered by critical items on specific clinical inventories where just answering one question the wrong way can trigger a suspicion of a having a specific disorder such as saying you hear voices for psychosis. The exact terminology varies and can be looked up in interpretive guides. There are also new scales constantly being revised and developed but most likely only the basic established main scales will be analyzed by a psychologist.

If you want to play around you will need:

1.      List of the questions and scoring script for automatic scoring from this thread or Google.
2.      Interpretive guide which you can buy or get from the library, also listed in this thread or Google. The blog styles guides above are also ok for a quick and fast interpretive overview.
3.      Take the test once, score it, and interpret it using a guide. Then work backwards from the scales changing the item answers depending on which scales you want to adjust. The items for each scale will be listed either in the appendices or the interpretive guides or in the script file itself. Just be careful because one answer will affect multiple scales so you will have to rescore for each change. Also double check the script against an interpretive book to make sure the scoring is correct. The main established scales you can score automatically, but some of the newer specialized ones you will probably have to do manually or add them to the script.
4.      Use the interpretive guides to ensure that main scales and validity indicators fall within normal ranges or desired ranges.
5.      For the other various specialized scales you could try to find a psychology scientific paper that lists some typical average scale ranges for your target occupational or sample group and use that to adjust the score bands.
6.      Once you have your ideal scoring band results from adjusting the answers to fit your target profile, memorize the answers to all the questions for that profile and answer the questions in the same way on the real test. There will be no surprises if you practiced it a few times to make sure you were consistent in your answers on re-tests. The real test will have the exact same questions in the same order and will be scored the same way. If you read the guides carefully the interpretation will also be similar.
7.      You’ll probably have an interview with a psychologist either way, and if you did everything right then it will just be a standard biographical interview about you plus maybe some additional questions like a standard psychoticism checklist just to makes sure.
8.      There is no pass or fail per se. It all has to do with the interpretation of the scales, and what the psychologist is looking for in terms of a profiles or specific scales. You don’t even know which scales they will focus on, but usually it’s only the main basic ones and only in terms of average normative ranges leading to overall personality theories (covered in the assessment guide books). Any red flags mentioned prior will also be specifically explored, so it’s best to avoid those from the outset.

Reading this thread was also amusing since I posted some of the original initial posts way back when and saw that some of the posts were later removed due the copyright reasons after I later told a high-ranking expert psychologist about this thread during a discussion of how easy the test is to game and how useless it is once the veil of secrecy and authority is pierced (similar to the psychology of the polygraph). I think the posts that were removed were either links to live scorable versions of the MMPI2/MCMI from scripts posted back in the day, or different sub-scales such as the validity types listing the specific items. But these days with Google that type of info is even easier to find than ever before. Back in those days it took real skill to collect all the info, but now there’s this thread that has it all in one place, at least as far as the MMPI2 is concerned. For the others a Google search can find the rest.

..........
I am quite curious what I posted all those years ago since at the time I was an expert at MMPI2 scale scoring and manipulation (completely undetectable by multiple expert psychologists with decades of experience and completely different interpretations of the different manipulated tests). Keep in mind this is in the context of pre-employment psychological tests and assessment, nothing clinical. I am very healthy and normal, but it’s fun to mess around with silly tests still used since the 1950s (surprisingly very little has been changed).

The first time I gamed it I had to do a follow-up interview but for different reasons and the experienced psychologist with decades of research experience only had a thin basic interpretive guide on the desk and I think only briefly mentioned some elevation on a basic scale (which was intentional on my part). He asked a few biographical questions plus some follow-up about a prior interview stage and he quickly declared that I was good to go. The books I read on the test were far more comprehensive and advanced than the quick guide he was using to interpret, which means he was mostly looking at the established basic scales only. The second time I wrote the MMPI2 I tweaked the answers I had from before and also wrote several other tests which I also 100% controlled, and that second time there was no follow-up psychological interview at all which means I perfected the answer series to fall within the normative ranges. That was three different psychological tests where the total manipulation of the items was not detected by very senior psychologists. However, I might have over tweaked it going the other way too much, so next time I will have to adjust it combining all prior experiences to reach a better personal narrative balance. Better yet, I will probably use some more recent statistical profiles to tweak the answer series. Before I did not use statistical profiles but simply adjusted the scales independently and as I wanted either overly extroverted or overly introverted with very reduced clinical scales and very reduced personality disorder scales. These were not in line with normative sample scales since they were in the extreme lower quantiles, but they can easily be made to be so depending on the type of position (using published normative profile ranges) making detection impossible.

Nothing is more annoying than the phrase “layperson”. I met a lot of psychologists in university and let me tell you, they’re not that bright. The most intelligent students do not study psychology, ever. They study medicine or something else.

Psychologists also say that it is NEVER appropriate to put the actual questions out there because it decreases the integrity and validity of the test...this means the test can easily be beat once you know how it works…or more like how it doesn’t work. 

As for the “bootlegged” scoring programs, they are simply scripts written from the official books discussing scoring. I have checked the keys for different scoring programs and sometimes there are a few minor key errors and that’s why I double check the scoring keys to make sure they are 100% correct. Generally they work well. The errors can be fixed easily by editing the code and new scales can also be added the same way, it just saves a lot of work by not having to write the code from scratch. The interpretation is easily done by other means either via narrative books/guides or even automatic narrative reports where you input raw scores.

You can get the test items and scoring guides for almost any psychometric test. It makes a difference when you go into an employment testing environment with confidence!

I majored in psychology in undergrad, and after did a Doctorate in a related field, but I don’t work in psychology so don’t have any professional ‘obligations’ to confidentiality to keeping the inside machinations hidden.

Coached responses in those specific studies is telling an ignorant participant to try to appear ‘better’ or more truthful or perhaps trying to give them a few ideas on how to answer with regards to one specific scale or measure. This is not what people were talking about. People were talking about manipulating all the scales and all the items on the test in a total way, not just one or two individual scales. There has never been a study done on a total manipulation of the test by a covert participant who knows 100% how the test is scored, how all the scales work, and what every item in the test is used for.

The test can be learned in a few weeks where you have total 100% control of all the major scales including all the main validity scales. This means being able to control and know the exact score and interpretation for all the major clinical and validity scales as well as a few of the extra other factors which aren’t even used for interpretation normally. Most practicing psychologists would not even be aware or be using some of the more advanced and recent interpretation factors. They only use the more basic established scales, and those are very easy to manipulate any way you want. It’s like going into a job interview where you already know what the questions will be and how each answer will be scored. I’m always amazed at the sheer arrogance of psychologists in thinking that somehow the instrument is too complicated for anyone else to try to figure out or that no one knows about the ‘secret’ truth validity scales. Sound like anyone else you know? Polygraphers! It’s just a multiple choice test from the 1950s, not brain surgery. IQ tests such as the one on the 16PF can be manipulated the same way.

According to empirical literature, the vast majority of people in the world do not graduate university nor have advanced degrees. Does that mean that I didn’t graduate from university according to stats? This is the main fallacy of the MMPI2, it’s based on stats on mass screening of normalized sample populations. What if I am not like the normalized sample population? What if I am not “normal”?

There are three types of lies -- lies, damn lies, and statistics.

In your posts you confuse effects that are valid at population level statistics with effects that are valid in individual instances or outliers. Thus a person can be an outlier and use the safety that psychologists have in statistical effects at the population level to pass off a test result as ‘valid’ by skewing the score scales to the score bands that fall within the expected norms. This is called hiding in the plain sight average and it is undetectable.

By the way, I think most of western psychology and polygraphy pseudo-science is a complete sham so that’s why I nave no trouble saying what I did.

Nowadays, most narrative reports are generated by computer and psychologists test en masse, just looking to see if anything glaring pops up that warrants follow-up (which the computer alerts them to). The follow-up interview is also standard and sometimes only if there are issues from prior stages are specific probing questions asked.

Here’s all you need to know about psychology. If you don’t have major problems that affect your day to day life functioning, then you’re fine. The rest is just psychology made up BS. And I won’t let BS stop me from leading the life I want to live, including when it comes to getting the job I want etc. Hence the need to game a BS test in order to optimize the chances of being competitive.

Everything is available online or in some book somewhere. You can buy or find almost any test or manual online.

Some or all of these instruments are used for jobs involving security clearances or for security/enforcement related jobs.

The main ones are MMPI2 (psychopathology screener) and, 16PF (personality dimensions screener). All are available and scorable online along with various documentation and all can be gamed any way you want in just a few weeks. Psychologists will assume that lay people cannot game the test and will always defer to the statistical based interpretative manual and their training for interpretation of results, always use this presumption to your advantage!

Any test that can be invalidated by simply knowing how the test works is not a valid objective test, sorry. And thus deserves to be used to an applicant’s advantage. If you hide from me how the test is tricking me, then I will withhold from you how I am tricking you using your own methods. Just playing by your rules except without you knowing that I know the rules of your own game. I bet you didn’t read a study on that in your scientific literature. You know why, because truly skilled test takers who know the instrument well always beat the examiner, without getting caught.

What’s the number one rule? Do not get caught.
Learn it well. Rule number one -- do...not...get...caught. Moscow Rules.

The truth is that I am so full of repressed pathology that I have managed to pathologically cover it all up while both looking and functioning normally. And thus I am normal. The only way to catch me is by making a scale that detects the total manipulation of all the scales especially the validity ones. Such a task is impossible since such a scale would also be tricked by definition.

Stuart Hemphill, an attorney representing the University of Minnesota, said the contents of the test need to remain private.
“We are concerned that the test responses are not valid when there has been prior exposure,” he said. “If they’ve seen it before, then the responses can be of questionable validity.”

......2023
P.S. I am the OP of all the above and my psychopathology has only gotten more twisted. Likewise my career has also advanced. I am very deep in the deep state (government) nowadays. It's a Wilderness of Mirrors!
  
Back to top
 
IP Logged
 
Paste Member Name in Quick Reply Box DSM5TR
Guest


Re: MMPI-2 Minnesota Multiphasic Personality Inventory Full Test and Scoring
Reply #3 - Aug 3rd, 2023 at 3:16am
Mark & QuoteQuote Print Post  
So everything is in one place...

MMPI®-2 Primer

The Minnesota Multiphasic Personality Inventory-2 (MMPI-2), a revision of the original MMPI (1943) was published by the University of Minnesota Press in 1989 and revised in 2001.  Updates were introduced in 2003 (The Restructured Clinical [RC] Scales) and 2006 (The Symptom Validity [FBS] Scale) documented in a test monograph in 2009. The MMPI-2 is a self–report instrument designed to aid in the assessment of a wide range of clinical conditions. It is used in nonclinical settings to assess persons who are candidates for high-risk public safety positions (police officers, nuclear power plant personnel, firefighters, pilots, and air-traffic controllers), and in criminal and civil forensic settings. The MMPI-2, like all MMPI instruments, is available for purchase from Pearson Assessments.

MMPI History
https://www.upress.umn.edu/test-division/bibliography/mmpi-history

Test Overview:
https://www.pearsonclinical.com/psychology/products/100000461/minnesota-multipha....

https://www.pearsonclinical.com/psychology/products/100000461/minnesota-multipha....

MMPI-2 Training Slides:
https://www.upress.umn.edu/test-division/mmpi-2/mmpi-2-training-slides

MMPI-2 FAQs
https://www.upress.umn.edu/test-division/mmpi-2/mmpi-2-faqs

Revised Personnel System:
https://www.upress.umn.edu/test-division/minnesotareport/revised-personnel-syste....

Test and Scoring:

Interpretation:
https://www.mmpi-info.com/mmpi

(Look at these reference books, as well as academic articles and instructional slides found on the internet for any specific scales or issues.)

The MMPI-2/MMPI-2-RF: an interpretive manual, 3rd ed by Greene, Roger, 2011.

MMPI-2: assessing personality and psychopathology, 5th ed by Graham, John, 2012.

Other assessments including Assessment Interview:

Handbook of psychological assessment, 6th ed, Groth-Marnat, Gary, 2016.

Handbook of psychological assessment, 4th ed, Groth-Marnat, Gary, 2003.

Oxford handbook of personality assessment, Butcher, James Neal, 2009.

(These resources are for educational purposes only, and for those wanting to do research for job application purposes. Question is: How valid is MMPI2 if you already know all the items, scoring, and interpretation methodologies? In other words, how useful is a test normed on a naive clinical population for people with no clinical symptoms who know the test inside and out? Keep in mind the test was created 80 years ago and hasn't really changed in 30 years. Only the interpretation changes over time, and depends on the context, which demonstrates just how arbitrary and subjective it all is.
  
Back to top
 
IP Logged
 
Paste Member Name in Quick Reply Box Illuminati
Guest


Re: MMPI-2 Minnesota Multiphasic Personality Inventory Full Test and Scoring
Reply #4 - Aug 3rd, 2023 at 8:00am
Mark & QuoteQuote Print Post  
MMPI-2 Full Test free plus interpretation materials. This is the most sophisticated free version of the MMPI2. It has all possible updated scales and a visual display chart. In other words it charts the results with fancy charts.

This is the real deal scoring htm script which also has a graphical view. Scales are updated and corrected.

https://anonymfile.com/DarK1/mmpi2-copy.zip

Backup:

https://gofile.cc/X1Ka/mmpi2-copy.zip

Just unzip all the files in the folder archive and run the "keyed but not scored htm" file in a browser like chrome.

The PDFs are educational materials:

Quick interpretation guide is 0 MMPI2 INTERPRETATION GUIDE - Copy

Others are:
ASSESSMENT OF SELF-REPORT RESPONSE DISTORSION - Copy
MMPI2 RC Scales - Copy
Problem of Invalid MMPI-2 in LEO Selection - Copy
Sample Profile mmpi-2-adult-revised-personnel-law-enforcement - Copy
Sample Profile mmpi2law-enf-interp - Copy

There is no virus just some annoying ads on the upload site.

This particular version doesn't exist anywhere else and all scales are corrected and updated. I challenge you to find a scoring error on any of the scales or items. 

If you found the materials useful please leave a comment or suggestion. 

For educational use only.
  
Back to top
 
IP Logged
 
MMPI-2 Minnesota Multiphasic Personality Inventory Full Test and Scoring

Please type the characters that appear in the image. The characters must be typed in the same order, and they are case-sensitive.
Open Preview Preview

You can resize the textbox by dragging the right or bottom border.
Insert Hyperlink Insert FTP Link Insert Image Insert E-mail Insert Media Insert Table Insert Table Row Insert Table Column Insert Horizontal Rule Insert Teletype Insert Code Insert Quote Edited Superscript Subscript Insert List /me - my name Insert Marquee Insert Timestamp No Parse
Bold Italicized Underline Insert Strikethrough Highlight
                       
Change Text Color
Insert Preformatted Text Left Align Centered Right Align
resize_wb
resize_hb







Max 200000 characters. Remaining characters:
Text size: pt
More Smilies
View All Smilies
Collapse additional features Collapse/Expand additional features Smiley Wink Cheesy Grin Angry Sad Shocked Cool Huh Roll Eyes Tongue Embarrassed Lips Sealed Undecided Kiss Cry
Attachments More Attachments Allowed file types: txt doc docx ics psd pdf bmp jpe jpg jpeg gif png swf zip rar tar gz 7z odt ods mp3 mp4 wav avi mov 3gp html maff pgp gpg
Maximum Attachment size: 500000 KB
Attachment 1:
X