PUT
/
assessment
/
api
/
v1
/
continue
/
{assessment_id}
/
{qid}

The hash in the URL is the unique identifier for the assessment which was provided in the response of init assessment API. The qid in the URL is the unique identifier for the question starting from 0 (first question).

Refer to the list component documentation for different question compoent response format.

Authorizations

auth
string
headerrequired

The authentication token of the developer (generated using Authorization API).

Headers

client-id
string
required

Any unique string to identify the logged in developer.

locale
enum<string>

Locale is used to determine the language of the assessment. Supported locales are en, hi, kn for english, hindi and kannada respectively with default being en.

Available options:
en,
hi,
kn

Path Parameters

assessment_id
string
required

The hash that uniquely identifies the assessment session.

qid
integer
required

The question id that uniquely identifies the question.

Body

application/json

The request body should contain the answer to the question depending on the type of question component. It should be in format as explained in above dropdown.

user_response
object[]

Response

200 - application/json
questions
object[]
required
progress
number
required

This is the progress of the assessment in percentage format. It is a number between 0.00 and 100.00.

Required range: 0 < x < 100
is_last_question
boolean
required

This is a boolean value. If true, this is the last question of the assessment and you can hit submit API.