Files
cat/README.md

16 lines
449 B
Markdown
Raw Normal View History

# Entry 채점 프로그램
### main.py
2025-04-11 14:51:29 +09:00
scoring.json 기준표 작성 (샘플 파일)
1. 채점용 답안 파일 복사 후 .ent 파일 .zip 으로 변경
2. 변경된 압축 파일 디렉토리 포함해서 압축 해제
> 채점 디렉토리 구조의 예
> 2502 CAT 3급 수시2/학생명/temp/project.json 채점
>
### copyFiles.py
특정 디렉토리의 .ent 파일을 타겟 디렉토리로 복사
복사 시 copy_ent_files 함수 확인