ul-question-test-ui 1.0.9 → 1.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -66311,7 +66311,7 @@ const wln = Qo({
|
|
|
66311
66311
|
});
|
|
66312
66312
|
var xln = function() {
|
|
66313
66313
|
var e = this, n = e._self._c;
|
|
66314
|
-
return e._self._setupProxy, n("Base", { ref: "baseComponent", staticClass: "completion-question", attrs: { question: e.question, mode: e.mode, isSubmitted: e.isSubmitted }, on: { blankAnswerChange: e.blankAnswerChange } }, [e.mode === 1 ? [n("div", { staticClass: "edit-mode" }, [n("div", { staticClass: "title" }), n("div", { staticClass: "correct-answer" }, [n("span", { staticClass: "tip" }, [e._v("答案:")]), n("span", { staticClass: "correct-answer-tip" }, [e._v("( " + e._s(e.t("inputAnswerTip2")) + " )")]), e.
|
|
66314
|
+
return e._self._setupProxy, n("Base", { ref: "baseComponent", staticClass: "completion-question", attrs: { question: e.question, mode: e.mode, isSubmitted: e.isSubmitted }, on: { blankAnswerChange: e.blankAnswerChange } }, [e.mode === 1 ? [n("div", { staticClass: "edit-mode" }, [n("div", { staticClass: "title" }), n("div", { staticClass: "correct-answer" }, [n("span", { staticClass: "tip" }, [e._v("答案:")]), n("span", { staticClass: "correct-answer-tip" }, [e._v("( " + e._s(e.t("inputAnswerTip2")) + " )")]), e._l(e.question.blanks, function(o, r) {
|
|
66315
66315
|
return n("div", { key: o.id || r }, [n("div", { staticClass: "answer-item" }, [n("span", { staticClass: "answer-option" }, [e._v("[" + e._s(r + 1) + "]")]), n("input", { directives: [{ name: "model", rawName: "v-model", value: o.correctAnswer, expression: "blank.correctAnswer" }], staticClass: "answer-input", attrs: { placeholder: "请输入答案", type: "text" }, domProps: { value: o.correctAnswer }, on: { change: e.answerChange, input: function(a) {
|
|
66316
66316
|
a.target.composing || e.$set(o, "correctAnswer", a.target.value);
|
|
66317
66317
|
} } }), n("div", { staticClass: "btn-delete" }, [n("img", { attrs: { src: Zg, alt: "" }, on: { click: function(a) {
|
|
@@ -66328,7 +66328,7 @@ var xln = function() {
|
|
|
66328
66328
|
Tln,
|
|
66329
66329
|
!1,
|
|
66330
66330
|
null,
|
|
66331
|
-
"
|
|
66331
|
+
"e0868794"
|
|
66332
66332
|
);
|
|
66333
66333
|
const g1 = kln.exports;
|
|
66334
66334
|
g1.install = (t) => t.component(g1.name, g1);
|