|
|
|
@ -1,7 +1,11 @@
|
|
|
|
|
|
|
|
|
|
import React, { Component } from "react";
|
|
|
|
|
import { SnackbarHOC } from 'educoder';
|
|
|
|
|
import axios from 'axios';
|
|
|
|
|
import { Pagination, Drawer } from "antd";
|
|
|
|
|
import {
|
|
|
|
|
Pagination,
|
|
|
|
|
Drawer,
|
|
|
|
|
} from "antd";
|
|
|
|
|
import Headplugselections from "./component/Headplugselections";
|
|
|
|
|
import QuestionModal from "./component/QuestionModal";
|
|
|
|
|
import QuestionModals from "./component/QuestionModals";
|
|
|
|
@ -233,7 +237,6 @@ class Question extends Component {
|
|
|
|
|
this.setState({
|
|
|
|
|
booljupyterurls: false,
|
|
|
|
|
})
|
|
|
|
|
},500);
|
|
|
|
|
if (response === null || response === undefined) {
|
|
|
|
|
|
|
|
|
|
return
|
|
|
|
@ -669,7 +672,6 @@ class Question extends Component {
|
|
|
|
|
single_questions_count: 0,
|
|
|
|
|
subjective_questions_count: 0,
|
|
|
|
|
})
|
|
|
|
|
})
|
|
|
|
|
// Undoclickable=true;
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
@ -1073,6 +1075,7 @@ class Question extends Component {
|
|
|
|
|
`
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<SiderBars
|
|
|
|
|
Datacount={Datacount}
|
|
|
|
|
myvisible={visible}
|
|
|
|
|