[2506회-수시5] 채점완료 / [2506회정기] 채점기준표 작성중

This commit is contained in:
2025-07-01 17:49:13 +09:00
parent 61daad42bd
commit a0de6cf10b
54 changed files with 64484 additions and 758 deletions

View File

@@ -1209,19 +1209,19 @@ class XMLScorer:
def main():
# 시험회차 및 유형
exam_round = '2505'
exam_round = '2506'
# exam_round = '2506_3'
# 채점하고자 하는 유형은 주석 해제
exam_types = [
'A',
# 'B',
# 'C',
'B',
'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: