|
|
@ -9,6 +9,7 @@ import QuestionModals from "./component/QuestionModals";
|
|
|
|
import Contentpart from "./component/Contentpart";
|
|
|
|
import Contentpart from "./component/Contentpart";
|
|
|
|
import './questioncss/questioncom.css';
|
|
|
|
import './questioncss/questioncom.css';
|
|
|
|
import Bottomsubmit from "../modals/Bottomsubmit";
|
|
|
|
import Bottomsubmit from "../modals/Bottomsubmit";
|
|
|
|
|
|
|
|
import QuestionModalys from "./component/QuestionModalys";
|
|
|
|
|
|
|
|
|
|
|
|
//exam_id 试卷的id
|
|
|
|
//exam_id 试卷的id
|
|
|
|
class NewMyShixunModel extends Component {
|
|
|
|
class NewMyShixunModel extends Component {
|
|
|
@ -56,15 +57,28 @@ class NewMyShixunModel extends Component {
|
|
|
|
oj_status: null,
|
|
|
|
oj_status: null,
|
|
|
|
isVisible: false,
|
|
|
|
isVisible: false,
|
|
|
|
selectionbools: false,
|
|
|
|
selectionbools: false,
|
|
|
|
|
|
|
|
chakanjiexiboolindex: "无",
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
chakanjiexibool = (index) => {
|
|
|
|
|
|
|
|
if (this.state.chakanjiexiboolindex === index) {
|
|
|
|
|
|
|
|
this.setState({
|
|
|
|
|
|
|
|
chakanjiexiboolindex: "无",
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
return
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
this.setState({
|
|
|
|
|
|
|
|
chakanjiexiboolindex: index,
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
}
|
|
|
|
setdiscipline_id = (discipline_id) => {
|
|
|
|
setdiscipline_id = (discipline_id) => {
|
|
|
|
this.setState({
|
|
|
|
this.setState({
|
|
|
|
discipline_id: discipline_id,
|
|
|
|
discipline_id: discipline_id,
|
|
|
|
sub_discipline_id: null,
|
|
|
|
sub_discipline_id: null,
|
|
|
|
tag_discipline_id: null,
|
|
|
|
tag_discipline_id: null,
|
|
|
|
keywords: "",
|
|
|
|
keyword: "",
|
|
|
|
page: 1,
|
|
|
|
page: 1,
|
|
|
|
per_page: 10,
|
|
|
|
per_page: 10,
|
|
|
|
oj_status: null
|
|
|
|
oj_status: null
|
|
|
@ -76,7 +90,7 @@ class NewMyShixunModel extends Component {
|
|
|
|
public: this.state.defaultActiveKey,
|
|
|
|
public: this.state.defaultActiveKey,
|
|
|
|
difficulty: this.state.difficulty,
|
|
|
|
difficulty: this.state.difficulty,
|
|
|
|
item_type: this.state.item_type,
|
|
|
|
item_type: this.state.item_type,
|
|
|
|
keywords: null,
|
|
|
|
keyword: null,
|
|
|
|
page: this.state.page,
|
|
|
|
page: this.state.page,
|
|
|
|
per_page: 10,
|
|
|
|
per_page: 10,
|
|
|
|
oj_status: null,
|
|
|
|
oj_status: null,
|
|
|
@ -90,7 +104,7 @@ class NewMyShixunModel extends Component {
|
|
|
|
this.setState({
|
|
|
|
this.setState({
|
|
|
|
sub_discipline_id: sub_discipline_id,
|
|
|
|
sub_discipline_id: sub_discipline_id,
|
|
|
|
tag_discipline_id: null,
|
|
|
|
tag_discipline_id: null,
|
|
|
|
keywords: "",
|
|
|
|
keyword: "",
|
|
|
|
page: 1,
|
|
|
|
page: 1,
|
|
|
|
per_page: 10,
|
|
|
|
per_page: 10,
|
|
|
|
oj_status: null
|
|
|
|
oj_status: null
|
|
|
@ -102,7 +116,7 @@ class NewMyShixunModel extends Component {
|
|
|
|
public: this.state.defaultActiveKey,
|
|
|
|
public: this.state.defaultActiveKey,
|
|
|
|
difficulty: this.state.difficulty,
|
|
|
|
difficulty: this.state.difficulty,
|
|
|
|
item_type: this.state.item_type,
|
|
|
|
item_type: this.state.item_type,
|
|
|
|
keywords: null,
|
|
|
|
keyword: null,
|
|
|
|
page: 1,
|
|
|
|
page: 1,
|
|
|
|
per_page: 10,
|
|
|
|
per_page: 10,
|
|
|
|
oj_status: null,
|
|
|
|
oj_status: null,
|
|
|
@ -114,7 +128,7 @@ class NewMyShixunModel extends Component {
|
|
|
|
settag_discipline_id = (tag_discipline_id) => {
|
|
|
|
settag_discipline_id = (tag_discipline_id) => {
|
|
|
|
this.setState({
|
|
|
|
this.setState({
|
|
|
|
tag_discipline_id: tag_discipline_id,
|
|
|
|
tag_discipline_id: tag_discipline_id,
|
|
|
|
keywords: "",
|
|
|
|
keyword: "",
|
|
|
|
page: 1,
|
|
|
|
page: 1,
|
|
|
|
per_page: 10,
|
|
|
|
per_page: 10,
|
|
|
|
oj_status: null
|
|
|
|
oj_status: null
|
|
|
@ -126,7 +140,7 @@ class NewMyShixunModel extends Component {
|
|
|
|
public: this.state.defaultActiveKey,
|
|
|
|
public: this.state.defaultActiveKey,
|
|
|
|
difficulty: this.state.difficulty,
|
|
|
|
difficulty: this.state.difficulty,
|
|
|
|
item_type: this.state.item_type,
|
|
|
|
item_type: this.state.item_type,
|
|
|
|
keywords: null,
|
|
|
|
keyword: null,
|
|
|
|
page: 1,
|
|
|
|
page: 1,
|
|
|
|
per_page: 10,
|
|
|
|
per_page: 10,
|
|
|
|
oj_status: null,
|
|
|
|
oj_status: null,
|
|
|
@ -347,7 +361,7 @@ class NewMyShixunModel extends Component {
|
|
|
|
public: this.state.defaultActiveKey,
|
|
|
|
public: this.state.defaultActiveKey,
|
|
|
|
difficulty: this.state.difficulty,
|
|
|
|
difficulty: this.state.difficulty,
|
|
|
|
item_type: this.state.item_type,
|
|
|
|
item_type: this.state.item_type,
|
|
|
|
keywords: this.state.keywords,
|
|
|
|
keyword: this.state.keywords,
|
|
|
|
page: pageNumber,
|
|
|
|
page: pageNumber,
|
|
|
|
per_page: 10,
|
|
|
|
per_page: 10,
|
|
|
|
oj_status: this.state.oj_status,
|
|
|
|
oj_status: this.state.oj_status,
|
|
|
@ -455,7 +469,7 @@ class NewMyShixunModel extends Component {
|
|
|
|
visiblemys: false,
|
|
|
|
visiblemys: false,
|
|
|
|
page: 1,
|
|
|
|
page: 1,
|
|
|
|
per_page: 10,
|
|
|
|
per_page: 10,
|
|
|
|
keywords: "",
|
|
|
|
keyword: "",
|
|
|
|
oj_status: null
|
|
|
|
oj_status: null
|
|
|
|
})
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
|
@ -466,11 +480,11 @@ class NewMyShixunModel extends Component {
|
|
|
|
public: this.state.defaultActiveKey,
|
|
|
|
public: this.state.defaultActiveKey,
|
|
|
|
difficulty: difficulty,
|
|
|
|
difficulty: difficulty,
|
|
|
|
item_type: this.state.item_type,
|
|
|
|
item_type: this.state.item_type,
|
|
|
|
keywords: null,
|
|
|
|
keyword: null,
|
|
|
|
page: 1,
|
|
|
|
page: 1,
|
|
|
|
per_page: 10,
|
|
|
|
per_page: 10,
|
|
|
|
oj_status: null,
|
|
|
|
oj_status: null,
|
|
|
|
item_id: this.props.exam_id === undefined ? "" : parseInt(this.props.exam_id),
|
|
|
|
exam_id: this.props.exam_id === undefined ? "" : parseInt(this.props.exam_id),
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
this.getdata(data);
|
|
|
|
this.getdata(data);
|
|
|
@ -482,7 +496,7 @@ class NewMyShixunModel extends Component {
|
|
|
|
visiblemyss: false,
|
|
|
|
visiblemyss: false,
|
|
|
|
page: 1,
|
|
|
|
page: 1,
|
|
|
|
per_page: 10,
|
|
|
|
per_page: 10,
|
|
|
|
keywords: "",
|
|
|
|
keyword: "",
|
|
|
|
oj_status: null
|
|
|
|
oj_status: null
|
|
|
|
})
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
|
@ -495,9 +509,9 @@ class NewMyShixunModel extends Component {
|
|
|
|
item_type: item_type,
|
|
|
|
item_type: item_type,
|
|
|
|
page: 1,
|
|
|
|
page: 1,
|
|
|
|
per_page: 10,
|
|
|
|
per_page: 10,
|
|
|
|
keywords: null,
|
|
|
|
keyword: null,
|
|
|
|
oj_status: null,
|
|
|
|
oj_status: null,
|
|
|
|
item_id: this.props.exam_id === undefined ? "" : parseInt(this.props.exam_id),
|
|
|
|
exam_id: this.props.exam_id === undefined ? "" : parseInt(this.props.exam_id),
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
this.getdata(data);
|
|
|
|
this.getdata(data);
|
|
|
@ -516,6 +530,19 @@ class NewMyShixunModel extends Component {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
showmodelsInaudit = (e) => {
|
|
|
|
|
|
|
|
this.setState({
|
|
|
|
|
|
|
|
modalsTypeInaudit: true,
|
|
|
|
|
|
|
|
titilesm: "公开申请已提交,请等待管理员的审核",
|
|
|
|
|
|
|
|
titiless: "我们将在1-2个工作日内完成审核",
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
modalsTypeInauditbool = () => {
|
|
|
|
|
|
|
|
this.setState({
|
|
|
|
|
|
|
|
modalsTypeInaudit: false,
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
handleVisibleChanges = (boll) => {
|
|
|
|
handleVisibleChanges = (boll) => {
|
|
|
|
if (this.state.visiblemys === true) {
|
|
|
|
if (this.state.visiblemys === true) {
|
|
|
@ -533,13 +560,13 @@ class NewMyShixunModel extends Component {
|
|
|
|
|
|
|
|
|
|
|
|
setdatafunsval = (e) => {
|
|
|
|
setdatafunsval = (e) => {
|
|
|
|
this.setState({
|
|
|
|
this.setState({
|
|
|
|
keywords: e.target.value
|
|
|
|
keyword: e.target.value
|
|
|
|
})
|
|
|
|
})
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
setdatafuns = (value) => {
|
|
|
|
setdatafuns = (value) => {
|
|
|
|
this.setState({
|
|
|
|
this.setState({
|
|
|
|
keywords: value,
|
|
|
|
keyword: value,
|
|
|
|
})
|
|
|
|
})
|
|
|
|
var data = {
|
|
|
|
var data = {
|
|
|
|
discipline_id: this.state.discipline_id,
|
|
|
|
discipline_id: this.state.discipline_id,
|
|
|
@ -548,7 +575,7 @@ class NewMyShixunModel extends Component {
|
|
|
|
public: this.state.defaultActiveKey,
|
|
|
|
public: this.state.defaultActiveKey,
|
|
|
|
difficulty: this.state.difficulty,
|
|
|
|
difficulty: this.state.difficulty,
|
|
|
|
item_type: this.state.item_type,
|
|
|
|
item_type: this.state.item_type,
|
|
|
|
keywords: value,
|
|
|
|
keyword: value,
|
|
|
|
page: this.state.page,
|
|
|
|
page: this.state.page,
|
|
|
|
per_page: 10,
|
|
|
|
per_page: 10,
|
|
|
|
oj_status: this.state.oj_status,
|
|
|
|
oj_status: this.state.oj_status,
|
|
|
@ -573,7 +600,7 @@ class NewMyShixunModel extends Component {
|
|
|
|
public: this.state.defaultActiveKey,
|
|
|
|
public: this.state.defaultActiveKey,
|
|
|
|
difficulty: this.state.difficulty,
|
|
|
|
difficulty: this.state.difficulty,
|
|
|
|
item_type: this.state.item_type,
|
|
|
|
item_type: this.state.item_type,
|
|
|
|
keywords: this.state.keywords,
|
|
|
|
keyword: this.state.keywords,
|
|
|
|
page: this.state.page,
|
|
|
|
page: this.state.page,
|
|
|
|
per_page: 10,
|
|
|
|
per_page: 10,
|
|
|
|
item_id: this.props.exam_id === undefined ? "" : parseInt(this.props.exam_id),
|
|
|
|
item_id: this.props.exam_id === undefined ? "" : parseInt(this.props.exam_id),
|
|
|
@ -599,7 +626,7 @@ class NewMyShixunModel extends Component {
|
|
|
|
public: this.state.defaultActiveKey,
|
|
|
|
public: this.state.defaultActiveKey,
|
|
|
|
difficulty: this.state.difficulty,
|
|
|
|
difficulty: this.state.difficulty,
|
|
|
|
item_type: this.state.item_type,
|
|
|
|
item_type: this.state.item_type,
|
|
|
|
keywords: this.state.keywords,
|
|
|
|
keyword: this.state.keywords,
|
|
|
|
page: this.state.page,
|
|
|
|
page: this.state.page,
|
|
|
|
per_page: 10,
|
|
|
|
per_page: 10,
|
|
|
|
item_id: this.props.exam_id === undefined ? "" : parseInt(this.props.exam_id),
|
|
|
|
item_id: this.props.exam_id === undefined ? "" : parseInt(this.props.exam_id),
|
|
|
@ -667,7 +694,7 @@ class NewMyShixunModel extends Component {
|
|
|
|
public: this.state.defaultActiveKey,
|
|
|
|
public: this.state.defaultActiveKey,
|
|
|
|
difficulty: this.state.difficulty,
|
|
|
|
difficulty: this.state.difficulty,
|
|
|
|
item_type: this.state.item_type,
|
|
|
|
item_type: this.state.item_type,
|
|
|
|
keywords: this.state.keywords,
|
|
|
|
keyword: this.state.keywords,
|
|
|
|
page: this.state.page,
|
|
|
|
page: this.state.page,
|
|
|
|
per_page: 10,
|
|
|
|
per_page: 10,
|
|
|
|
item_id: this.props.exam_id === undefined ? "" : parseInt(this.props.exam_id),
|
|
|
|
item_id: this.props.exam_id === undefined ? "" : parseInt(this.props.exam_id),
|
|
|
@ -683,6 +710,62 @@ class NewMyShixunModel extends Component {
|
|
|
|
})
|
|
|
|
})
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// 撤销
|
|
|
|
// 撤销
|
|
|
|
|
|
|
|
getitem_basketss = (id) => {
|
|
|
|
|
|
|
|
let url = "";
|
|
|
|
|
|
|
|
if (this.props.exam_id === undefined) {
|
|
|
|
|
|
|
|
url = `/item_baskets/${id}.json`;
|
|
|
|
|
|
|
|
axios.delete(url)
|
|
|
|
|
|
|
|
.then((result) => {
|
|
|
|
|
|
|
|
if (result.data.status == 0) {
|
|
|
|
|
|
|
|
// this.props.showNotification(`撤销成功`);
|
|
|
|
|
|
|
|
var data = {
|
|
|
|
|
|
|
|
discipline_id: this.state.discipline_id,
|
|
|
|
|
|
|
|
sub_discipline_id: this.state.sub_discipline_id,
|
|
|
|
|
|
|
|
tag_discipline_id: this.state.tag_discipline_id,
|
|
|
|
|
|
|
|
public: this.state.defaultActiveKey,
|
|
|
|
|
|
|
|
difficulty: this.state.difficulty,
|
|
|
|
|
|
|
|
item_type: this.state.item_type,
|
|
|
|
|
|
|
|
keyword: this.state.keywords,
|
|
|
|
|
|
|
|
page: this.state.page,
|
|
|
|
|
|
|
|
per_page: 10,
|
|
|
|
|
|
|
|
exam_id: this.props.exam_id === undefined ? "" : parseInt(this.props.exam_id),
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
this.getdatasy(data);
|
|
|
|
|
|
|
|
this.getbasket_listdata();
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}).catch((error) => {
|
|
|
|
|
|
|
|
////console.log(error);
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
|
|
|
url = `/examination_banks/${this.props.exam_id}/revoke_item.json`;
|
|
|
|
|
|
|
|
axios.delete(url, {
|
|
|
|
|
|
|
|
data: {
|
|
|
|
|
|
|
|
item_id: id === undefined ? "" : parseInt(id),
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
.then((result) => {
|
|
|
|
|
|
|
|
if (result.data.status == 0) {
|
|
|
|
|
|
|
|
// this.props.showNotification(`撤销成功`);
|
|
|
|
|
|
|
|
var data = {
|
|
|
|
|
|
|
|
discipline_id: this.state.discipline_id,
|
|
|
|
|
|
|
|
sub_discipline_id: this.state.sub_discipline_id,
|
|
|
|
|
|
|
|
tag_discipline_id: this.state.tag_discipline_id,
|
|
|
|
|
|
|
|
public: this.state.defaultActiveKey,
|
|
|
|
|
|
|
|
difficulty: this.state.difficulty,
|
|
|
|
|
|
|
|
item_type: this.state.item_type,
|
|
|
|
|
|
|
|
keyword: this.state.keywords,
|
|
|
|
|
|
|
|
page: this.state.page,
|
|
|
|
|
|
|
|
per_page: 10,
|
|
|
|
|
|
|
|
exam_id: this.props.exam_id === undefined ? "" : parseInt(this.props.exam_id),
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
this.getdatasy(data);
|
|
|
|
|
|
|
|
this.getbasket_listdata();
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}).catch((error) => {
|
|
|
|
|
|
|
|
////console.log(error);
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
// 撤销
|
|
|
|
getitem_basketss = (id) => {
|
|
|
|
getitem_basketss = (id) => {
|
|
|
|
let url = "";
|
|
|
|
let url = "";
|
|
|
|
if (this.props.exam_id === undefined) {
|
|
|
|
if (this.props.exam_id === undefined) {
|
|
|
@ -706,7 +789,7 @@ class NewMyShixunModel extends Component {
|
|
|
|
public: this.state.defaultActiveKey,
|
|
|
|
public: this.state.defaultActiveKey,
|
|
|
|
difficulty: this.state.difficulty,
|
|
|
|
difficulty: this.state.difficulty,
|
|
|
|
item_type: this.state.item_type,
|
|
|
|
item_type: this.state.item_type,
|
|
|
|
keywords: this.state.keywords,
|
|
|
|
keyword: this.state.keywords,
|
|
|
|
page: this.state.page,
|
|
|
|
page: this.state.page,
|
|
|
|
per_page: 10,
|
|
|
|
per_page: 10,
|
|
|
|
item_id: this.props.exam_id === undefined ? "" : parseInt(this.props.exam_id),
|
|
|
|
item_id: this.props.exam_id === undefined ? "" : parseInt(this.props.exam_id),
|
|
|
@ -809,15 +892,30 @@ Deletebigquestiontype = (item_type) => {
|
|
|
|
this.getbasket_listdata();
|
|
|
|
this.getbasket_listdata();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
})
|
|
|
|
})
|
|
|
|
.catch(function (error) {
|
|
|
|
var data = {
|
|
|
|
////console.log(error);
|
|
|
|
discipline_id: this.state.discipline_id,
|
|
|
|
});
|
|
|
|
sub_discipline_id: this.state.sub_discipline_id,
|
|
|
|
|
|
|
|
tag_discipline_id: this.state.tag_discipline_id,
|
|
|
|
|
|
|
|
public: this.state.defaultActiveKey,
|
|
|
|
|
|
|
|
difficulty: this.state.difficulty,
|
|
|
|
|
|
|
|
item_type: this.state.item_type,
|
|
|
|
|
|
|
|
keyword: this.state.keywords,
|
|
|
|
|
|
|
|
page: this.state.page,
|
|
|
|
|
|
|
|
per_page: 10,
|
|
|
|
|
|
|
|
oj_status: oj_status,
|
|
|
|
|
|
|
|
exam_id: this.props.exam_id === undefined ? "" : parseInt(this.props.exam_id),
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
this.getdata(data);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//跳转
|
|
|
|
render() {
|
|
|
|
gotopaperreview = () => {
|
|
|
|
let {
|
|
|
|
|
|
|
|
page, per_page, items_count, Headertop, visible, placement, modalsType, modalsTypes, basket_list,
|
|
|
|
|
|
|
|
completion_questions_count, judgement_questions_count, multiple_questions_count, practical_questions_count,
|
|
|
|
|
|
|
|
program_questions_count, single_questions_count, subjective_questions_count, selectionbools,
|
|
|
|
|
|
|
|
modalsTypeInaudit
|
|
|
|
|
|
|
|
} = this.state;
|
|
|
|
|
|
|
|
|
|
|
|
this.props.history.replace("/paperreview");
|
|
|
|
this.props.history.replace("/paperreview");
|
|
|
|
|
|
|
|
|
|
|
@ -909,7 +1007,12 @@ render() {
|
|
|
|
setDownload={() => this.setDownload()}></QuestionModal>
|
|
|
|
setDownload={() => this.setDownload()}></QuestionModal>
|
|
|
|
: ""
|
|
|
|
: ""
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
modalsTypeInaudit === true ?
|
|
|
|
|
|
|
|
<QuestionModalys {...this.props}{...this.state} modalsType={modalsTypeInaudit} modalCancel={() => this.modalsTypeInauditbool()}
|
|
|
|
|
|
|
|
setDownload={() => this.modalsTypeInauditbool()}></QuestionModalys>
|
|
|
|
|
|
|
|
: ""
|
|
|
|
|
|
|
|
}
|
|
|
|
{/*顶部*/}
|
|
|
|
{/*顶部*/}
|
|
|
|
|
|
|
|
|
|
|
|
<Headplugselections
|
|
|
|
<Headplugselections
|
|
|
@ -926,6 +1029,8 @@ render() {
|
|
|
|
<Contentpart {...this.state} {...this.props}
|
|
|
|
<Contentpart {...this.state} {...this.props}
|
|
|
|
exam_id={this.props.exam_id}
|
|
|
|
exam_id={this.props.exam_id}
|
|
|
|
Isitapopup={"true"}
|
|
|
|
Isitapopup={"true"}
|
|
|
|
|
|
|
|
chakanjiexiboolindex={this.state.chakanjiexiboolindex}
|
|
|
|
|
|
|
|
chakanjiexibool={(e) => this.chakanjiexibool(e)}
|
|
|
|
getitem_basketss={(id) => this.getitem_basketss(id)}
|
|
|
|
getitem_basketss={(id) => this.getitem_basketss(id)}
|
|
|
|
selectallquestionsonthispage={() => this.selectallquestionsonthispage()}
|
|
|
|
selectallquestionsonthispage={() => this.selectallquestionsonthispage()}
|
|
|
|
getitem_baskets={(e) => this.getitem_baskets(e)}
|
|
|
|
getitem_baskets={(e) => this.getitem_baskets(e)}
|
|
|
@ -936,7 +1041,10 @@ render() {
|
|
|
|
showmodels={(e) => this.showmodels(e)}
|
|
|
|
showmodels={(e) => this.showmodels(e)}
|
|
|
|
showmodelysl={(e) => this.showmodelysl(e)}
|
|
|
|
showmodelysl={(e) => this.showmodelysl(e)}
|
|
|
|
callback={(e) => this.callback(e)}
|
|
|
|
callback={(e) => this.callback(e)}
|
|
|
|
setoj_status={(e) => this.setoj_status(e)}></Contentpart>
|
|
|
|
setoj_status={(e) => this.setoj_status(e)}
|
|
|
|
|
|
|
|
showmodelsInaudit={(e) => this.showmodelsInaudit(e)}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
></Contentpart>
|
|
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
{
|
|
|
|
items_count && items_count > 10 ?
|
|
|
|
items_count && items_count > 10 ?
|
|
|
|