파일 삭제 및 새로운 채점 기준 추가

This commit is contained in:
devdra9
2025-01-16 18:34:07 +09:00
parent ba29501ed6
commit 894d6be884
75 changed files with 1647 additions and 3362 deletions

12
scoring_criteria2.json Normal file
View File

@@ -0,0 +1,12 @@
{
"1-10": {
"path": "count(//CHAR[contains(text(),'♤')]) + count(//CHAR[contains(text(),'※')])",
"path2": "string-length(//CHAR[contains(text(),'♤')]) - string-length(translate(//CHAR[contains(text(),'♤')], '♤', '')) + string-length(//CHAR[contains(text(),'※')]) - string-length(translate(//CHAR[contains(text(),'※')], '※', ''))",
"searchValue": null,
"value": 3.0,
"points": 3,
"category": "특수문자",
"item":"♤, ♤, ※"
}
}