2522회 채점

This commit is contained in:
2025-09-08 11:35:40 +09:00
parent 5b2864c2d0
commit 12bf1c6419
27 changed files with 13415 additions and 196 deletions

View File

@@ -75,8 +75,8 @@ def copy_exam_files(exam_round, exam_codes, source_dir):
# 사용 예시
if __name__ == "__main__":
exam_round = "2508"
exam_round = "2522"
exam_codes = ["DIW"]
source_dir = r"D:\project\data\제2508회 정기\(전체답안)답안파일(과목별)"
source_dir = r"D:\project\data\제2522회 특별\(추가)과목별_답안파일"
copy_exam_files(exam_round, exam_codes, source_dir)