Assessment for Counseling Practice
This project now includes a static HTML and JavaScript-based interactive MMPI tool: mmpi_interactive_static.html.
- Allows users to input responses (or scores directly, depending on the current UI).
- Calculates T-scores for various MMPI scales.
- Provides narrative interpretations for the calculated scores based on RC scales, PSY-5 scales, and Supplementary scales.
- Includes gender-specific interpretations where applicable.
- Features a welcome screen and a field for user name input.
- Ensure you have the following files in the same directory:
mmpi_interactive_static.htmlrc_scales_interpretations.jspsy5_scales_interpretations.jssupplementary_scales_interpretations.js- A sub-folder named
staticcontainingstyles.css.
- Open
mmpi_interactive_static.htmlin any modern web browser (e.g., Chrome, Firefox, Safari, Edge). - Follow the on-screen instructions to input data and view scores and interpretations.
If you wish to deploy this tool using GitHub Pages:
- Ensure the repository has GitHub Pages enabled (usually configured in repository settings).
- If you want
mmpi_interactive_static.htmlto be the root page, you can copy it toindex.htmlin the root of the branch configured for GitHub Pages (e.g.,mainorgh-pages). - Make sure all associated JavaScript files (
.js) and thestatic/styles.cssfile are also present in the repository in the same relative paths.