2505회 채점기준표 / 채점자료 추가 / xapth전처리 코드수정

This commit is contained in:
2025-05-28 17:35:53 +09:00
parent e95ec9c050
commit 3a708a28dc
36 changed files with 4321 additions and 57 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 = "2504"
source_directory = r"D:\projects\data\제2504회 정기\답안파일\2504회 디지털정보활용능력 답안파일" # 원본 디렉토리 경로
exam_round = "2505"
source_directory = r"C:\Users\dra\project\GOM\DIC\회차별채점자료\2505\정답" # 원본 디렉토리 경로
target_directory_a = f".\\output\\{exam_round}\\A" # '1교시'의 타겟 경로
target_directory_b = f".\\output\\{exam_round}\\B" # '2교시'의 타겟 경로