2512회 B형 1-25 쪽번호 '가운데아래'에서 '오른쪽아래'로 변경
This commit is contained in:
@@ -7629,3 +7629,4 @@
|
||||
2025-02-13 15:39:30,590 - INFO - 변환 성공: 워드(한글)-006182-성수용.hwp -> 워드(한글)-006182-성수용.hml
|
||||
2025-02-13 15:39:30,856 - INFO - 변환 성공: 워드(한글)-006188-김소영.hwp -> 워드(한글)-006188-김소영.hml
|
||||
2025-02-13 17:03:51,533 - INFO - 변환 성공: DIW_2512C.hwp -> DIW_2512C.hml
|
||||
2025-02-14 13:47:43,129 - INFO - 변환 성공: DIW_2512B.hwp -> DIW_2512B.hml
|
||||
|
||||
12
score5.py
12
score5.py
@@ -517,23 +517,23 @@ class XMLScorer:
|
||||
def main():
|
||||
# scoring_criteria_path = r'./scoring_criteria.json'
|
||||
# scoring_criteria_path = r'./scoring_criteria_2512A.json'
|
||||
# scoring_criteria_path = r'./scoring_criteria_2512B.json'
|
||||
scoring_criteria_path = r'./scoring_criteria_2512B.json'
|
||||
# scoring_criteria_path = r'./scoring_criteria_2512C.json'
|
||||
scoring_criteria_path = r'./scoring_criteria_2512D.json'
|
||||
# scoring_criteria_path = r'./scoring_criteria_2512D.json'
|
||||
|
||||
# xml(hml)파일 디렉토리 경로
|
||||
# xml_directory = r'./output'
|
||||
xml_directory = r'./output'
|
||||
# xml_directory = r'./output/1교시'
|
||||
# xml_directory = r'./output/2교시'
|
||||
# xml_directory = r'./output/3교시'
|
||||
xml_directory = r'./output/4교시'
|
||||
# xml_directory = r'./output/4교시'
|
||||
|
||||
# 오탈자 체크를 위한 정답 파일 경로
|
||||
# answer_path = r'./output/정답.hml'
|
||||
# answer_path = r'./output/1교시/2512A.hml'
|
||||
# answer_path = r'./output/2교시/2512B.hml'
|
||||
answer_path = r'./output/2교시/2512B.hml'
|
||||
# answer_path = r'./output/3교시/2512C.hml'
|
||||
answer_path = r'./output/4교시/2512D.hml'
|
||||
# answer_path = r'./output/4교시/2512D.hml'
|
||||
|
||||
|
||||
# 채점 클래스 초기화
|
||||
|
||||
@@ -246,10 +246,10 @@
|
||||
"path": "//SECTION[1]//PAGENUM/@Pos",
|
||||
"path2": null,
|
||||
"searchValue": null,
|
||||
"value": "BottomCenter",
|
||||
"value": "BottomRight",
|
||||
"points": 2,
|
||||
"category": "쪽번호",
|
||||
"item":"② 가운데 아래"
|
||||
"item":"② 오른쪽 아래"
|
||||
},
|
||||
"2-01":{
|
||||
"path":"boolean(//PAGEBORDERFILL[@Type='Both' or @Type='Even']/@HeaderInside='true' and //BORDERFILL[@Id=//PAGEBORDERFILL[@Type='Both' or @Type='Even']/@BorferFill]/*[contains(local-name(), 'BORDER')]/@Type='DoubleSlim')",
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -246,10 +246,10 @@
|
||||
"path": "//SECTION[1]//PAGENUM/@Pos",
|
||||
"path2": null,
|
||||
"searchValue": null,
|
||||
"value": "BottomCenter",
|
||||
"value": "BottomRight",
|
||||
"points": 2,
|
||||
"category": "쪽번호",
|
||||
"item":"② 가운데 아래"
|
||||
"item":"② 오른쪽 아래"
|
||||
},
|
||||
"2-01":{
|
||||
"path":"boolean(//PAGEBORDERFILL[@Type='Both' or @Type='Even']/@HeaderInside='true' and //BORDERFILL[@Id=//PAGEBORDERFILL[@Type='Both' or @Type='Even']/@BorferFill]/*[contains(local-name(), 'BORDER')]/@Type='DoubleSlim')",
|
||||
|
||||
Reference in New Issue
Block a user