2522회 C형 재채점의뢰

This commit is contained in:
2025-09-10 15:44:24 +09:00
parent 4c5854e8be
commit b5de3c06e4
8 changed files with 43 additions and 11 deletions

View File

@@ -1318,15 +1318,15 @@ class XMLScorer:
def main():
# 시험회차 및 유형
exam_round = '2508'
# exam_round = '2522'
# exam_round = '2508'
exam_round = '2522'
# 채점하고자 하는 유형은 주석 해제
exam_types = [
# 'A',
# 'B',
# 'C',
'D',
'C',
# 'D',
]
test_mode = False