시작하기 클릭이 여러개 있는 경우 배열에 추가하고 정렬하도록 수정(2506 CAS 2급 채점 완료)

This commit is contained in:
2025-07-10 13:08:58 +09:00
parent 0fd9c9e8c0
commit 23946baccf
18 changed files with 22419 additions and 24 deletions

View File

@@ -42,8 +42,8 @@ def copy_ent_files(source_root, target_root):
print(f"Copied {source_file_path} to {target_file_path}")
# 사용법
source_directory = r"/Users/waterdrw/Downloads/제2503회 코딩활용능력 3급 정기검정 답안파일" # 원본 디렉토리 경로
target_directory = r"./output/2503 CAT 3급 A형"
source_directory = r"/Users/waterdrw/Downloads/제2505회 코딩활용능력 3급 답안파일" # 원본 디렉토리 경로
target_directory = r"./output/2505CAT3A"
target_directory_a = r"./output/A" # '1교시'의 타겟 경로
target_directory_b = r"./output/B" # '2교시'의 타겟 경로
target_directory_c = r"./output/C" # '3교시'의 타겟 경로