2601회 정기 채점자료 업데이트

This commit is contained in:
2026-01-27 18:00:27 +09:00
parent bb6f9ca7ae
commit 28c0a9c4e1
24 changed files with 5125 additions and 12 deletions

View File

@@ -1474,19 +1474,19 @@ class XMLScorer:
def main():
# 시험회차 및 유형
exam_round = '2601_2'
exam_round = '2601'
# exam_round = '2522'
# 채점하고자 하는 유형은 주석 해제
exam_types = [
'A',
# 'A',
# 'B',
# 'C',
'C',
# 'D',
]
# test_mode = False
test_mode = True #/TEST 폴더 채점시
test_mode = False
# test_mode = True #/TEST 폴더 채점시
output_excel_paths = []
for exam_type in exam_types: