2602 수시 채점완료

This commit is contained in:
2026-02-04 18:06:07 +09:00
parent 9951750abe
commit 20b9848818
22 changed files with 3724 additions and 8 deletions

View File

@@ -353,11 +353,11 @@ def normalize_path(path):
def main():
timestamp = datetime.now().strftime("%y%m%d")
# test_mode = False # 일반 채점 모드
test_mode = True # 테스트 모드
test_mode = False # 일반 채점 모드
# test_mode = True # 테스트 모드
exam_round = "2601"
exam_names = ["CAT_3_A"] # 여러 시험명을 리스트로 설정
exam_round = "2602_6"
exam_names = ["CAS_2_B"] # 여러 시험명을 리스트로 설정
# exam_names = ["CAS_2_A", "CAS_2_B"] # 여러 시험명을 리스트로 설정
excel_list = []