|
|
|
@ -1799,6 +1799,9 @@ class Studentshavecompletedthelist extends Component {
|
|
|
|
|
course_groups: response.data.course_groups,
|
|
|
|
|
mylistansum:response.data.exercise_types.answer_users+response.data.exercise_types.unanswer_users,
|
|
|
|
|
loadingstate: false,
|
|
|
|
|
subjective: response.data.exercise_types.subjective,
|
|
|
|
|
objective_score: response.data.exercise_types.objective_score,
|
|
|
|
|
subjective_score: response.data.exercise_types.subjective_score,
|
|
|
|
|
columnsys: arr,
|
|
|
|
|
})
|
|
|
|
|
} else {
|
|
|
|
@ -1831,6 +1834,9 @@ class Studentshavecompletedthelist extends Component {
|
|
|
|
|
exercise_users: response.data.exercise_users,
|
|
|
|
|
course_groups: response.data.course_groups,
|
|
|
|
|
mylistansum:response.data.exercise_types.answer_users+response.data.exercise_types.unanswer_users,
|
|
|
|
|
subjective: response.data.exercise_types.subjective,
|
|
|
|
|
objective_score: response.data.exercise_types.objective_score,
|
|
|
|
|
subjective_score: response.data.exercise_types.subjective_score,
|
|
|
|
|
columnsys: arr,
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
@ -1868,6 +1874,9 @@ class Studentshavecompletedthelist extends Component {
|
|
|
|
|
course_groups: response.data.course_groups,
|
|
|
|
|
mylistansum:response.data.exercise_types.answer_users+response.data.exercise_types.unanswer_users,
|
|
|
|
|
loadingstate: false,
|
|
|
|
|
subjective: response.data.exercise_types.subjective,
|
|
|
|
|
objective_score: response.data.exercise_types.objective_score,
|
|
|
|
|
subjective_score: response.data.exercise_types.subjective_score,
|
|
|
|
|
columnsys: arr,
|
|
|
|
|
})
|
|
|
|
|
} else {
|
|
|
|
@ -1900,6 +1909,9 @@ class Studentshavecompletedthelist extends Component {
|
|
|
|
|
course_groups: response.data.course_groups,
|
|
|
|
|
mylistansum:response.data.exercise_types.answer_users+response.data.exercise_types.unanswer_users,
|
|
|
|
|
loadingstate: false,
|
|
|
|
|
subjective: response.data.exercise_types.subjective,
|
|
|
|
|
objective_score: response.data.exercise_types.objective_score,
|
|
|
|
|
subjective_score: response.data.exercise_types.subjective_score,
|
|
|
|
|
columnsys: arr,
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
@ -1932,6 +1944,9 @@ class Studentshavecompletedthelist extends Component {
|
|
|
|
|
course_groups: response.data.course_groups,
|
|
|
|
|
mylistansum:response.data.exercise_types.answer_users+response.data.exercise_types.unanswer_users,
|
|
|
|
|
columnsys: arr,
|
|
|
|
|
subjective: response.data.exercise_types.subjective,
|
|
|
|
|
objective_score: response.data.exercise_types.objective_score,
|
|
|
|
|
subjective_score: response.data.exercise_types.subjective_score,
|
|
|
|
|
})
|
|
|
|
|
} else {
|
|
|
|
|
var arr =[];
|
|
|
|
@ -1957,6 +1972,9 @@ class Studentshavecompletedthelist extends Component {
|
|
|
|
|
course_groups: response.data.course_groups,
|
|
|
|
|
mylistansum:response.data.exercise_types.answer_users+response.data.exercise_types.unanswer_users,
|
|
|
|
|
columnsys:arr,
|
|
|
|
|
subjective: response.data.exercise_types.subjective,
|
|
|
|
|
objective_score: response.data.exercise_types.objective_score,
|
|
|
|
|
subjective_score: response.data.exercise_types.subjective_score,
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
} else {
|
|
|
|
@ -1973,6 +1991,9 @@ class Studentshavecompletedthelist extends Component {
|
|
|
|
|
mylistansum:response.data.exercise_types.answer_users+response.data.exercise_types.unanswer_users,
|
|
|
|
|
loadingstate: false,
|
|
|
|
|
columnsys: this.state.columnsystwo,
|
|
|
|
|
subjective: response.data.exercise_types.subjective,
|
|
|
|
|
objective_score: response.data.exercise_types.objective_score,
|
|
|
|
|
subjective_score: response.data.exercise_types.subjective_score,
|
|
|
|
|
})
|
|
|
|
|
} else {
|
|
|
|
|
var arr =[];
|
|
|
|
@ -1999,6 +2020,9 @@ class Studentshavecompletedthelist extends Component {
|
|
|
|
|
mylistansum:response.data.exercise_types.answer_users+response.data.exercise_types.unanswer_users,
|
|
|
|
|
loadingstate: false,
|
|
|
|
|
columnsys: arr,
|
|
|
|
|
subjective: response.data.exercise_types.subjective,
|
|
|
|
|
objective_score: response.data.exercise_types.objective_score,
|
|
|
|
|
subjective_score: response.data.exercise_types.subjective_score,
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|