diff --git a/Survey/src/components/SurveyQuestions.tsx b/Survey/src/components/SurveyQuestions.tsx index 1c6cb017..fecf6173 100644 --- a/Survey/src/components/SurveyQuestions.tsx +++ b/Survey/src/components/SurveyQuestions.tsx @@ -1005,11 +1005,11 @@ function Matrix({ x, responses, onResponse, activityId, total,index, idx,startTi {(x.questions || []).map((question, qindex) => ( - *" : "")} allowDangerousHtml={true} plugins={[gfm, emoji]} renderers={{ link: LinkRenderer, span: (props) => { + { return {props?.children}; }, sup: (props) => { return {props.children}; - }}} /> + }}} /> {(!!question.required ? " *" : "")} {(Array.isArray(x.options) && (x.options || []).length > 0) ?( x.type === "list" ||x.type === "boolean" || x.type === "likert" ? (