Survey response shows decimal values for choice fields on the PortalDescriptionWhen a survey is submitted through Portal, the response displays decimal values for choice type fields rather than the display value.Steps to Reproduce 1. Log into Deloitte US HXMDEV (https://deloitteushxmdev.service-now.com)2. Impersonate "mhaneesha"3. Navigate to the My Actions page on the ToD portal (https://deloitteushxmdev.service-now.com/tod?id=hrm_todos_page)4. Go to the "Completed" tab and open "Event Name: Hello Event" HR Task (HRT0027188). Note that this event can't be found anymore, but there are various other examples5. Notice that the submitted employee response contains decimal values for choice fieldsWorkaroundThe same issue was fixed in HRJ Task Take Survey widget with (PRB1574438). A possible workaround would be to replace getSurveyQuestions function in the server side script of HRJ Task Collect Information with getSurveyQuestions and helper functions(getSurveyQuestionInfo, getChoiceAnswerDisplay, getRankingAnswerDisplay, getReferenceAnswerDisplay, getTemplateAnswerDisplay, getImageScaleImageAndCaption, getAttachmentImageAndCaption, getDefaultReturnValue, getBooleanAnswerDisplay) in HRJ Task Take Survey.Related Problem: PRB1703879