preview_scorecard
Turn scored assessment JSON into a shareable scorecard preview link with level buckets and no login. Verify self-assessments, health checks, maturity models, or satisfaction surveys before sharing.
Instructions
Create a shareable RooQuiz preview scorecard — a scored questionnaire where each option adds points toward a total that buckets into levels — and get a link to open in the browser. No account, login, or API key required. Use this when someone wants to build, try out, or share a self-assessment, health/habit score, readiness or maturity check, satisfaction survey, or any rated questionnaire that turns answers into a total score and a level (no "correct" answer). For a right/wrong graded quiz, use the preview-quiz skill; for a personality/type test with no scores, use the preview-outcome skill.
This tool takes the finished assessment JSON and nothing else. Unless its field schema, scoring rules and worked example are already in context, call preview_guide with type "scorecard" first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| form | Yes | The complete assessment JSON, shaped as documented by preview_guide (type "scorecard"). "scene" is forced to "scored_quiz" for you. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Browser link to the preview — hand it over verbatim. | |
| expiresAt | No | ISO timestamp; the link 404s afterwards. | |
| publicToken | Yes | Identifier the link is built from. |