2510회 수시 채점자료 업데이트

This commit is contained in:
2025-10-21 17:12:38 +09:00
parent 4daf3da58d
commit d97502ff5c
56 changed files with 15366 additions and 18513 deletions

View File

@@ -75,8 +75,8 @@ def copy_exam_files(exam_round, exam_codes, source_dir):
# 사용 예시
if __name__ == "__main__":
exam_round = "2522"
exam_round = "2510"
exam_codes = ["DIW"]
source_dir = r"D:\project\data\제2522회 특별\(추가)과목별_답안파일"
source_dir = r"D:\project\data\제2510회 수시4(순천)\채점의뢰\시험지 및 채점기준표(합격자발표-2025.11.5.(수))"
copy_exam_files(exam_round, exam_codes, source_dir)