문제 1,2 채점 및 합산 처리 / 채점기준표 수정 적용

This commit is contained in:
2025-04-04 17:28:05 +09:00
parent b56019f976
commit 01cf766b4b
7 changed files with 70 additions and 31 deletions

View File

@@ -30,7 +30,11 @@
},
"8": {
"ele": "$[?(@.width == 65 && @.height == 45)]",
"type": "boolean",
"type": "size",
"value": {
"width": 65,
"height": 45
},
"point": 10
},
"9": {
@@ -53,8 +57,8 @@
"point": 0
},
"4": {
"ele": "$.children[?(@.name=='나무집')]",
"type": "boolean",
"ele": "$.children[?(@.name=='나무집')].name",
"value": "나무집",
"point": 10
},
"5": {
@@ -139,8 +143,8 @@
"point": 0
},
"22": {
"ele": "$.children[?(@.name=='나무 의자')]",
"type": "boolean",
"ele": "$.children[?(@.name=='나무 의자')].name",
"value": "나무 의자",
"point": 10
},
"23": {
@@ -157,7 +161,11 @@
},
"26": {
"ele": "$[?(@.width == 65 && @.height == 35)]",
"type": "boolean",
"type": "size",
"value": {
"width": 65,
"height": 35
},
"point": 10
},
"27": {