Step 2. Start Assessment
This API is used to start and get the first question of the assessment.
The API uses the assessmentid
generated from the init assessment API to start the assessment.
Response Formats
The reponse of the API will depend on the type of the component that is being used to ask the question. Refer to the Assessment Response Format documentation for different question component response format.
API Details
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.
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.