ToolVerse mrscore
not connected · connect →

Generate survey scoring

Reads a survey body and works out how it should be scored — an AI brain reads the questions & answers to detect the structure (subscales, reverse-scored items, sum vs mean-then-scale, mapping, RAG…), then the exact maths is rendered and auto-verified with golden tests. Known PROMs take the instant proven path. Generates all three files: -surv-md.yaml, legacy -surv-js.js, and the unit test. Bulk mode scores many surveys at once.

Prefer the terminal? Download the Node CLI →

How to use mrscore

What it does

Turns a survey body into its scoring files. An AI reads the body and decides the scoring structure only; the exact numbers are computed deterministically and golden-tested, so nothing clinical is ever guessed. It always produces the metadata -surv-md.yaml, the legacy -surv-js.js, and a unit test.

When to use it

For the survey-scoring hand-over work — one survey or a whole batch.

How to use it

  1. Pick an AI enginePuter is free; OpenAI/Anthropic need your own key. (Known PROMs don't need the AI at all.)
  2. Single: choose From repo (pick a -surv slug) or Paste body, then Generate scoring. Review the detected structure, confidence and the three output tabs, then Write all to repo.
  3. Bulk: paste several -surv slugs (or Scan for un-scored surveys), Score all, review the table, then Write all.
  4. Commit and open a merge request; tag Tim.

Good to know

Troubleshooting