Question Responses Input
Input for assessment question responses.
- JSON example
-
The properties under questionResponses are in the following format:
{ "questionResponses": { "Element_APIName or AssessmentQuestion uniqueIndex 1": "value", "Element_APIName or AssessmentQuestion uniqueIndex 2": { "Child_element_APIName or Question uniqueIndex 1": "value", "Child_element_APIName or Question uniqueIndex 2": "value", ... } } }
For example:
{ "questionResponses": { "ootb__DF_API_MSelect1": "Y;N", "ootb__DF_API_MSelect2": "1;2;3", "ootb__DF_API_RG1": { "ootb__DF_API_Radio1": "Y", "ootb__DF_API_Radio2": "N", "ootb__DF_API_Radio3": "M" }, "ootb__DF_API_Text": "TestingDF", "ootb__DF_API_Select1": "1", "ootb__DF_API_Select2": "w", "ootb__DF_API_EditBlock2": { "ootb__DF_API_Int": 5 }, "ootb__DF_API_Boolean": true, "ootb__DF_API_Formula": true } }
- Properties
-
Name Type Description Required or Optional Available Version questionResponses Map<String, Object> Responses map for Assessment Questions. Optional 60.0