(1-19) ※ 기타사항 이하문단 / (2-49) 차트 데이터 처리

This commit is contained in:
2025-04-02 17:13:23 +09:00
parent ccce357faa
commit cd5d19212c
5 changed files with 9 additions and 12 deletions

View File

@@ -152,10 +152,7 @@ class XMLScorer:
}
print(f"File name: {results['filename']}")
for criterion_id, criterion in self.scoring_criteria.items():
# 키값의 첫 숫자를 확인
@@ -546,7 +543,7 @@ def main():
# 시험회차 및 유형
exam_round = '2503'
exam_types = [
# 'A',
'A',
'B',
'C',
]