2622 채점자료 업데이트

This commit is contained in:
2026-02-12 16:26:20 +09:00
parent 808035e514
commit a03dabcdf6
77 changed files with 21968 additions and 105 deletions

View File

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