2622 채점완료

This commit is contained in:
2026-02-13 17:18:45 +09:00
parent e3cf4ea53f
commit c13d5feffe
9 changed files with 2002 additions and 5 deletions

View File

@@ -76,8 +76,8 @@ def copy_exam_files(exam_round, exam_codes, source_dir):
# 사용 예시 # 사용 예시
if __name__ == "__main__": if __name__ == "__main__":
# [source_dir경로\DIW] 디렉토리 안에 A형, B형... 폴더가 존재해야 함 # [source_dir경로\DIW] 디렉토리 안에 A형, B형... 폴더가 존재해야 함
exam_round = "2601" exam_round = "2622"
exam_codes = ["DIW"] exam_codes = ["DIW"]
source_dir = r"D:\project\data\제2601회 정기\과목별답안파일" source_dir = r"D:\project\data\제2622회 특별\과목별답안파일 (2)"
copy_exam_files(exam_round, exam_codes, source_dir) copy_exam_files(exam_round, exam_codes, source_dir)

View File

@@ -1480,9 +1480,9 @@ def main():
# 채점하고자 하는 유형은 주석 해제 # 채점하고자 하는 유형은 주석 해제
exam_types = [ exam_types = [
'A', # 'A',
'B', # 'B',
'C', # 'C',
'D', 'D',
] ]

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.