|
|
|
@ -3139,7 +3139,7 @@ class PollNewQuestbank extends Component {
|
|
|
|
|
let resultDomtwo;
|
|
|
|
|
resultDomtwo =
|
|
|
|
|
<div id={"publishtimeid"+index}>
|
|
|
|
|
<span className="color-grey-6">{itemo&&itemo.question&&itemo.question.question_number}、</span>
|
|
|
|
|
{/*<span className="color-grey-6">{itemo&&itemo.question&&itemo.question.question_number}、</span>*/}
|
|
|
|
|
<span
|
|
|
|
|
id={"ceshiyong3"}
|
|
|
|
|
className="font-16 color-grey-6 mb20">{itemo.question.question_type === 1 ? "单选题" : itemo.question.question_type === 2 ? "多选题" : "主观题"}
|
|
|
|
@ -3304,6 +3304,13 @@ class PollNewQuestbank extends Component {
|
|
|
|
|
//////////////////////////////////////////// 可选
|
|
|
|
|
<div>
|
|
|
|
|
<div style={{minWidth: "1179px"}}>
|
|
|
|
|
{polls_status === undefined || polls_status === 1 ?
|
|
|
|
|
|
|
|
|
|
(newoption === false ?
|
|
|
|
|
<ActionBtn style="grey" className="ml61 mt5"
|
|
|
|
|
onClick={() => this.Addanotheroption(itemo.question.id)}>添加[其它]选项</ActionBtn>
|
|
|
|
|
: "")
|
|
|
|
|
: ""}
|
|
|
|
|
<div>
|
|
|
|
|
<span
|
|
|
|
|
className="color-grey-6 mr5 w55 font-16 lineh-40 fl" style={{textAlign: "center"}}>可选</span>
|
|
|
|
@ -3454,7 +3461,7 @@ class PollNewQuestbank extends Component {
|
|
|
|
|
let resultDomtwo;
|
|
|
|
|
resultDomtwo =
|
|
|
|
|
<div id={"publishtimeid"+index}>
|
|
|
|
|
<span className="color-grey-6">{itemo&&itemo.question&&itemo.question.question_number}、</span>
|
|
|
|
|
{/*<span className="color-grey-6">{itemo&&itemo.question&&itemo.question.question_number}、</span>*/}
|
|
|
|
|
|
|
|
|
|
<span
|
|
|
|
|
id={"ceshiyong1"}
|
|
|
|
@ -3628,6 +3635,13 @@ class PollNewQuestbank extends Component {
|
|
|
|
|
//////////////////////////////////////////// 可选
|
|
|
|
|
<div>
|
|
|
|
|
<div style={{minWidth: "1179px"}}>
|
|
|
|
|
{polls_status === undefined || polls_status === 1 ?
|
|
|
|
|
|
|
|
|
|
(newoption === false ?
|
|
|
|
|
<ActionBtn style="grey" className="ml61 mt5"
|
|
|
|
|
onClick={() => this.Addanotheroption(itemo.question.id)}>添加[其它]选项</ActionBtn>
|
|
|
|
|
: "")
|
|
|
|
|
: ""}
|
|
|
|
|
<div>
|
|
|
|
|
<span
|
|
|
|
|
className="color-grey-6 mr5 w55 font-16 lineh-40 fl" style={{textAlign: "center"}}>可选</span>
|
|
|
|
@ -3791,7 +3805,7 @@ class PollNewQuestbank extends Component {
|
|
|
|
|
let resultDomtwo;
|
|
|
|
|
resultDomtwo =
|
|
|
|
|
<div className="problemShow" id={"publishtimeids"} >
|
|
|
|
|
<span className="color-grey-6">{itemo&&itemo.question&&itemo.question.question_number}、</span>
|
|
|
|
|
{/*<span className="color-grey-6">{itemo&&itemo.question&&itemo.question.question_number}、</span>*/}
|
|
|
|
|
<span
|
|
|
|
|
id={"ceshiyong2"}
|
|
|
|
|
className="font-16 color-grey-6 mb20">{itemo.question.question_type === 1 ? "单选题" : itemo.question.question_type === 2 ? "多选题" : "主观题"}
|
|
|
|
@ -3960,6 +3974,13 @@ class PollNewQuestbank extends Component {
|
|
|
|
|
//////////////////////////////////////////// 可选
|
|
|
|
|
<div>
|
|
|
|
|
<div style={{minWidth: "1179px"}}>
|
|
|
|
|
{polls_status === undefined || polls_status === 1 ?
|
|
|
|
|
|
|
|
|
|
(newoption === false ?
|
|
|
|
|
<ActionBtn style="grey" className="ml61 mt5"
|
|
|
|
|
onClick={() => this.Addanotheroption(itemo.question.id)}>添加[其它]选项</ActionBtn>
|
|
|
|
|
: "")
|
|
|
|
|
: ""}
|
|
|
|
|
<div>
|
|
|
|
|
<span
|
|
|
|
|
className="color-grey-6 w55 mr5 font-16 lineh-40 fl" style={{textAlign: "center"}}>可选</span>
|
|
|
|
|