Skip to main content
Version: v3New

Replace Quiz Questions

PUT 

/courses/products/:productId/quizzes/:quizId/questions

Batch upsert quiz questions. Requires a Location token with courses.write. Send Version: v3. quizId is taken from the path, not the body.

Request​

Version stringrequired

API Version

Available optionsv3
productId string<uuid>required

Product id

Possible values: non-empty

quizId string<uuid>required

Quiz id

Possible values: non-empty

locationId stringrequired

Location id or sub-account id is required.

Possible values: non-empty

application/json

Bodyrequired

    questionsobject[]required
application/json

Success

Schema
    questionsobject[]required