\n Encourage users to elaborate on their answers when collecting surveys or feedback — for example, if a user states that they were dissatisfied with something on an event satisfaction survey, you can show a text box to allow them to explain further.\n
\n$1')\n : t(clearSpecialChars(answerItem).trim())\n }}\n />\n );\n })\n }\n
\"{searchValue}\" did not match any results.')\n .replace('{searchValue}', searchValue)\n }}\n />\n
\n {name}\n {name && ', '}\n {t(job.trim())}\n {(name || job) && ', '}\n {company}\n
\n >\n );\n};\n\nTestimonialElement.defaultProps = {\n job: '',\n name: '',\n content: '',\n company: ''\n};\n\nTestimonialElement.propTypes = {\n name: PropTypes.string,\n job: PropTypes.string,\n company: PropTypes.string,\n content: PropTypes.string\n};\n\nexport default TestimonialElement;\n","/* eslint-disable max-len */\nimport styled from 'styled-components';\nimport { pxToRem } from '../../utils/style-utils';\n\nconst ScTestimonial = styled.section`\n background-color: var(--jfv-navy-700);\n position: relative;\n overflow: hidden;\n .jflb--container {\n align-items: center;\n justify-content: center;\n }\n .jflb--testimonial-container {\n position: relative;\n width: 100%;\n overflow: hidden;\n padding: 0 calc(var(--pad) * 2);\n margin-top: var(--pad);\n &:before,\n &:after {\n content: \"\";\n position: absolute;\n width: ${pxToRem(44)};\n height: ${pxToRem(44)};\n background-size: 100% auto;\n background-repeat: no-repeat;\n background-position: center;\n background-image: url(\"data:image/svg+xml,%3Csvg width='73' height='57' viewBox='0 0 73 57' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M33.205 41.8585C33.205 33.4063 27.9727 27.9727 18.9168 27.9727C17.1056 27.9727 15.6969 28.3752 14.6907 28.9789C15.0932 19.7218 23.5454 13.4832 31.1926 12.2758V0C18.5143 1.20745 0 10.2634 0 37.2299C0 47.8957 6.84225 56.5492 17.5081 56.5492C26.9665 56.5492 33.205 49.7069 33.205 41.8585ZM72.8498 41.8585C72.8498 33.4063 67.6175 27.9727 58.5616 27.9727C56.7504 27.9727 55.3417 28.3752 54.3355 28.9789C54.738 19.7218 63.1902 13.4832 70.8374 12.2758V0C58.1591 1.20745 39.6448 10.2634 39.6448 37.2299C39.6448 47.8957 46.487 56.5492 57.1529 56.5492C66.6113 56.5492 72.8498 49.7069 72.8498 41.8585Z' fill='%23e8ecff'/%3E%3C/svg%3E%0A\");\n html[dir=\"rtl\"] & {\n transform: rotate(-180deg) scaleX(-1);\n }\n @media screen and (max-width: 980px) {\n width: ${pxToRem(32)};\n height: ${pxToRem(32)};\n }\n @media screen and (max-width: 768px) {\n display: none;\n }\n }\n &:before {\n top: 0;\n inset-inline-start: 0;\n }\n &:after {\n bottom: 0;\n inset-inline-end: 0;\n transform: rotate(-180deg);\n }\n @media screen and (max-width: 768px) {\n padding: 0;\n }\n .splide__list {\n flex-direction: column;\n }\n //dummy code\n .splide__pagination {\n display: flex;\n align-items: center;\n justify-content: center;\n gap: 6px;\n padding: var(--pad) 0;\n .splide__pagination__page {\n width: 12px;\n height: 12px;\n border-radius: 50%;\n background-color: var(--jfv-navy-100);\n &.is-active {\n background-color: #fff;\n }\n }\n }\n //