dev_hjm
hjm 6 years ago
parent 24dd22aa35
commit fb7078a052

@ -88,7 +88,7 @@ class JudgeDisplay extends Component{
<div key={optionIndex} className="fl mr30">
<Radio disabled checked={item.standard_boolean}></Radio>
{/* <span>{item.choice_text}</span> */}
<MarkdownToHtml content={item.choice_text} selector={'judge_' + optionIndex}
<MarkdownToHtml content={item.choice_text} selector={'judge_' + (index + 1) + optionIndex}
className=""
></MarkdownToHtml>
{/* <span style={{ display: 'inline-block'}} className="markdown-body"

Loading…
Cancel
Save