Commit fbc45c21 by maolipeng

Merge branch 'feature/maolipeng/20210629/piliang' into dev

# Conflicts:
#	src/modules/teach-tool/paper-manage/OperatePaper.jsx
parents 2d9ad9a1 41693930
......@@ -718,10 +718,8 @@ class OperatePaper extends Component {
return prev + Number(cur.score) || 0;
}, 0);
const passScore = Math.round(totalScore * formData.passRate * 0.01);
this.setState({
selectQuestionList: questionList,
selectQuestionList:questionList,
formData: {
...formData,
singleChoiceScore,
......@@ -731,11 +729,11 @@ class OperatePaper extends Component {
indefiniteChoiceScore,
totalScore,
passScore,
},
});
}
);
};
})
message.success("设置成功")
})
}
// 上下移题型
handleMoveTypeSorter = (index, moveLength) => {
const sorterTypeList = [...this.state.sorterTypeList];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment