
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
nbmecalc-score-conversion
Advanced tools
Deterministic NBME, UWSA, Free 120, AMBOSS, and CMS score interpretation helpers for USMLE study planning.
Small, dependency-free JavaScript helpers for interpreting NBME-style practice-assessment inputs during USMLE study planning.
This package supports NBME, UWSA 1/2, Free 120, AMBOSS, and CMS inputs for Step 1, Step 2 CK, and Step 3 workflows. It returns an internally equated three-digit planning value and a model-generated interval so downstream tools can show uncertainty instead of a falsely precise single number.
The mappings are independent assumptions. They are not official NBME or USMLE conversions, do not represent NBME endorsement, and have not been evaluated in a published independent holdout cohort. Read the NBME score conversion page for the browser workflow and the public methodology and assumptions before using the output.
npm install nbmecalc-score-conversion
import { computeEstimate, convertExam } from "nbmecalc-score-conversion";
const single = convertExam({ source: "NBME", score: 240, formNumber: 32 }, "step2");
console.log(single); // 249 under algorithm v1.1 assumptions
const estimate = computeEstimate([
{ source: "NBME", score: 240, formNumber: 32, takenDaysAgo: 2 },
{ source: "FREE120", score: 75, takenDaysAgo: 8 },
], "step2");
console.log(estimate.pointEstimate, estimate.ciLower, estimate.ciUpper);
source is one of NBME, UWSA1, UWSA2, FREE120, AMBOSS, or CMS. Percent-correct inputs are represented by their numeric percentage; three-digit inputs are represented by their reported score. CMS inputs below 150 are treated as percent-correct subject signals, while values at or above 150 are treated as already-equated inputs.
The package deliberately performs local deterministic calculations and makes no network requests. It is intended for educational planning and software integration, not eligibility, clinical, licensing, or institutional decisions.
npm test
npm run build
npm run pack:check
Source repository: github.com/jiankn/nbmecalc
FAQs
Deterministic NBME, UWSA, Free 120, AMBOSS, and CMS score interpretation helpers for USMLE study planning.
We found that nbmecalc-score-conversion demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.