Quiz Routes
Create Quiz
Creates a new quiz based on the provided parameters
POST
/
quiz
/
create
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The type of questions to create
Available options:
TRUEFALSE
, FILLBLANK
, MULTIPLECHOICE
The number of questions to create. Maximum is 150.
The source of the content to create questions from
Available options:
WEBSITE
, TEXT
, PDF
The language of the questions to create. Default is content language. Example: 'English'
The difficulty of the questions to create
Available options:
EASY
, MEDIUM
, HARD
The content to create questions from. Required if url is not provided.
The url of the content to create questions from. Required if content is not provided.