Assessment score
- Command:
score_calc_get
Get score/results of an assessment.
Request body parameters
- command
stringrequiredSet to "score_calc_get".
- partner_api
booleanrequiredSet to true.
- application_id
integerint64orstringrequiredID of assessment
- language_id
stringAny supported 3-letter language code. Consult SMG for which languages are available for each assessment type. If omitted, language originally supplied in Application create command will be used.
- show_traits
booleanInclude trait scores in response
- show_super_traits
booleanInclude super trait scores in response
- show_reducers
booleanInclude reducer information in response
- show_answers
booleanInclude questionnaire answers in response
Response body JSON
- error_code
integerint64Error code
- error_text
stringError text
- command_from
stringThe command used to generate this response ("score_calc_set")
- language_id
string3-letter language code of language assigned to assessment
- main_score_found
booleanWhether assessment provides a main score
- score
numberMain score; only present if
main_score_found: truein request- score_final
numberReducer main score; normally a number from 1 to 3 representing recommended decision for candidate (1: redirect, 2: proceed with caution, 3 or more: proceed); only present if
main_score_found: truein request- score_text
stringTextual interpretation of main score; only present if
main_score_found: truein request- avalue
numberSame as score_final
- caption_tr_score
stringSame as score_text
- traits
Array of objectArray of trait scores; only present if
show_traits: truein requestChild attributes
- trait_name
stringName of trait- caption_tr
stringTrait name translated into requested language- score
numberTrait score
- super_traits
Array of objectArray of super trait scores; only present if
show_super_traits: truein requestChild attributes
- trait_name
stringName of super trait- caption_tr
stringSuper trait name translated into requested language- score
numberSuper trait score
- answers
Array of objectArray of questionnaire answers; only present if
show_answers: truein requestChild attributes
- q
stringQuestion ID- c
stringQuestion name- t
stringQuestion text- a
integerint64orstringCandidate's answer; for multiple-choice questions, the choice number as an integer; for text questions, the candidate's answer as a string- v
stringFor multiple-choice questions only, the text of the candidate's choice
- position_reducers
Array of objectArray of reducers; only present if
show_reducers: truein requestChild attributes
- aname
stringName of the reducer- caption_tr_rdc
stringTitle of the reducer, translated into the requested language- score
numberReducer score- score_final
numberReducer final score- score_text
stringReducer descriptive text, translated into the requested language- trait_name
stringName of primary trait used to calculate reducer score
Error codes
Error code | Description |
|---|---|
1705 | Assessment not complete yet |