2507회 채점기준표

This commit is contained in:
2025-07-30 17:40:02 +09:00
parent 6d9682ce80
commit 57427f437f
46 changed files with 6131 additions and 92 deletions

View File

@@ -38,8 +38,8 @@ def copy_dic_subdirs(source_root, target_root_a, target_root_b, target_root_c, t
print(f"Skipping {dir_name} under {parent_dir}, as it doesn't match '2교시' or '3교시'.")
# 사용법
exam_round = "2506"
source_directory = r"C:\Users\dra\project\data\제2506회 정기\답안파일\2506회 디지털정보활용능력 답안파일\충북강원지부\신촌정보통신학교" # 원본 디렉토리 경로
exam_round = "2507"
source_directory = r"D:\project\GOM\DIC\회차별채점자료\2507\정답" # 원본 디렉토리 경로
target_directory_a = f".\\output\\{exam_round}\\A" # '1교시'의 타겟 경로
target_directory_b = f".\\output\\{exam_round}\\B" # '2교시'의 타겟 경로