|
|
|
@ -1251,10 +1251,10 @@ editanswersMD=(initValue, id)=> {
|
|
|
|
|
|
|
|
|
|
<a href={practice_url === undefined ? "" : practice_url}
|
|
|
|
|
className="fr color-blue mr15 mt4"
|
|
|
|
|
style={{display:this.props.identity>3||this.props.identity===undefined||this.props.status===2||this.props.status===1?"none":'block'}}
|
|
|
|
|
style={{display:this.props.identity>4||this.props.identity===undefined||this.props.status===2||this.props.status===1?"none":'block'}}
|
|
|
|
|
data-tip-down="新增代码编辑类型的任务">+ 实践类型</a>
|
|
|
|
|
<a href={choice_url === undefined ? "" : choice_url} className="fr color-blue mr15 mt4"
|
|
|
|
|
style={{display:this.props.identity>3||this.props.identity===undefined||this.props.status===2||this.props.status===1?"none":'block'}}
|
|
|
|
|
style={{display:this.props.identity>4||this.props.identity===undefined||this.props.status===2||this.props.status===1?"none":'block'}}
|
|
|
|
|
data-tip-down="新增选择题类型的任务">+ 选择题类型</a>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
@ -1345,7 +1345,7 @@ editanswersMD=(initValue, id)=> {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div className="clearfix mt30" style={{display:this.props.identity>3||this.props.identity===undefined||power===false?"none":"block"}}>
|
|
|
|
|
<div className="clearfix mt30" style={{display:this.props.identity>4||this.props.identity===undefined||power===false?"none":"block"}}>
|
|
|
|
|
<a className="defalutSubmitbtn fl mr20" onClick={sumittype===true?"":this.clickquestionsumit}>提交</a>
|
|
|
|
|
<a href={go_back_url}
|
|
|
|
|
className="defalutCancelbtn fl">取消</a>
|
|
|
|
@ -1545,7 +1545,7 @@ editanswersMD=(initValue, id)=> {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div className="clearfix mt30" style={{display:this.props.identity>3||this.props.identity===undefined||power===false?"none":"block"}}>
|
|
|
|
|
<div className="clearfix mt30" style={{display:this.props.identity>4||this.props.identity===undefined||power===false?"none":"block"}}>
|
|
|
|
|
<a className="defalutSubmitbtn fl mr20"
|
|
|
|
|
onClick={this.answer_subit}>提交</a>
|
|
|
|
|
<a href={go_back_url}
|
|
|
|
@ -1735,7 +1735,7 @@ editanswersMD=(initValue, id)=> {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div className="clearfix mt30" style={{display:this.props.identity>3||this.props.identity===undefined||power===false?"none":"block"}}>
|
|
|
|
|
<div className="clearfix mt30" style={{display:this.props.identity>4||this.props.identity===undefined||power===false?"none":"block"}}>
|
|
|
|
|
<a className="defalutSubmitbtn fl mr20"
|
|
|
|
|
onClick={()=>this.answer_subit("edit",challenge_choose_id)}>提交</a>
|
|
|
|
|
<a href={go_back_url}
|
|
|
|
|