|
|
|
@ -297,7 +297,7 @@ class SingleEditor extends Component{
|
|
|
|
|
|
|
|
|
|
<div className="mb20">
|
|
|
|
|
<span
|
|
|
|
|
style={{color: '#FF6800'}}>{!exerciseIsPublish ? '温馨提示:点击选项输入框可设置答案;选中的选项即为正确答案,选择多个答案即为多选题' : ' '}</span>
|
|
|
|
|
style={{color: '#FF6800'}}>{'温馨提示:点击选项输入框可设置答案;选中的选项即为正确答案,选择多个答案即为多选题'}</span>
|
|
|
|
|
{ answerTagArray && !!answerTagArray.length ?
|
|
|
|
|
<React.Fragment>
|
|
|
|
|
<span className="fr color-orange">{answerTagArray.join(' ')}</span>
|
|
|
|
|