Integrating Assessment
Integrating Assessment
How to implement the assessment life cycle as a remote partner:
Issue Create Application request
Read the value of app_link_full field returned as a part of JSON reply. It will look something like: "https://pop.selfmgmt.com/static/app_link/app_link.html?app_link=XXXXXXXX&acc_link=YYYYYYYY"`"
Extract the app_link query parameter; this hash code will be used to identify the specific assessment.
On your questionnaire page, issue a Get Questions request using the extracted app_link hash code. Your page must use this information to build a representation of the questionnaire which the candidate can fill out.
When candidate submits their answers, build and issue a Submit Answers request to complete the questionnaire.
Last modified: 24 October 2024