|
|
|
|
@ -5388,10 +5388,10 @@ var ExeriseReview = function ExeriseReview(_ref) {
|
|
|
|
|
className: Reviewmodules/* default */.Z.flexRow,
|
|
|
|
|
children: (_item$question_choice3 = item.question_choices) === null || _item$question_choice3 === void 0 ? void 0 : _item$question_choice3.map(function (val, index) {
|
|
|
|
|
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
|
|
|
className: "multi-llipsis1e flex-container mr10 ".concat(item.user_answer.includes(val.choice_id) && item.question_score !== item.user_score ? Reviewmodules/* default */.Z.answerError : ""),
|
|
|
|
|
style: {
|
|
|
|
|
marginLeft: index > 0 && '10px'
|
|
|
|
|
},
|
|
|
|
|
className: "multi-llipsis1e flex-container",
|
|
|
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(es_radio/* default */.ZP, {
|
|
|
|
|
checked: item.user_answer.includes(val.choice_id)
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)(RenderHtml/* default */.Z, {
|
|
|
|
|
@ -5451,7 +5451,7 @@ var ExeriseReview = function ExeriseReview(_ref) {
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsxs)(jsx_runtime.Fragment, {
|
|
|
|
|
children: [(_jte$question_choices = jte.question_choices) === null || _jte$question_choices === void 0 ? void 0 : _jte$question_choices.map(function (val) {
|
|
|
|
|
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
|
|
|
className: "multi-llipsis1e flex-container mr10",
|
|
|
|
|
className: "multi-llipsis1e flex-container mr10 ".concat(jte.user_answer.includes(val.choice_id) && jte.question_score !== jte.user_score ? Reviewmodules/* default */.Z.answerError : ""),
|
|
|
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(es_radio/* default */.ZP, {
|
|
|
|
|
checked: jte.user_answer.includes(val.choice_id)
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)(RenderHtml/* default */.Z, {
|