@ -186,7 +186,7 @@ class Paperreview_single extends Component {
objectsingle === undefined || objectsingle === null ? "" : objectsingle.choices.map((object, index) => {
return (
<p className={index === 1 ? "sortinxdirection ml10" : "sortinxdirection "}>
<Radio disabled={false}>
<Radio disabled={true}>
{object.choice_text}
</Radio>
</p>
@ -208,7 +208,7 @@ class Listjihe extends Component {
items === undefined || items === null ? "" : items.choices.map((object, index) => {
<Radio disabled={false} disabled={true} >
<Radio disabled={true} >
@ -180,7 +180,7 @@ class Paperlibraryseeid_items extends Component {