POST

Create Quiz


Creates a detached quiz definition with at least one question.

To use the quiz in an Online Program, specify the returned quiz ID as step.quizOptions.id when calling the Steps API's Create Step or Bulk Create Steps method.

To create multiple quiz definitions in a single API call, call Bulk Create Quizzes.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permission Scopes
Manage Online Programs
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/online-programs/v1/quizzes

Errors
400Invalid Argument

There is 1 error with this status code.

409Already Exists

There is 1 error with this status code.

This method may also return standard errors. Learn more about standard Wix errors.

Did this help?