2512회 B형 1-25 쪽번호 '가운데아래'에서 '오른쪽아래'로 변경
This commit is contained in:
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'
|
||||
|
||||
|
||||
# 채점 클래스 초기화
|
||||
|
||||
Reference in New Issue
Block a user