곰픽 문제1 채점 수정완료

This commit is contained in:
2025-06-23 16:37:20 +09:00
parent 6f5d1c20f7
commit afe8b02625
2 changed files with 78 additions and 93 deletions

View File

@@ -503,15 +503,16 @@
"value": {
"name": "세피아",
"option": {
"U":"75",
"V":"150"
"U": "75",
"V": "150"
}
},
"point": 5,
"desc": "Flower 레이어의 효과 체크"
},
"5": {
"ele": "none",
"type": "none",
"ele": "",
"point": 6,
"desc": "올가미 도구/이미지 문항은 채점 불가"
},
@@ -523,14 +524,14 @@
"desc": "세피아 효과가 있는지 여부 체크"
},
"7": {
"type": "exact",
"type": "exists",
"ele": "//Layer/Shapes/Shape/shape_type/@value",
"value": "ELLIPSE",
"point": 3,
"desc": "레이어 쉐이프 타입이 타원인지 체크"
},
"8": {
"type": "size",
"type": "shape.size",
"ele": "//Layer//op_points",
"value": {
"width": 120,
@@ -540,21 +541,20 @@
"desc": "레이어 쉐이프 X, Y 좌표를 가지고 너비, 높이 계산하여 정답 채점"
},
"9": {
"type": "color",
"type": "shape.color",
"ele": "//Layer//Shape[contains(draw_type/@value, 'Interior')]/secondary_color/@value",
"value": "7097bb",
"value": "7097BB",
"point": 6,
"desc": "색상 코드 비교 시 소문자로 입력할 것"
"desc": ""
},
"10": {
"type": "multiValue",
"ele": "//Layer/BlendOp/@value | //Layer/Opacity/@value",
"value": [
"반사",
"80"
],
"point": 6,
"desc": "혼합모드(색 회피율, 불투명도 : 80)"
"type": "layer.blend.opacity",
"ele": "//Layer",
"value": {
"BlendOp": "반사",
"Opacity": "80"
},
"point": 6
},
"11": {
"ele": "none",