|
@@ -705,7 +705,7 @@ export default function useDraw(drawConfig: DrawConfig) {
|
|
|
});
|
|
|
|
|
|
const score = calcSumPrecision(
|
|
|
- groupQuestions.map((item) => item.score || 0)
|
|
|
+ groupQuestions.map((item) => item.markerScore || 0)
|
|
|
);
|
|
|
const maxScore = calcSumPrecision(
|
|
|
groupQuestions.map((item) => item.maxScore)
|