2511회 채점자료 업데이트

This commit is contained in:
2025-12-09 16:14:41 +09:00
parent 461f377d0c
commit 9bd50d7c37
100 changed files with 635 additions and 1153 deletions

View File

@@ -337,9 +337,9 @@ def main():
timestamp = datetime.now().strftime("%y%m%d")
test_mode = False # 테스트 모드 설정
# test_mode = True # 테스트 모드 설정
exam_round = "2510"
# exam_names = ["CAT_3_A"] # 여러 시험명을 리스트로 설정
exam_names = ["CAS_2_A"] # 여러 시험명을 리스트로 설정
exam_round = "2511"
exam_names = ["CAT_3_A"] # 여러 시험명을 리스트로 설정
# exam_names = ["CAS_2_A"] # 여러 시험명을 리스트로 설정
excel_list = []
for exam_name in exam_names:
@@ -362,7 +362,7 @@ def main():
columns.append(f'{idx}')
idx = idx + 1
columns.append('총점')
columns.append('총점')
# os.walk 결과를 리스트로 변환하고 정렬
walk_results = []