분산형 차트 채점시 꺾은선형도 채점 허용하도록 변경

This commit is contained in:
2026-02-20 16:19:48 +09:00
parent c13d5feffe
commit d436e4d033
14 changed files with 35 additions and 333 deletions

View File

@@ -778,7 +778,7 @@
"desc": "option값 - 기울임(Italic):i / 굵게(Bold):b"
},
"53": {
"chart_xpath": "//c:catAx/c:txPr//a:ea/@typeface",
"chart_xpath": "//c:catAx/c:txPr//a:ea/@typeface | //c:catAx/c:txPr//a:latin/@typeface",
"value": "바탕",
"points": 1,
"category": "ChartOneAnswer",
@@ -801,7 +801,7 @@
"desc": "option값 - 기울임(Italic):i / 굵게(Bold):b"
},
"56": {
"chart_xpath": "//c:valAx/c:txPr//a:ea/@typeface",
"chart_xpath": "//c:valAx/c:txPr//a:ea/@typeface | //c:valAx/c:txPr//a:latin/@typeface",
"value": "바탕",
"points": 1,
"category": "ChartOneAnswer",
@@ -824,7 +824,7 @@
"desc": "option값 - 기울임(Italic):i / 굵게(Bold):b"
},
"59": {
"chart_xpath": "//c:legend//a:ea/@typeface",
"chart_xpath": "//c:legend//a:ea/@typeface | //c:legend//a:latin/@typeface",
"value": "바탕",
"points": 1,
"category": "OneAnswer",