2511회 채점 완료

This commit is contained in:
2025-11-28 17:22:13 +09:00
parent 05f7f6b569
commit f8e5e15740
61 changed files with 10357 additions and 225 deletions

View File

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