2510 채점자료 업데이트

This commit is contained in:
2025-10-28 16:14:12 +09:00
parent ada3fa9dd4
commit 05f7f6b569
85 changed files with 5638 additions and 1810 deletions

View File

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