오탈자 검사에서 오타와 추가된 글자는 감점에 포함하지 않고, 누락된 글자만 감점되도록 수정

This commit is contained in:
2025-02-13 18:19:14 +09:00
parent 2ec1b8dbd4
commit 99da118a40
13 changed files with 2054 additions and 543 deletions

View File

@@ -495,13 +495,13 @@
"item": "문구 (MZ세대)/③ 크기 (9pt)"
},
"2-28":{
"path":"(count(//CHAR[contains(text(),'기원전')][contains(text(),'紀元前')])+count(//CHAR[contains(text(),'승전보')][contains(text(),'勝戰譜')])+count(//CHAR[contains(text(),'채택')][contains(text(),'採擇')])+count(//CHAR[contains(text(),'애국자')][contains(text(),'愛國者')])+count(//CHAR[contains(text(),'모금')][contains(text(),'募')]))*2",
"path":"(count(//CHAR[contains(text(),'기원전')][contains(text(),'紀元前')])+count(//CHAR[contains(text(),'승전보')][contains(text(),'勝戰譜')])+count(//CHAR[contains(text(),'채택')][contains(text(),'採擇')])+count(//CHAR[contains(text(),'애국자')][contains(text(),'愛國者')])+count(//CHAR[contains(text(),'모금')][contains(text(),'募')]))*2",
"path2": null,
"searchValue": null,
"value": 10,
"points": 10,
"category": "한자",
"item": "① 기원전(紀元前), ② 승전보(勝戰譜), ③ 채택(採擇), ④ 애국자(愛國者), ⑤ 모금(募)"
"item": "① 기원전(紀元前), ② 승전보(勝戰譜), ③ 채택(採擇), ④ 애국자(愛國者), ⑤ 모금(募)"
},
"2-29":{
"path":"boolean(//CHAR[contains(translate(text(), ' ', ''),'픽인아테')])",