From 8dedb9eaa0327323a49ca508614d184ab4d80bc9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=9E=97?= <904079904@qq.com>
Date: Tue, 3 Sep 2019 11:28:20 +0800
Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../modules/courses/poll/PollNewQuestbank.js | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/public/react/src/modules/courses/poll/PollNewQuestbank.js b/public/react/src/modules/courses/poll/PollNewQuestbank.js
index 1a5668834..a93d5e40c 100644
--- a/public/react/src/modules/courses/poll/PollNewQuestbank.js
+++ b/public/react/src/modules/courses/poll/PollNewQuestbank.js
@@ -3170,12 +3170,12 @@ class PollNewQuestbank extends Component {
{
itemo.question.answers[itemo.question.answers.length - 1].answer_text === "其他" && itemo.question.answers.length - 2 === indext ?
- this.Ewoption(itemo.question.id, itemo)}>
: itemo.question.answers.length - 1 === indext ?
- this.Ewoption(itemo.question.id, itemo)}>
@@ -3184,7 +3184,7 @@ class PollNewQuestbank extends Component {
}
: indext === 1 && itemo.question.answers.length === 2 || indext === 1 && itemo.question.answers.length === 3 ?
- this.Ewoption(itemo.question.id, itemo)}> : ""
@@ -3478,12 +3478,12 @@ class PollNewQuestbank extends Component {
className="iconfont icon-htmal5icon19 font-22 color-grey-c">
{
itemo.question.answers[itemo.question.answers.length - 1].answer_text === "其他" && itemo.question.answers.length - 2 === indext ?
- this.Ewoption(itemo.question.id, itemo)}>
: itemo.question.answers.length - 1 === indext ?
- this.Ewoption(itemo.question.id, itemo)}>
@@ -3493,7 +3493,7 @@ class PollNewQuestbank extends Component {
}
: indext === 1 && itemo.question.answers.length === 2 || indext === 1 && itemo.question.answers.length === 3 ?
- this.Ewoption(itemo.question.id, itemo)}> : ""
@@ -3791,14 +3791,14 @@ class PollNewQuestbank extends Component {
className="iconfont icon-htmal5icon19 font-22 color-grey-c ">
{
itemo.question.answers[itemo.question.answers.length - 1].answer_text === "其他" && itemo.question.answers.length - 2 === indext ?
- this.Ewoption(itemo.question.id, itemo)}>
:
itemo.question.answers.length - 1 === indext ?
- this.Ewoption(itemo.question.id, itemo)}>
: indext === 1 && itemo.question.answers.length === 2 || indext === 1 && itemo.question.answers.length === 3 ?
- this.Ewoption(itemo.question.id, itemo)}>