start_practice_exam
Begin a 60-question practice exam with domain-based progress tracking and scoring on a 0-1000 scale.
Instructions
Start a full 60-question practice exam (D1:16, D2:11, D3:12, D4:12, D5:9). Scored 0-1000, passing 720.
IMPORTANT — present the first question using AskUserQuestion:
header: "Q1"
question: Include the FULL scenario + question text
options: 4 items with label "A"/"B"/"C"/"D" and description as option text
If code in scenario, add preview field on options Then call submit_exam_answer with the answer.
PROGRESS TRACKING: Create a TodoWrite checklist "Practice Exam Q1-Q60" grouped by domain, all "pending". Update each to "completed" after grading.
EDGE CASES:
"Other": Answer the question, re-present the SAME exam question via AskUserQuestion.
"Skip": Move to next exam question without grading. Never break the flow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||