|
|
|
@ -426,7 +426,7 @@ class Questionitem_banks extends Component {
|
|
|
|
|
{
|
|
|
|
|
item_type&&item_type==="SINGLE"?
|
|
|
|
|
|
|
|
|
|
<div className=" clearfix educontent Contentquestionbankstyle w100s w1200fpx mt19" >
|
|
|
|
|
<div className=" clearfix educontent w100s w1200fpx mt19" >
|
|
|
|
|
<SingleEditor
|
|
|
|
|
{...this.state}
|
|
|
|
|
{...this.props}
|
|
|
|
@ -436,7 +436,7 @@ class Questionitem_banks extends Component {
|
|
|
|
|
</SingleEditor>
|
|
|
|
|
</div>
|
|
|
|
|
:item_type&&item_type==="MULTIPLE"?
|
|
|
|
|
<div className=" clearfix educontent Contentquestionbankstyle w100s w1200fpx mt19" >
|
|
|
|
|
<div className=" clearfix educontent w100s w1200fpx mt19" >
|
|
|
|
|
<ChoquesEditor
|
|
|
|
|
{...this.state}
|
|
|
|
|
{...this.props}
|
|
|
|
@ -448,7 +448,7 @@ class Questionitem_banks extends Component {
|
|
|
|
|
|
|
|
|
|
:item_type&&item_type==="JUDGMENT"?
|
|
|
|
|
|
|
|
|
|
<div className=" clearfix educontent Contentquestionbankstyle w100s w1200fpx mt19" >
|
|
|
|
|
<div className=" clearfix educontent w100s w1200fpx mt19" >
|
|
|
|
|
<JudquestionEditor
|
|
|
|
|
{...this.state}
|
|
|
|
|
{...this.props}
|
|
|
|
@ -476,7 +476,7 @@ class Questionitem_banks extends Component {
|
|
|
|
|
item_type===null?
|
|
|
|
|
""
|
|
|
|
|
:
|
|
|
|
|
<div className=" clearfix bor-bottom-greyE edu-back-white orderingbox newshixunbottombtn bottomdivs sortinxdirection intermediatecenter mt50" style={{
|
|
|
|
|
<div className=" clearfix edu-back-white orderingbox newshixunbottombtn bottomdivs sortinxdirection intermediatecenter mt50" style={{
|
|
|
|
|
position:"absolute",
|
|
|
|
|
bottom: "0px",
|
|
|
|
|
}} >
|
|
|
|
|