diff --git a/public/react/src/modules/courses/busyWork/common/WorkDetailPageHeader.js b/public/react/src/modules/courses/busyWork/common/WorkDetailPageHeader.js index c16d285dd..782a1c07d 100644 --- a/public/react/src/modules/courses/busyWork/common/WorkDetailPageHeader.js +++ b/public/react/src/modules/courses/busyWork/common/WorkDetailPageHeader.js @@ -75,12 +75,16 @@ class WorkDetailPageHeader extends Component{ return(
-
+
- + {homework_name} {/* {homework_name} */} diff --git a/public/react/src/modules/courses/shixunHomework/ShixunStudentWork.js b/public/react/src/modules/courses/shixunHomework/ShixunStudentWork.js index 82b9aef3e..90bc23d99 100644 --- a/public/react/src/modules/courses/shixunHomework/ShixunStudentWork.js +++ b/public/react/src/modules/courses/shixunHomework/ShixunStudentWork.js @@ -135,6 +135,10 @@ class ShixunStudentWork extends Component { this.setState({ duplicatechecking: true }) + notification.open({ + message:"提示", + description: response.data.message + }); } if (response.data.status === -1) { @@ -144,6 +148,8 @@ class ShixunStudentWork extends Component { }); } + + }).catch((error) => { console.log(error) }); @@ -197,6 +203,10 @@ class ShixunStudentWork extends Component { this.setState({ duplicatechecking: true }) + notification.open({ + message:"提示", + description: response.data.message + }); } if (response.data.status === -1) { diff --git a/public/react/src/modules/courses/shixunHomework/ShixunWorkDetails.js b/public/react/src/modules/courses/shixunHomework/ShixunWorkDetails.js index 4cfdccab0..5db2df83a 100644 --- a/public/react/src/modules/courses/shixunHomework/ShixunWorkDetails.js +++ b/public/react/src/modules/courses/shixunHomework/ShixunWorkDetails.js @@ -95,7 +95,7 @@ class ShixunWorkDetails extends Component {
非编程类型任务,不参与查重 diff --git a/public/react/src/modules/courses/shixunHomework/ShixunWorkReport.js b/public/react/src/modules/courses/shixunHomework/ShixunWorkReport.js index 0903ad225..fc34e0667 100644 --- a/public/react/src/modules/courses/shixunHomework/ShixunWorkReport.js +++ b/public/react/src/modules/courses/shixunHomework/ShixunWorkReport.js @@ -143,7 +143,7 @@ class ShixunWorkReport extends Component {
-
总体评价
+
总体评价
-
阶段成绩
+
阶段成绩
-
个人总结
+
个人总结
- + 第{record.customs.position}关 - {record.customs.subject} + {record.customs.subject} ), diff --git a/public/react/src/modules/courses/shixunHomework/Shixunworkdetails/ShixunWorkModal.js b/public/react/src/modules/courses/shixunHomework/Shixunworkdetails/ShixunWorkModal.js index 173346c81..9cf381455 100644 --- a/public/react/src/modules/courses/shixunHomework/Shixunworkdetails/ShixunWorkModal.js +++ b/public/react/src/modules/courses/shixunHomework/Shixunworkdetails/ShixunWorkModal.js @@ -180,6 +180,7 @@ class ShixunWorkModal extends Component{ group_ids: group_ids, }) .then((response) => { + // console.log(this.props) if (response.data.status === 0) { this.props.updatas() this.props.issCancel() @@ -187,7 +188,7 @@ class ShixunWorkModal extends Component{ message:"提示", description: response.data.message }); - console.log(this.props) + this.props.history.replace(`/courses/${this.props.match.params.coursesId}/shixun_homeworks/${this.props.match.params.homeworkid}/student_work`); }else if(response.data.status === -1){ notification.open({ message:"提示", @@ -223,7 +224,7 @@ class ShixunWorkModal extends Component{ let {course_groups,group_ids,onChangetype,group_list}=this.state; // let {data}=this.props; // console.log(group_list) - console.log(group_list) + // console.log(group_list) return(
经验值: {this.props.experience=== undefined?"0" :this.props.experience}/{this.props.viewtrainingdata === undefined ? "" : this.props.viewtrainingdata.shixun_score}
{/**/} - {/*这里到时候要做判断*/} diff --git a/public/react/src/modules/courses/shixunHomework/shixunreport/OfficialAcademicTranscript.js b/public/react/src/modules/courses/shixunHomework/shixunreport/OfficialAcademicTranscript.js index fb24e6a3e..4e9b22831 100644 --- a/public/react/src/modules/courses/shixunHomework/shixunreport/OfficialAcademicTranscript.js +++ b/public/react/src/modules/courses/shixunHomework/shixunreport/OfficialAcademicTranscript.js @@ -57,9 +57,10 @@ class OfficialAcademicTranscript extends Component { title: '任务名称', dataIndex: 'taskname', key: 'taskname', + className:"TaskForms", render: (text, record) => ( - this.myjumptopic("id"+record.customs)} >{record.taskname.name} + this.myjumptopic("id"+record.customs)} title={record.taskname.name} >{record.taskname.name} {record.taskname.complete_status===2?延时:record.taskname.complete_status===3?延时:""} ), @@ -152,17 +153,30 @@ class OfficialAcademicTranscript extends Component { font-size:14px; } .task-hide{ - max-width: 345px; - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; + max-width: 345px; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; } .ant-table-tbody > tr{ height:64px; } .tasknameName:link{color:#676767} .tasknameName:hover{color:#4CACFF} - + .tasknameName{ + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + width: 500px; + text-align: left !important; + } + .TaskForms{ + width: 500px; + } + .TaskForms.ant-table-header-column{ + width: 100%; + text-align: center; + } `} {datas===undefined?"": ) :

- { allowed_unlock === true ? '隐藏测试集,暂不支持解锁和查看。' : '此为隐藏测试项。'} - { power === 0 ? showDialog({ contentText, callback: testSetUnlock , moreButtonsRender})} style={{"textDecoration": "underline"}}>解锁 : '' }

diff --git a/public/react/src/modules/page/main/LeftViewContainer.js b/public/react/src/modules/page/main/LeftViewContainer.js index 2462872f2..e53eaa92c 100644 --- a/public/react/src/modules/page/main/LeftViewContainer.js +++ b/public/react/src/modules/page/main/LeftViewContainer.js @@ -81,10 +81,10 @@ class LeftViewContainer extends Component { if ( tabIndex === 2 && this.state.gameAnswer === '') { // 参考答案 // 多级答案后换了接口 // 选择题(st === 1)还是走以前的接口 - if (true || (this.props.st === 0)) { + if ((this.props.st === 0)) { this.fetchIfCouldGetAnswerWithoutGoldForMultiLevelAnswer() } else if (this.props.st === 1) { - this.fetchIfCouldGetAnswerWithoutGold(); + this.fetchIfCouldGetAnswerWithoutGoldForChoose(); } return; } @@ -337,7 +337,41 @@ class LeftViewContainer extends Component { console.log(error); }); } - fetchIfCouldGetAnswerWithoutGold() { + // 选择题查看答案 + fetchIfCouldGetAnswerWithoutGoldForChoose() { + const url = `/tasks/${this.props.game.identifier}/get_choose_answer.json` + axios.get(url, { + // withCredentials: true, + }) + .then((response) => { + + if (response.data.status == 0) { + this.props.showSnackbar(response.data.message) + return; + } + /* + 将扣除XXX点金币,是否确认查看答案      + + 已经过职业认证的教师可以免金币查看答案哟 + 继续查看 立即认证(新开页) + */ + + // 答案测试 TODO + // if (false && response.data.view_answer === true) { + if (response.data.choose_answers) { + this.showAnswer(response.data.choose_answers) + } else if (response.data.status == 1) { + // 三个角色 普通用户、未认证教师、已认证教师,这里要区分普通用户和未认证教师用户 + this.setState({ + dialogOpen: true, + }) + } + }) + .catch(function (error) { + console.log(error); + }); + + return; // 查看是否有权限直接查看,true可以直接查看,false需要扣金币查看 // var getAnswerUrl = `/api/v1/games/${this.props.game.identifier}/answer`; var getAnswerUrl = `/tasks/${this.props.game.identifier}/answer.json` @@ -445,12 +479,16 @@ class LeftViewContainer extends Component { const challenge_score = this.props.challenge.score // 前端计算扣除金币数 let goldToMinuse = 0 - for (let i = 0; i < lockedAnswers.length; i++) { - let answer = lockedAnswers[i]; - goldToMinuse = goldToMinuse + answer.score * challenge_score / 100; - if (answer.id == paramSelectID) { - break; + if (this.state.isMultiLevelAnswer) { + for (let i = 0; i < lockedAnswers.length; i++) { + let answer = lockedAnswers[i]; + goldToMinuse = goldToMinuse + answer.score * challenge_score / 100; + if (answer.id == paramSelectID) { + break; + } } + } else { + goldToMinuse = challenge_score } this.props.readGameAnswer({ @@ -474,39 +512,26 @@ class LeftViewContainer extends Component { console.log(error); }); } - handleDialogReadAnswer(selectID) { - - this.handleMultiLevelAnswer(selectID || this.state.singleAnswerId) - return ; - - if (this.state.isMultiLevelAnswer) { - } - if (selectID) { - } - - // var getAnswerUrl = `/api/v1/games/${this.props.game.identifier}/answer_grade` - var getAnswerUrl = `/tasks/${this.props.game.identifier}/answer_grade.json` - - axios.get(getAnswerUrl, { + getChooseAnswer = () => { + const url = `/tasks/${this.props.game.identifier}/unlock_choose_answer.json` + axios.get(url, { // withCredentials: true, }) .then((response) => { - // {message: "您没有足够的金币", status: -1} if (response.data.status == 0) { - this.props.showSnackbar(response.data.message) + this.props.showSnackbar(response.data.message) return; } - - const gameAnswer = response.data.answer; - const final_score = response.data.final_score; + const gameAnswer = response.data.choose_answers; + // const final_score = response.data.final_score; const grade = response.data.grade; this.props.readGameAnswer({ - final_score, - grade, + // final_score, + grade: this.props.grade - this.props.challenge.score }) this.showAnswer(gameAnswer) @@ -516,6 +541,14 @@ class LeftViewContainer extends Component { console.log(error); }); } + handleDialogReadAnswer(selectID) { + if (this.props.st === 1) { + // 选择题 + this.getChooseAnswer() + } else { + this.handleMultiLevelAnswer(selectID || this.state.singleAnswerId) + } + } createNewComment = (page) => { const flag = this.props.createNewComment(page) if (flag === true) {