2604회 정시 채점완료

This commit is contained in:
2026-04-29 15:54:31 +09:00
parent 45cb230fe7
commit 29ea2cd305
15 changed files with 3 additions and 5 deletions

View File

@@ -73,10 +73,10 @@ def copy_exam_files(exam_round, exam_codes, source_dir):
# 사용 예시 # 사용 예시
if __name__ == "__main__": if __name__ == "__main__":
exam_round = "2603" exam_round = "2604"
exam_codes = ["DIC", "DPI"] exam_codes = ["DIC", "DPI"]
# exam_codes = ["DIC"] # exam_codes = ["DIC"]
# source_dir = r"D:\project\GOM\DIC\회차별채점자료\2622" # source_dir = r"D:\project\GOM\DIC\회차별채점자료\2622"
source_dir = r"D:\project\data\제2603회 정기\답안파일\과목별답안파일" source_dir = r"D:\project\data\제2604회 정기\제2604회 정기\답안파일"
copy_exam_files(exam_round, exam_codes, source_dir) copy_exam_files(exam_round, exam_codes, source_dir)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -68,9 +68,7 @@
"6": { "6": {
"ele": "$.children[?(@.name=='Nagasaki Peace Park')].name", "ele": "$.children[?(@.name=='Nagasaki Peace Park')].name",
"value": "Nagasaki Peace Park", "value": "Nagasaki Peace Park",
"point": 4, "point": 4
"desc": "포토샵 내부 텍스트 띄어쓰기 문자열이 기존 문자열과 다른듯",
"desc2": "Nagasaki Peace Park"
}, },
"7": { "7": {
"ele": "$.children[?(@.name=='Nagasaki Peace Park')].text.font.names[0]", "ele": "$.children[?(@.name=='Nagasaki Peace Park')].text.font.names[0]",