diff --git a/public/react/src/modules/courses/poll/PollNewQuestbank.js b/public/react/src/modules/courses/poll/PollNewQuestbank.js index 0e307bb34..3715d33b2 100644 --- a/public/react/src/modules/courses/poll/PollNewQuestbank.js +++ b/public/react/src/modules/courses/poll/PollNewQuestbank.js @@ -3897,15 +3897,21 @@ class PollNewQuestbank extends Component { }} onInput={(e) => this.HandleInputChanges(e, indexo, indext)}> {polls_status === undefined || polls_status === 1 ? - (itemo.question.question_type === 2&& itemo.question.answers.length === 3 ? - (indext ===1? - this.Ewoption(itemo.question.id, itemo)}> - :"") - : + // (itemo.question.question_type === 2&& itemo.question.answers.length === 3 ? + // (itemo.question.answers[itemo.question.answers.length-1].answer_text === "其他" &&indext ===1? + // this.Ewoption(itemo.question.id, itemo)}> + // :itemo.question.answers[itemo.question.answers.length-1].answer_text === "选项" &&indext ===1? + // this.Ewoption(itemo.question.id, itemo)}> + // :"") + // : itemo.question.answers.length > 2 && indext>1 ? :"") - - : "") - : ""} + : "":""}

)} )