채점 확인 필요

This commit is contained in:
devdra9
2025-01-18 17:35:23 +09:00
parent 989922b746
commit 802af38bab
10 changed files with 1867 additions and 182 deletions

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":"♤, ♤, ※"
}
}