preview_outcome
Build a shareable outcome test where voters select result types; the most-voted type becomes the final result. Open the generated browser link with no account or login.
Instructions
Create a shareable RooQuiz preview personality / outcome test — options vote for result types and the most-voted type is the result — 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 personality quiz, a "which X are you" / type / archetype test, or any quiz where there are no right answers and the taker is sorted into one of several result types. For a right/wrong graded quiz, use the preview-quiz skill; for a scored questionnaire that totals points into a level, use the preview-scorecard 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 "outcome" first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| form | Yes | The complete assessment JSON, shaped as documented by preview_guide (type "outcome"). "scene" is forced to "outcome_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. |