2508회 채점기준 최종수정

This commit is contained in:
2025-09-16 17:52:36 +09:00
parent 591bd07749
commit e15a927d0b
21 changed files with 33 additions and 18 deletions

View File

@@ -347,7 +347,7 @@ function getGpdpScore(gpdpData, scoringJson, index) {
totalScore += compareAndScore(userAnswer, rightAnswer, point, key, scoringResult);
}
if ( type.includes('hasClippingMask') && scoringResult[key] > 0 ) {
if ( type.includes('clippingMask') && scoringResult[key] > 0 ) {
hasClippingMask = true;
}
}