Step 3. Continue Assessment
This API is used to submit user answers and get the next questions based on the answers.
is_last_question
will be true 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
The authentication token of the developer (generated using Authorization API).
Headers
Any unique string to identify the logged in developer.
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
.
en
, hi
, kn
Path Parameters
The hash that uniquely identifies the assessment session.
The question id that uniquely identifies the question.
Body
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.
Response
This is the progress of the assessment in percentage format. It is a number between 0.00 and 100.00.
0 < x < 100
This is a boolean value. If true, this is the last question of the assessment and you can hit submit API.