|
|
@ -242,7 +242,7 @@ class SingleEditor extends Component{
|
|
|
|
<span className="color-grey-9 font-12 fl">(客观题,由系统自动评分,请设置标准答案)</span>
|
|
|
|
<span className="color-grey-9 font-12 fl">(客观题,由系统自动评分,请设置标准答案)</span>
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
|
<TPMMDEditor mdID={qNumber} placeholder="请您输入题目" height={155} watch={false} className="mb20"
|
|
|
|
<TPMMDEditor mdID={qNumber} placeholder="请您输入题目" height={155} className="mb20"
|
|
|
|
initValue={question_title} onChange={(val) => this.setState({ question_title: val})}
|
|
|
|
initValue={question_title} onChange={(val) => this.setState({ question_title: val})}
|
|
|
|
ref="titleEditor"
|
|
|
|
ref="titleEditor"
|
|
|
|
|
|
|
|
|
|
|
@ -265,7 +265,7 @@ class SingleEditor extends Component{
|
|
|
|
<DMDEditor
|
|
|
|
<DMDEditor
|
|
|
|
ref={`optionEditor${index}`}
|
|
|
|
ref={`optionEditor${index}`}
|
|
|
|
toMDMode={this.toMDMode} toShowMode={this.toShowMode}
|
|
|
|
toMDMode={this.toMDMode} toShowMode={this.toShowMode}
|
|
|
|
height={166} className={'optionMdEditor'} watch={false} noStorage={true}
|
|
|
|
height={166} className={'optionMdEditor'} noStorage={true}
|
|
|
|
mdID={qNumber + index} placeholder="" onChange={(value) => this.onOptionContentChange(value, index)}
|
|
|
|
mdID={qNumber + index} placeholder="" onChange={(value) => this.onOptionContentChange(value, index)}
|
|
|
|
initValue={item}
|
|
|
|
initValue={item}
|
|
|
|
></DMDEditor>
|
|
|
|
></DMDEditor>
|
|
|
|