|
|
|
@ -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"
|
|
|
|
|