diff --git a/lambdas/packages/hrm-form-definitions/form-definitions/ukmh/v1/customStrings/postSurveyMessages.json b/lambdas/packages/hrm-form-definitions/form-definitions/ukmh/v1/customStrings/postSurveyMessages.json new file mode 100644 index 0000000000..a7fe0c2841 --- /dev/null +++ b/lambdas/packages/hrm-form-definitions/form-definitions/ukmh/v1/customStrings/postSurveyMessages.json @@ -0,0 +1,4 @@ +{ + "triggerMessage": "Before you leave, would you be willing to answer a few questions about the service you received today? Please answer Yes or No.", + "postSurveyCompleteMessage": "Thank you for reaching out. Please contact us again if you need more help." +} diff --git a/lambdas/packages/hrm-form-definitions/form-definitions/ukmh/v1/insights/postSurvey.json b/lambdas/packages/hrm-form-definitions/form-definitions/ukmh/v1/insights/postSurvey.json new file mode 100644 index 0000000000..36bfd7f61f --- /dev/null +++ b/lambdas/packages/hrm-form-definitions/form-definitions/ukmh/v1/insights/postSurvey.json @@ -0,0 +1,17 @@ +[ + { + "insightsObject": "customers", + "attributeName": "customer_attribute_1", + "questions": ["mood"] + }, + { + "insightsObject": "customers", + "attributeName": "customer_attribute_2", + "questions": ["was_helpful"] + }, + { + "insightsObject": "customers", + "attributeName": "customer_attribute_3", + "questions": ["explain"] + } +] \ No newline at end of file