2601 채점자료 업데이트

This commit is contained in:
2026-01-26 18:00:40 +09:00
parent f87dce0a5e
commit 808035e514
200 changed files with 8881 additions and 38159 deletions

View File

@@ -73,10 +73,10 @@ def copy_exam_files(exam_round, exam_codes, source_dir):
# 사용 예시
if __name__ == "__main__":
exam_round = "2512"
exam_round = "2601"
exam_codes = ["DIC", "DPI"]
# exam_codes = ["DIC"]
source_dir = r"D:\project\data\제2512회 정기_DIAT\답안파일"
source_dir = r"D:\project\GOM\DIC\회차별채점자료\2601"
# source_dir = r"D:\project\data\제2522회 특별\(추가)과목별_답안파일"
copy_exam_files(exam_round, exam_codes, source_dir)