{"id":51320598,"url":"https://github.com/tmhsdigital/lmsw-prep","last_synced_at":"2026-07-01T13:01:24.156Z","repository":{"id":338717599,"uuid":"1158847274","full_name":"TMHSDigital/LMSW-Prep","owner":"TMHSDigital","description":null,"archived":false,"fork":false,"pushed_at":"2026-02-16T03:44:40.000Z","size":427,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-16T08:55:55.269Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://tmhsdigital.github.io/LMSW-Prep/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TMHSDigital.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-16T01:45:04.000Z","updated_at":"2026-02-16T03:44:44.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/TMHSDigital/LMSW-Prep","commit_stats":null,"previous_names":["tmhsdigital/lmsw-prep"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/TMHSDigital/LMSW-Prep","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TMHSDigital%2FLMSW-Prep","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TMHSDigital%2FLMSW-Prep/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TMHSDigital%2FLMSW-Prep/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TMHSDigital%2FLMSW-Prep/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TMHSDigital","download_url":"https://codeload.github.com/TMHSDigital/LMSW-Prep/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TMHSDigital%2FLMSW-Prep/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35007278,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-01T02:00:05.325Z","response_time":130,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-07-01T13:01:23.068Z","updated_at":"2026-07-01T13:01:24.147Z","avatar_url":"https://github.com/TMHSDigital.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LMSW-Prep\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n[![GitHub Pages](https://img.shields.io/badge/GitHub%20Pages-Live-brightgreen)](https://tmhsdigital.github.io/LMSW-Prep/)\n[![Vanilla JS](https://img.shields.io/badge/vanilla-HTML%20%7C%20CSS%20%7C%20JS-yellow)](https://developer.mozilla.org/en-US/docs/Web/JavaScript)\n\nA single-page practice exam for the **New York Licensed Master Social Worker (LMSW)** exam. Content is aligned with the **ASWB 2026 Master's blueprint** (Values and Ethics, Assessment and Planning, Intervention and Practice). No account or build step; run locally or use the hosted version.\n\n---\n\n## Live demo\n\n**[Open the practice exam](https://tmhsdigital.github.io/LMSW-Prep/)**\n\n---\n\n## Features\n\n- **ASWB 2026 alignment** – Weighted draw by domain (35% / 33% / 32%). Optional filter by domain. Supports 3- and 4-option questions.\n- **Quiz options** – Start panel: \"Questions per round\" is capped to the current pool (options 5, 10, 15, 20, 25, 30, 40, 50, or \"All (N)\" when applicable). Pool progress shows \"N / 500 questions in pool. Contribute on GitHub.\" Domain checkboxes filter which questions are available; the dropdown updates to show only valid round sizes for the selected domains.\n- **Randomized quizzes** – Questions and answer order shuffled each round.\n- **Immediate feedback** – Correct/incorrect plus rationale; optional analytic rationales per question.\n- **Hints** – One hint per question without giving away the answer.\n- **Progress** – Determinate progress bar and \"Question X of N.\"\n- **Mastery tracking** – Session and all-time stats (by domain) in results; stored in localStorage.\n- **Keep practicing** – \"Another quiz\" for a new round; \"Reload page\" for a fresh start.\n- **Mobile-friendly** – Responsive layout, touch-friendly targets.\n- **Accessible** – Semantic HTML, ARIA live regions, focus management, fieldset/legend.\n- **PWA** – Installable and works offline (manifest + service worker).\n\n---\n\n## Tech stack\n\n- **HTML5** – Structure and semantics.\n- **CSS3** – Flexbox, custom properties, mobile-first responsive layout. Medical/educational palette (blues, grays, white) with clear correct/incorrect states.\n- **JavaScript (ES5-style)** – No frameworks or build step. Logic includes Fisher–Yates shuffle for questions and choices, simple state for the current quiz and answers.\n\nSuitable for static hosting (e.g. GitHub Pages); open `index.html` in a browser or serve the folder with any static server.\n\n---\n\n## Project structure\n\n```\nLMSW-Prep/\n  index.html      # Start options, quiz UI, results panel\n  style.css       # Layout, theme, responsive, transitions\n  script.js       # Weighted draw, dynamic set-size and pool progress, mastery (localStorage), PWA registration\n  questions.js    # Question pool (3 domains, 3- and 4-option; round size capped to pool)\n  manifest.json   # PWA manifest\n  sw.js           # Service worker for offline cache\n  CONTRIBUTING.md # Item-writing rubric and 2026 alignment\n  LICENSE\n  README.md\n```\n\n---\n\n## Running locally\n\n1. Clone the repo:\n   ```bash\n   git clone https://github.com/TMHSDigital/LMSW-Prep.git\n   cd LMSW-Prep\n   ```\n2. Open `index.html` in a browser, or serve the directory, for example:\n   - **Python 3:** `python -m http.server 8000` then visit `http://localhost:8000`\n   - **Node (npx):** `npx serve` then use the URL shown\n\nNo install or build step is required.\n\n---\n\n## How it works\n\n- On first load the start panel shows pool progress (e.g. \"25 / 500 questions in pool\"), \"Questions per round\" (only options valid for the current pool and selected domains), and domain checkboxes. Click \"Start quiz\" to begin. The app shuffles the question pool and builds a round by weighted random draw when all three domains are selected (about 35% / 33% / 32%), or by random draw from the filtered pool when one or two domains are selected. For each question, answer choices are shuffled so the correct answer’s position is random.\n- You answer one question at a time. After you select an option, the correct and your chosen answer are styled and the rationale is shown. \"Next question\" (or \"See results\" on the last one) advances the quiz.\n- Score is computed by comparing your selected choice (by original index) to the question’s correct index. The results screen shows your score, session count, and all-time stats by domain. \"Another quiz\" starts a new round with the same options; \"Reload page\" returns to the start panel.\n\n---\n\n## Question domains (ASWB 2026)\n\nContent follows ASWB Master’s level areas:\n\n| Domain                     | Weight | Description |\n|----------------------------|--------|-------------|\n| Values and Ethics         | 35%    | Legal/ethical standards, social justice, anti-oppressive practice, self-determination |\n| Assessment and Planning   | 33%    | Biopsychosocial and cultural formulation, risk assessment, collaborative goal setting |\n| Intervention and Practice | 32%    | Evidence-based interventions, case management, practice evaluation |\n\n---\n\n## License\n\nMIT. See [LICENSE](LICENSE). Copyright (c) 2026 TM Hospitality Strategies.\n\n---\n\n## Disclaimer\n\nThis tool is for practice only. It is not affiliated with the ASWB or any licensing board and does not guarantee a passing score. Content is illustrative; exam content and formats may change. The same disclaimer appears in the app footer. Use official study materials and board resources for exam preparation and eligibility.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmhsdigital%2Flmsw-prep","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftmhsdigital%2Flmsw-prep","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmhsdigital%2Flmsw-prep/lists"}