Delete an exam question
/products/{product_id}/exams/{exam_id}/questions/{exam_question_id}Moves the question to the trash. Attempts that already answered the question remain unchanged.
Autonomous mode: the API credential secret, sent as a bearer token. Credential secrets are identified by a fixed prefix.
In: header
Path Parameters
Header Parameters
Response Body
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/products/string/exams/string/questions/string"Update an exam question PATCH
Updates an exam question. When `alternatives` is supplied, it replaces the entire set of alternatives. Answers already recorded in completed attempts are not regraded. To avoid overwriting a newer version, send the `ETag` from the retrieve operation in the `If-Match` header.
List exam results GET
Returns the results of the exam. A result is an attempt that was completed and not discarded; attempts that ended because the time limit expired are also results.