Get generated worksheet questions
Get a worksheet’s generated questions, options, answers, and tags, grouped by question type.
GET
Get generated worksheet questions
Step 3 of 4 in Generate a worksheet. Poll every 5 seconds until
status is Completed.questions is an object keyed by question type, such as mcq_single_answer or short_answer. Each question has question, answer, and tags. Only the two MCQ types include options.
While the job is running, status is In Progress and questions is {"msg": "No questions generated."}. Check status before reading questions.
Next step
Generate worksheet explanations
Optional: add a step-by-step explanation to every question.
Send worksheet feedback
Optional: record what the teacher thought of the worksheet.
Authorizations
Access token from Get an access token.
Path Parameters
The worksheet id returned by Start a worksheet.
Example:
"152764ca-1685-427c-aba7-4b92dcc0d60f"
Response
The step is In Progress or Completed.