preview_quiz
Create a shareable right/wrong quiz with points and a final score, then get a browser link to try and share it. No account or API key required.
Instructions
Create a shareable RooQuiz preview quiz — a right/wrong assessment where correct answers earn points and the taker gets a score — 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 graded quiz, test, trivia, or exam with correct answers and a final score. For a scored questionnaire where every option adds points, use the preview-scorecard skill; for a personality/type test with no right answers, 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 "quiz" first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| form | Yes | The complete assessment JSON, shaped as documented by preview_guide (type "quiz"). "scene" is forced to "knowledge_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. |