waymark-sable.vercel.app
Learning roadmaps you and your agent build together. Your agent researches and plans; you learn; the path adapts.
First seen 2026-09-14 · Last seen 2026-09-14 · Source: webmcp.com
Answer 6 · Act 14 · Transact 0 · Score: Not yet scored
Tool inspector
create_quiz
Create a multiple-choice quiz attached to a step. The USER answers it in the page UI — do not answer it yourself. Set reveal: 'on_step_done' to author quizzes ahead of time — the page shows the quiz automatically when the user finishes the step. Give each question a `remedial` follow-up step; if the user misses that question, the page automatically proposes it (user approves) even with no agent present. When you're in the loop live, call await_quiz_results after creating.
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
path_id |
string | yes | — |
step_id |
string | yes | The step this quiz checks understanding of |
reveal |
string | no | on_step_done hides the quiz until the user marks the step done (default: immediately) |
questions |
array | yes | — |
Raw JSON schema
{
"type": "object",
"properties": {
"path_id": {
"type": "string"
},
"step_id": {
"type": "string",
"description": "The step this quiz checks understanding of"
},
"reveal": {
"type": "string",
"enum": [
"immediately",
"on_step_done"
],
"description": "on_step_done hides the quiz until the user marks the step done (default: immediately)"
},
"questions": {
"type": "array",
"items": {
"type": "object",
"properties": {
"prompt": {
"type": "string"
},
"choices": {
"type": "array",
"items": {
"type": "string"
},
"minItems": 2,
"maxItems": 5
},
"correct_index": {
"type": "number"
},
"remedial": {
"type": "object",
"description": "Follow-up step auto-proposed to the user if they miss this question",
"properties": {
"title": {
"type": "string"
},
"kind": {
"type": "string",
"enum": [
"article",
"video",
"exercise",
"project",
"quiz"
]
},
"url": {
"type": "string"
},
"why": {
"type": "string"
},
"phase": {
"type": "string"
},
"est_minutes": {
"type": "number"
}
},
"required": [
"title",
"kind",
"why",
"est_minutes"
]
}
},
"required": [
"prompt",
"choices",
"correct_index"
]
}
}
},
"required": [
"path_id",
"step_id",
"questions"
]
}
Similar websites
seqcraft.onrender.com
Inspect plasmids, simulate PCR and restriction digests, compare constructs, and prepare cloning proposals in one exact, private workspace.
lectern.click
Draft a Lectern lesson in the browser. WebMCP agents fill gaps, write sections, and add quiz items on the page you see. Export a student PDF and a .lectern file…
cuvo.co
Cuvo is the white label telehealth platform that runs the clinic behind your brand: 50-state providers, pharmacy, software, and compliance. Launch in days.
emorahealth.com
Online therapy, medication, and ADHD/Autism testing for kids, teens, and young adults. No waitlists, covered by insurance, with copays as low as $0.