pub const PATHS: [ScalePath; 11] = [
ScalePath {
name: SELF_DIRECTED_SEARCH.name,
path: "h_sds",
introduction: SELF_DIRECTED_SEARCH.introduction[0],
warning: SELF_DIRECTED_SEARCH.warning,
tags: SELF_DIRECTED_SEARCH.tags,
disabled: false,
},
ScalePath {
name: REVISED_NEOPERSONALITY_INVENTORY.name,
path: "neo_pi_r",
introduction: REVISED_NEOPERSONALITY_INVENTORY.introduction[0],
warning: REVISED_NEOPERSONALITY_INVENTORY.warning,
tags: REVISED_NEOPERSONALITY_INVENTORY.tags,
disabled: false,
},
ScalePath {
name: SIXTEEN_PERSONALITY_FACTOR_QUESTIONNAIRE.name,
path: "16pf",
introduction: SIXTEEN_PERSONALITY_FACTOR_QUESTIONNAIRE.introduction[0],
warning: SIXTEEN_PERSONALITY_FACTOR_QUESTIONNAIRE.warning,
tags: SIXTEEN_PERSONALITY_FACTOR_QUESTIONNAIRE.tags,
disabled: false,
},
ScalePath {
name: ENNEAGRAM_PERSONALITY_TEST.name,
path: "ept",
introduction: ENNEAGRAM_PERSONALITY_TEST.introduction[0],
warning: ENNEAGRAM_PERSONALITY_TEST.warning,
tags: ENNEAGRAM_PERSONALITY_TEST.tags,
disabled: false,
},
ScalePath {
name: EPQ_RSC.name,
path: "epq_rsc",
introduction: EPQ_RSC.introduction[0],
warning: EPQ_RSC.warning,
tags: EPQ_RSC.tags,
disabled: false,
},
ScalePath {
name: SYMPTOM_CHECKLIST_90.name,
path: "scl90",
introduction: SYMPTOM_CHECKLIST_90.introduction[0],
warning: SYMPTOM_CHECKLIST_90.warning,
tags: SYMPTOM_CHECKLIST_90.tags,
disabled: false,
},
ScalePath {
name: BECK_DEPRESSION_RATING_SCALE.name,
path: "bdi",
introduction: BECK_DEPRESSION_RATING_SCALE.introduction[0],
warning: BECK_DEPRESSION_RATING_SCALE.warning,
tags: BECK_DEPRESSION_RATING_SCALE.tags,
disabled: false,
},
ScalePath {
name: SELF_RATING_DEPRESSION_SCALE.name,
path: "sds",
introduction: SELF_RATING_DEPRESSION_SCALE.introduction[0],
warning: SELF_RATING_DEPRESSION_SCALE.warning,
tags: SELF_RATING_DEPRESSION_SCALE.tags,
disabled: false,
},
ScalePath {
name: SELF_RATING_ANXIETY_SCALE.name,
path: "sas",
introduction: SELF_RATING_ANXIETY_SCALE.introduction[0],
warning: SELF_RATING_ANXIETY_SCALE.warning,
tags: SELF_RATING_ANXIETY_SCALE.tags,
disabled: false,
},
ScalePath {
name: YALE_BROWN_OBSESSIVE_COMPULSIVE_SCALE.name,
path: "y_bocs",
introduction: YALE_BROWN_OBSESSIVE_COMPULSIVE_SCALE.introduction[0],
warning: YALE_BROWN_OBSESSIVE_COMPULSIVE_SCALE.warning,
tags: YALE_BROWN_OBSESSIVE_COMPULSIVE_SCALE.tags,
disabled: false,
},
ScalePath {
name: HAMILTON_DEPRESSION_SCALE.name,
path: "hamd",
introduction: HAMILTON_DEPRESSION_SCALE.introduction[0],
warning: HAMILTON_DEPRESSION_SCALE.warning,
tags: HAMILTON_DEPRESSION_SCALE.tags,
disabled: false,
},
];