2511회 채점완료

This commit is contained in:
2025-11-28 17:04:20 +09:00
parent ed97d6c9ed
commit 24b4a8b72d
57 changed files with 3776 additions and 1707 deletions

View File

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