diff --git a/2502 CAT 2급 A형.json b/2502 CAT 2급 A형.json new file mode 100644 index 0000000..c495789 --- /dev/null +++ b/2502 CAT 2급 A형.json @@ -0,0 +1,669 @@ +{ + "1-1": { + "type": "scene", + "ele": "$..objects[?(@.name=='들길')]", + "points": 1.7, + "desc": "배경 이름 변경" + }, + "1-2": { + "type": "scene", + "ele": "$..objects[?(@.name=='하늘')]", + "points": 1.7, + "desc": "배경 이름 변경" + }, + "1-3": { + "type": "scene", + "ele": "$..objects[?(@.name=='나무')]", + "points": 1.7, + "desc": "물체 이름 변경" + }, + "1-4": { + "type": "scene", + "ele": "$..objects[?(@.name=='돌')]", + "points": 1.7, + "desc": "물체 이름 변경" + }, + "1-5": { + "type": "scene", + "ele": "$..objects[?(@.name=='행인')]", + "points": 1.7, + "desc": "물체 이름 변경" + }, + "1-6": { + "type": "scene", + "ele": "$..objects[?(@.name=='마라토너')]", + "points": 1.7, + "desc": "물체 이름 변경" + }, + "2": { + "type": "script", + "ele": "$.objects[?(@.name=~'나무|나무(10)')].script", + "blocks": [ + { + "ele": "$[0][0].type", + "answer": "when_run_button_click", + "points": 1.6, + "desc": "시작하기 버튼을 눌렀을 때" + }, + { + "ele": "$[0][1].type", + "points": 1.6, + "answer": "hide", + "desc": "숨기기" + }, + { + "type": "list", + "ele": [ + "$[0][2].type", + "$[0][2].params[0]" + ], + "answer": [ + "repeat_inf", + null + ], + "points": 1.6, + "desc": "무한 반복" + }, + { + "type": "list", + "ele": [ + "$[0][2].statements[0][0].type", + "$[0][2].statements[0][0].params[0]" + ], + "answer": [ + "create_clone", + "self" + ], + "points": 1.6, + "desc": "clone self" + }, + { + "type": "list", + "ele": [ + "$[0][2].statements[0][1].type", + "$[0][2].statements[0][1].params[0].type", + "$[0][2].statements[0][1].params[0].params[1].params[0]", + "$[0][2].statements[0][1].params[0].params[3].params[0]" + ], + "answer": [ + "wait_second", + "calc_rand", + "1", + "3" + ], + "points": 1.6, + "desc": "wait random 1 betwwen 3 sec" + }, + { + "ele": "$[1][0].type", + "points": 1.6, + "answer": "when_clone_start", + "desc": "cloen start" + }, + { + "type": "list", + "ele": [ + "$[1][1].type", + "$[1][1].params[0].params[0]", + "$[1][1].params[1].params[0]" + ], + "answer": [ + "locate_xy", + "240", + "-20" + ], + "points": 1.6, + "desc": "변수가 1보다 클때까지 반복" + }, + { + "ele": "$[1][2].type", + "points": 1.6, + "answer": "show", + "desc": "show" + }, + { + "type": "list", + "ele": [ + "$[1][3].type", + "$[1][3].params[0].params[0].params[3]", + "$[1][3].params[0].params[1]", + "$[1][3].params[0].params[2].params[0]" + ], + "answer": [ + "repeat_while_true", + "x", + "LESS", + "-240" + ], + "points": 1.6, + "desc": "while object x pos less then -240" + }, + { + "type": "list", + "ele": [ + "$[1][3].statements[0][0].type", + "$[1][3].statements[0][0].params[0].params[0]" + ], + "answer": [ + "move_x", + "-3" + ], + "points": 1.6, + "desc": "move x pos -3" + }, + { + "ele": "$[1][4].type", + "points": 1.6, + "answer": "delete_clone", + "desc": "delete clone" + } + ] + }, + "3": { + "type": "script", + "ele": "$.objects[?(@.name=~'돌|바위(1)')].script", + "blocks": [ + { + "ele": "$[0][0].type", + "answer": "when_run_button_click", + "points": 1.6, + "desc": "시작하기 버튼을 눌렀을 때" + }, + { + "ele": "$[0][1].params[0].params[0]", + "answer": "30", + "points": 1.6, + "desc": "크기 지정" + }, + { + "ele": "$[0][2].type", + "points": 1.6, + "answer": "hide", + "desc": "숨기기" + }, + { + "type": "list", + "ele": [ + "$[0][3].type", + "$[0][3].params[0]" + ], + "answer": [ + "repeat_inf", + null + ], + "points": 1.6, + "desc": "무한 반복" + }, + { + "type": "list", + "ele": [ + "$[0][3].statements[0][0].type", + "$[0][3].statements[0][0].params[0]" + ], + "answer": [ + "create_clone", + "self" + ], + "points": 1.6, + "desc": "clone self" + }, + { + "type": "list", + "ele": [ + "$[0][3].statements[0][1].type", + "$[0][3].statements[0][1].params[0].type", + "$[0][3].statements[0][1].params[0].params[1].params[0]", + "$[0][3].statements[0][1].params[0].params[3].params[0]" + ], + "answer": [ + "wait_second", + "calc_rand", + "1.5", + "3" + ], + "points": 1.6, + "desc": "wait random 1.5 betwwen 3 sec" + }, + { + "ele": "$[1][0].type", + "points": 1.6, + "answer": "when_clone_start", + "desc": "cloen start" + }, + { + "type": "list", + "ele": [ + "$[1][1].type", + "$[1][1].params[0].params[0]", + "$[1][1].params[1].params[0]" + ], + "answer": [ + "locate_xy", + "240", + "-105" + ], + "points": 1.6, + "desc": "move location x:240, y:-105" + }, + { + "ele": "$[1][2].type", + "points": 1.6, + "answer": "show", + "desc": "show" + }, + { + "type": "list", + "ele": [ + "$[1][3].type", + "$[1][3].params[0].params[0].params[3]", + "$[1][3].params[0].params[1]", + "$[1][3].params[0].params[2].params[0]" + ], + "answer": [ + "repeat_while_true", + "x", + "LESS", + "-240" + ], + "points": 1.6, + "desc": "while object x pos less then -240" + }, + { + "type": "list", + "ele": [ + "$[1][3].statements[0][0].type", + "$[1][3].statements[0][0].params[0].params[0]" + ], + "answer": [ + "move_x", + "-3" + ], + "points": 1.6, + "desc": "move x pos -3" + }, + { + "ele": "$[1][4].type", + "points": 1.6, + "answer": "delete_clone", + "desc": "delete clone" + } + ] + }, + "4": { + "type": "script", + "ele": "$.objects[?(@.name=~'행인|가을 자전거를 타는 모습')].script", + "blocks": [ + { + "ele": "$[0][0].type", + "answer": "when_run_button_click", + "points": 1.6, + "desc": "시작하기 버튼을 눌렀을 때" + }, + { + "type": "list", + "ele": [ + "$[0][1].type", + "$[0][1].params[0].params[0]", + "$[0][1].params[1].params[0]" + ], + "answer": [ + "locate_xy", + "240", + "-30" + ], + "points": 1.6, + "desc": "move location x:240, y:-30" + }, + { + "type": "list", + "ele": [ + "$[0][2].type", + "$[0][2].params[0]" + ], + "answer": [ + "repeat_inf", + null + ], + "points": 1.6, + "desc": "무한 반복" + }, + { + "type": "list", + "ele": [ + "$[0][2].statements[0][0].type", + "$[0][2].statements[0][0].params[0].params[0]" + ], + "answer": [ + "move_direction", + "-1" + ], + "points": 1.6, + "desc": "무한 반복" + } + ] + }, + "28": { + "type": "scene", + "ele": "$.messages[?(@.name=='넘어짐')]", + "points": 1.6, + "desc": "시그널 작성 여부" + }, + "5": { + "type": "script", + "ele": "$.objects[?(@.name=~'마라토너|축구선수')].script", + "blocks": [ + { + "ele": "$[0][0].type", + "answer": "when_run_button_click", + "points": 1.6, + "desc": "시작하기 버튼을 눌렀을 때" + }, + { + "ele": "$[0][1].type", + "points": 1.6, + "answer": "flip_y", + "desc": "y axis flip" + }, + { + "type": "list", + "ele": [ + "$[0][2].type", + "$[0][2].params[0].params[0]", + "$[0][2].params[1].params[0]" + ], + "answer": [ + "locate_xy", + "-150", + "-70" + ], + "points": 1.6, + "desc": "move location x:240, y:-30" + }, + { + "type": "list", + "ele": [ + "$[0][3].type", + "$[0][3].params[0]" + ], + "answer": [ + "repeat_inf", + null + ], + "points": 1.6, + "desc": "무한 반복" + }, + { + "ele": "$[0][3].statements[0][0].params[0]", + "points": 1.6, + "answer": "next", + "desc": "change to next shape check value" + }, + { + "type": "list", + "ele": [ + "$[0][3].statements[0][1].type", + "$[0][3].statements[0][1].params[0].params[0]" + ], + "points": 1.6, + "answer": [ + "wait_second", + "0.1" + ], + "desc": "wait 0.1 second" + }, + { + "type": "list", + "ele": [ + "$[0][3].statements[0][2].type", + "$[0][3].statements[0][2].params[0].type", + "$[0][3].statements[0][2].params[0].params[0]" + ], + "points": 1.6, + "answer": [ + "_if", + "is_press_some_key", + "32" + ], + "desc": "if press space key" + }, + { + "type": "list", + "ele": [ + "$[0][3].statements[0][2].statements[0][0].type", + "$[0][3].statements[0][2].statements[0][0].params[0].params[0]" + ], + "points": 1.6, + "answer": [ + "repeat_basic", + "20" + ], + "desc": "while 20" + }, + { + "type": "list", + "ele": [ + "$[0][3].statements[0][2].statements[0][0].statements[0][0].type", + "$[0][3].statements[0][2].statements[0][0].statements[0][0].params[0].params[0]" + ], + "points": 1.6, + "answer": [ + "move_y", + "5" + ], + "desc": "y pos move 5" + }, + { + "type": "list", + "ele": [ + "$[0][3].statements[0][2].statements[0][1].type", + "$[0][3].statements[0][2].statements[0][1].params[0].params[0]" + ], + "points": 1.6, + "answer": [ + "repeat_basic", + "20" + ], + "desc": "while 20" + }, + { + "type": "list", + "ele": [ + "$[0][3].statements[0][2].statements[0][1].statements[0][0].type", + "$[0][3].statements[0][2].statements[0][1].statements[0][0].params[0].params[0]" + ], + "points": 1.6, + "answer": [ + "move_y", + "-5" + ], + "desc": "y pos move -5" + }, + { + "type": "list", + "ele": [ + "$[0][3].statements[0][3].type", + "$[0][3].statements[0][3].params[0].type" + ], + "points": 1.6, + "answer": [ + "_if", + "reach_something" + ], + "desc": "if reach object" + }, + { + "ele": "$[0][3].statements[0][3].statements[0][0].type", + "points": 1.6, + "answer": "message_cast", + "desc": "신호 보내기" + }, + { + "ele": "$[1][0].type", + "answer": "when_message_cast", + "points": 1.6, + "desc": "신호를 받았을 때" + }, + { + "type": "list", + "ele": [ + "$[1][1].type", + "$[1][1].params[0].type", + "$[1][1].params[0].params[0]" + ], + "points": 1.6, + "answer": [ + "rotate_relative", + "angle", + "40" + ], + "desc": "rotate angle 40" + }, + { + "type": "list", + "ele": [ + "$[1][2].type", + "$[1][2].params[0].params[0]", + "$[1][2].params[1].params[0]", + "$[1][2].params[2].params[0]" + ], + "points": 1.6, + "answer": [ + "locate_xy_time", + "0.2", + "-140", + "-100" + ], + "desc": "locate x: -140, y:-100 during 0.2 sec " + }, + { + "type": "list", + "ele": [ + "$[1][3].type", + "$[1][3].params[0].params[0]", + "$[1][3].params[1]" + ], + "answer": [ + "dialog", + "아야!", + "speak" + ], + "points": 1.6, + "desc": "아야! speak" + }, + { + "type": "list", + "ele": [ + "$[1][4].type", + "$[1][4].params[0]" + ], + "answer": [ + "stop_object", + "otherThread" + ], + "points": 1.6, + "desc": "object other code stop" + }, + { + "type": "list", + "ele": [ + "$[1][5].type", + "$[1][5].params[0].params[0]" + ], + "points": 1.6, + "answer": [ + "wait_second", + "1" + ], + "desc": "wait 1 second" + }, + { + "ele": "$[1][6].type", + "answer": "start_neighbor_scene", + "points": 1.6, + "desc": "next scene start" + } + ] + }, + "6": { + "type": "script", + "ele": "$.objects[?(@.name=~'하늘|날씨')].script", + "blocks": [ + { + "ele": "$[0][0].type", + "answer": "when_scene_start", + "points": 1.6, + "desc": "scene start" + }, + { + "type": "list", + "ele": [ + "$[0][1].type", + "$[0][1].params[0].params[0]", + "$[0][1].params[1]" + ], + "answer": [ + "dialog", + "아쉽지만 잘했어!", + "speak" + ], + "points": 1.6, + "desc": "말하기" + }, + { + "ele": "$[1][0].type", + "answer": "when_object_click", + "points": 1.6, + "desc": "오브젝트 클릭 시" + }, + { + "type": "list", + "ele": [ + "$[1][1].type", + "$[1][1].params[0]", + "$[1][1].params[1].params[0]" + ], + "answer": [ + "add_effect_amount", + "brightness", + "55" + ], + "points": 1.6, + "desc": "add brightness 55 effect" + }, + { + "type": "list", + "ele": [ + "$[1][2].type", + "$[1][2].params[0].params[0]", + "$[1][2].params[1]" + ], + "answer": [ + "dialog", + "처음부터 다시 실행합니다.", + "speak" + ], + "points": 1.6, + "desc": "말하기" + }, + { + "type": "list", + "ele": [ + "$[1][3].type", + "$[1][3].params[0].params[0]" + ], + "points": 1.6, + "answer": [ + "wait_second", + "2" + ], + "desc": "wait 2 second" + }, + { + "ele": "$[1][4].type", + "answer": "restart_project", + "points": 1.6, + "desc": "restart" + } + ] + } +} \ No newline at end of file diff --git a/2502회 CAT 3급 B형 수시2.json b/2502회 CAT 3급 B형 수시2.json new file mode 100644 index 0000000..087071f --- /dev/null +++ b/2502회 CAT 3급 B형 수시2.json @@ -0,0 +1,370 @@ +{ + "1-1": { + "type": "scene", + "ele": "$..objects[?(@.name=='꽃밭')]", + "points": 2, + "desc": "배경 이름 변경" + }, + "1-3": { + "type": "scene", + "ele": "$..objects[?(@.name=='당근')]", + "points": 2, + "desc": "물체 이름 변경" + }, + "1-4": { + "type": "scene", + "ele": "$..objects[?(@.name=='하트')]", + "points": 2, + "desc": "물체 이름 변경" + }, + "1-5": { + "type": "scene", + "ele": "$..objects[?(@.name=='토끼')]", + "points": 2, + "desc": "물체 이름 변경" + }, + "1-6": { + "type": "scene", + "ele": "$..objects[?(@.name=='상자')]", + "points": 2, + "desc": "물체 이름 변경" + }, + "2": { + "type": "script", + "ele": "$.objects[?(@.name=='당근')].script", + "blocks": [ + { + "ele": "$[0][0].type", + "answer": "when_run_button_click", + "points": 2.57, + "desc": "시작하기 버튼을 눌렀을 때" + }, + { + "ele": "$[0][1].params[0].params[0]", + "points": 2.57, + "answer": "45", + "desc": "크기 지정" + }, + { + "ele": "$[0][2]['params']", + "points": 2.57, + "answer": [ + "FORWARD", + null + ], + "desc": "물체 앞으로 보내기" + }, + { + "ele": "$[0][3].type", + "points": 2.57, + "answer": "hide", + "desc": "숨기기" + }, + { + "ele": "$[0][4].params[0]", + "answer": null, + "points": 2.57, + "desc": "반복하기 (계속)" + }, + { + "ele": "$[0][4].statements[0][?@.type=='locate_xy'].params[*].params", + "answer": [ + "0", + "-100" + ], + "points": 2.57, + "desc": "x:0, y:-100 으로 이동" + }, + { + "ele": "$[0][4].statements[0][1].type", + "points": 2.57, + "answer": "show", + "desc": "모양보이기" + }, + { + "ele": "$[0][4].statements[0][2].params[0].params[0]", + "answer": "32", + "points": 2.57, + "desc": "스페이스(32) 를 눌렀을 때" + }, + { + "ele": "$[0][4].statements[0][2].statements[0][0].params[0].params[0]", + "answer": "0.2", + "points": 2.57, + "desc": "0.2초 기다리기" + }, + { + "type": "list", + "ele": [ + "$[0][4].statements[0][2].statements[0][1].params[0].params[0]", + "$[0][4].statements[0][2].statements[0][1].params[1]" + ], + "answer": [ + "0.5", + "mouse" + ], + "points": 2.57, + "desc": "0.5초 동안 마우스 좌표 위치로 이동" + }, + { + "type": "list", + "ele": [ + "$[0][4].statements[0][3].type", + "$[0][4].statements[0][3].params[0].type" + ], + "answer": [ + "_if", + "reach_something" + ], + "points": 2.57, + "desc": "if reach something" + }, + { + "ele": "$[0][4].statements[0][3].statements[0][0].params[*].params", + "answer": [ + "냠냠!", + "0.5" + ], + "points": 2.57, + "desc": "dialog_time 냠냠!을 0.5초" + }, + { + "type": "list", + "ele": [ + "$[0][4].statements[0][4].type", + "$[0][4].statements[0][4].params[0].type", + "$[0][4].statements[0][4].params[0].params[1]" + ], + "answer": [ + "_if", + "reach_something", + "wall" + ], + "points": 2.57, + "desc": "if reach something wall" + }, + { + "type": "list", + "ele": [ + "$[0][4].statements[0][4].statements[0][0].type", + "$[0][4].statements[0][4].statements[0][0].params[0]" + ], + "answer": [ + "stop_object", + "all" + ], + "points": 2.57, + "desc": "모든 오브젝트 정지" + } + ] + }, + "3": { + "type": "script", + "ele": "$.objects[?name=~'하트'].script", + "blocks": [ + { + "ele": "$[0][0].type", + "answer": "when_run_button_click", + "points": 2.57, + "desc": "시작하기 버튼을 눌렀을 때" + }, + { + "ele": "$[0][1].params[0].params[0]", + "answer": "50", + "points": 2.57, + "desc": "크기 지정" + }, + { + "ele": "$[0][2].params[0]", + "answer": "FRONT", + "points": 2.57, + "desc": "맨 앞으로 보내기" + }, + { + "ele": "$[0][3].params[0]", + "answer": null, + "points": 2.57, + "desc": "반복하기 (계속)" + }, + { + "type": "list", + "ele": [ + "$[0][3].statements[0][0].type", + "$[0][3].statements[0][0].params[0]" + ], + "answer": [ + "locate", + "mouse" + ], + "points": 2.57, + "desc": "마우스 위치로 이동" + }, + { + "type": "list", + "ele": [ + "$[0][3].statements[0][1].type", + "$[0][3].statements[0][1].params[0]", + "$[0][3].statements[0][1].params[1].params[0]" + ], + "answer": [ + "add_effect_amount", + "color", + "0.5" + ], + "points": 2.57, + "desc": "Add Color effect 0.5 duration" + } + ] + }, + "4": { + "type": "script", + "ele": "$.objects[?(@.name=='토끼')].script", + "blocks": [ + { + "ele": "$[0][0].type", + "answer": "when_run_button_click", + "points": 2.57, + "desc": "시작하기 버튼을 눌렀을 때" + }, + { + "ele": "$[0][1].params[0].params[0]", + "answer": "90", + "points": 2.57, + "desc": "크기 지정" + }, + { + "ele": "$[0][2].params[*].params", + "answer": [ + "0", + "60" + ], + "points": 2.57, + "desc": "x:0, y:60 으로 이동" + }, + { + "ele": "$[0][3].params[0]", + "answer": null, + "points": 2.57, + "desc": "계속 반복하기" + }, + { + "type": "list", + "ele": [ + "$[0][3].statements[0][0].params[0].params[0]", + "$[0][3].statements[0][0].params[1].params[*].params[0]", + "$[0][3].statements[0][0].params[2].params[0]" + ], + "answer": [ + "2", + "-200", + "200", + "60" + ], + "points": 2.57, + "desc": "2초 동안 무작위로 x:-200~200, y:60" + }, + { + "type": "list", + "ele": [ + "$[0][3].statements[0][1].type", + "$[0][3].statements[0][1].params[0].type" + ], + "answer": [ + "_if", + "reach_something" + ], + "points": 2.57, + "desc": "if reach something" + }, + { + "ele": "$[0][3].statements[0][1].statements[0][0].params[0].params[0]", + "answer": "10", + "points": 2.57, + "desc": "크기 지정" + }, + { + "type": "list", + "ele": [ + "$[0][3].statements[0][1].statements[0][1].type", + "$[0][3].statements[0][1].statements[0][1].params[0].params[0].type", + "$[0][3].statements[0][1].statements[0][1].params[0].params[0].params[3]", + "$[0][3].statements[0][1].statements[0][1].params[0].params[1]", + "$[0][3].statements[0][1].statements[0][1].params[0].params[2].params[0]" + ], + "answer": [ + "_if", + "coordinate_object", + "size", + "EQUAL", + "120" + ], + "points": 2.57, + "desc": "비교 오브젝트의 크기가 120과 같을 때" + }, + { + "ele": "$[0][3].statements[0][1].statements[0][1].statements[0][0].params[*].params", + "answer": [ + "미션 성공!", + "2" + ], + "points": 2.57, + "desc": "dialog_time 미션 성공!을 2초" + }, + { + "type": "list", + "ele": [ + "$[0][3].statements[0][1].statements[0][1].statements[0][1].type", + "$[0][3].statements[0][1].statements[0][1].statements[0][1].params[0]" + ], + "answer": [ + "stop_object", + "all" + ], + "points": 2.57, + "desc": "모든 오브젝트 정지" + } + ] + }, + "5": { + "type": "script", + "ele": "$.objects[?name=~'상자'].script", + "blocks": [ + { + "ele": "$[0][0].type", + "answer": "when_run_button_click", + "points": 2.57, + "desc": "시작하기 버튼을 눌렀을 때" + }, + { + "ele": "$[0][1].params[0]", + "points": 2.57, + "answer": "FORWARD", + "desc": "물체 앞으로 보내기" + }, + { + "ele": "$[0][2].params[*].params", + "answer": [ + "0", + "-100" + ], + "points": 2.57, + "desc": "x:0, y:-100 으로 이동" + }, + { + "ele": "$[0][3].params[0].params[0]", + "points": 2.57, + "answer": "90", + "desc": "크기 지정" + }, + { + "ele": "$[0][4].params[*].params", + "answer": [ + "시작!", + "0.5" + ], + "points": 2.57, + "desc": "dialog_time 시작!을 0.5초" + } + ] + } +} \ No newline at end of file diff --git a/2502회 코딩활용능력 2급 수시4.xlsx b/2502회 코딩활용능력 2급 수시4.xlsx new file mode 100644 index 0000000..05a4703 Binary files /dev/null and b/2502회 코딩활용능력 2급 수시4.xlsx differ diff --git a/2503 CAT 3급 A형.json b/2503 CAT 3급 A형.json new file mode 100644 index 0000000..dd7b4e4 --- /dev/null +++ b/2503 CAT 3급 A형.json @@ -0,0 +1,382 @@ +{ + "1-1": { + "type": "scene", + "ele": "$..objects[?(@.name=='약도')]", + "points": 2, + "desc": "배경 이름 변경" + }, + "1-3": { + "type": "scene", + "ele": "$..objects[?(@.name=='놀이동산')]", + "points": 2, + "desc": "물체 이름 변경" + }, + "1-4": { + "type": "scene", + "ele": "$..objects[?(@.name=='백화점')]", + "points": 2, + "desc": "물체 이름 변경" + }, + "1-5": { + "type": "scene", + "ele": "$..objects[?(@.name=='우리집')]", + "points": 2, + "desc": "물체 이름 변경" + }, + "1-6": { + "type": "scene", + "ele": "$..objects[?(@.name=='어린이')]", + "points": 2, + "desc": "물체 이름 변경" + }, + "2": { + "type": "script", + "ele": "$.objects[?(@.name=~'놀이동산')].script", + "blocks": [ + { + "ele": "$[0][0].type", + "answer": "when_run_button_click", + "points": 2.43, + "desc": "시작하기 버튼을 눌렀을 때" + }, + { + "ele": "$[0][1].params[0].params[0]", + "points": 2.43, + "answer": "90", + "desc": "크기 지정" + }, + { + "ele": "$[0][2].params[*].params", + "answer": [ + "-25", + "60" + ], + "points": 2.43, + "desc": "x:-25, y:60 으로 이동" + }, + { + "ele": "$[1][0].params", + "points": 2.43, + "answer": [ + null, + "49" + ], + "desc": "키보드 눌렀을 때" + }, + { + "type": "list", + "ele": [ + "$[1][1].type", + "$[1][1].params[0]", + "$[1][1].params[1].params[0]" + ], + "answer": [ + "add_effect_amount", + "color", + "30" + ], + "points": 2.43, + "desc": "Add Color effect 30 duration" + }, + { + "ele": "$[1][2].params[*].params", + "answer": [ + "여기는 놀이동산!", + "1" + ], + "points": 2.43, + "desc": "dialog_time 여기는 놀이동산 1초 " + }, + { + "ele": "$[1][3].type", + "answer": "erase_all_effects", + "points": 2.43, + "desc": "효과 모두 삭제하기" + } + ] + }, + "3": { + "type": "script", + "ele": "$.objects[?(@.name=~'백화점|건물')].script", + "blocks": [ + { + "ele": "$[0][0].type", + "answer": "when_run_button_click", + "points": 2.43, + "desc": "시작하기 버튼을 눌렀을 때" + }, + { + "ele": "$[0][1].params[0].params[0]", + "points": 2.43, + "answer": "50", + "desc": "크기 지정" + }, + { + "ele": "$[0][2].params[*].params", + "answer": [ + "180", + "50" + ], + "points": 2.43, + "desc": "x:-25, y:60 으로 이동" + }, + { + "ele": "$[1][0].params", + "points": 2.43, + "answer": [ + null, + "50" + ], + "desc": "키보드 눌렀을 때" + }, + { + "type": "list", + "ele": [ + "$[1][1].type", + "$[1][1].params[0]", + "$[1][1].params[1].params[0]" + ], + "answer": [ + "add_effect_amount", + "color", + "40" + ], + "points": 2.43, + "desc": "Add Color effect 30 duration" + }, + { + "ele": "$[1][2].params[*].params", + "answer": [ + "여기는 백화점!", + "1" + ], + "points": 2.43, + "desc": "dialog_time 여기는 놀이동산 1초 " + }, + { + "ele": "$[1][3].type", + "answer": "erase_all_effects", + "points": 2.43, + "desc": "효과 모두 삭제하기" + } + ] + }, + "4": { + "type": "script", + "ele": "$.objects[?(@.name=~'우리집|예쁜집')].script", + "blocks": [ + { + "ele": "$[0][0].type", + "answer": "when_run_button_click", + "points": 2.43, + "desc": "시작하기 버튼을 눌렀을 때" + }, + { + "ele": "$[0][1].params[0].params[0]", + "points": 2.43, + "answer": "60", + "desc": "크기 지정" + }, + { + "ele": "$[0][2].params[*].params", + "answer": [ + "-190", + "-90" + ], + "points": 2.43, + "desc": "x:-25, y:60 으로 이동" + }, + { + "ele": "$[1][0].params", + "points": 2.43, + "answer": [ + null, + "51" + ], + "desc": "키보드 눌렀을 때" + }, + { + "type": "list", + "ele": [ + "$[1][1].type", + "$[1][1].params[0]", + "$[1][1].params[1].params[0]" + ], + "answer": [ + "add_effect_amount", + "color", + "35" + ], + "points": 2.43, + "desc": "Add Color effect 30 duration" + }, + { + "ele": "$[1][2].type", + "answer": "erase_all_effects", + "points": 2.43, + "desc": "효과 모두 삭제하기" + } + ] + }, + "5": { + "type": "script", + "ele": "$.objects[?name=~'어린이'].script", + "blocks": [ + { + "ele": "$[0][0].type", + "answer": "when_run_button_click", + "points": 2.43, + "desc": "시작하기 버튼을 눌렀을 때" + }, + { + "ele": "$[0][1].params[0].params[0]", + "points": 2.57, + "answer": "30", + "desc": "크기 지정" + }, + { + "ele": "$[0][2].params[*].params", + "answer": [ + "-100", + "-100" + ], + "points": 2.43, + "desc": "x:-25, y:60 으로 이동" + }, + { + "ele": "$[0][3].params[*].params", + "answer": [ + "야호! 출발!", + "1" + ], + "points": 2.43, + "desc": "dialog_time 여기는 놀이동산 1초 " + }, + { + "ele": "$[1][0].params", + "points": 2.43, + "answer": [ + null, + "49" + ], + "desc": "키보드 눌렀을 때" + }, + { + "type": "list", + "ele": [ + "$[1][1].type", + "$[1][1].params[0].params[0]" + ], + "answer": [ + "locate_object_time", + "2" + ], + "points": 2.43, + "desc": "Locate Object 2 sec" + }, + { + "ele": "$[1][2].type", + "points": 2.43, + "answer": "hide", + "desc": "숨기기" + }, + { + "type": "list", + "ele": [ + "$[1][3].type", + "$[1][3].params[0].params[0]" + ], + "points": 2.43, + "answer": [ + "wait_second", + "1" + ], + "desc": "wait second" + }, + { + "ele": "$[1][4].type", + "points": 2.43, + "answer": "show", + "desc": "보이기" + }, + { + "ele": "$[2][0].params", + "points": 2.43, + "answer": [ + null, + "50" + ], + "desc": "키보드 눌렀을 때" + }, + { + "type": "list", + "ele": [ + "$[2][1].type", + "$[2][1].params[0].params[0]" + ], + "answer": [ + "locate_object_time", + "2" + ], + "points": 2.43, + "desc": "Locate Object 2 sec" + }, + { + "ele": "$[2][2].type", + "points": 2.43, + "answer": "hide", + "desc": "숨기기" + }, + { + "type": "list", + "ele": [ + "$[2][3].type", + "$[2][3].params[0].params[0]" + ], + "points": 2.43, + "answer": [ + "wait_second", + "1" + ], + "desc": "wait second" + }, + { + "ele": "$[2][4].type", + "points": 2.43, + "answer": "show", + "desc": "보이기" + }, + { + "ele": "$[3][0].params", + "points": 2.43, + "answer": [ + null, + "51" + ], + "desc": "키보드 눌렀을 때" + }, + { + "type": "list", + "ele": [ + "$[3][1].type", + "$[3][1].params[0].params[0]" + ], + "answer": [ + "locate_object_time", + "2" + ], + "points": 2.43, + "desc": "Locate Object 2 sec" + }, + { + "ele": "$[3][2].params[*].params", + "answer": [ + "다녀왔습니다!", + "1" + ], + "points": 2.43, + "desc": "dialog_time 여기는 놀이동산 1초 " + } + ] + } +} \ No newline at end of file diff --git a/2503CAT3A.log b/2503CAT3A.log new file mode 100644 index 0000000..08b30f9 --- /dev/null +++ b/2503CAT3A.log @@ -0,0 +1,1127 @@ + +Processing: output/2503 CAT 3급 A형/cat-000017-이지원/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +example: 1-5 +elements found for $..objects[?(@.name=='우리집')] +$..objects[?(@.name=='우리집')] found +example: 1-6 +elements found for $..objects[?(@.name=='어린이')] +$..objects[?(@.name=='어린이')] found +example: 2 +2-1: when_run_button_click == when_run_button_click +2-2: 90 == 90 +2-3: ['-25', '60'] == ['-25', '60'] +2-4: ['None', '49'] == ['None', '49'] +2-5: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +2-6: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +2-7: erase_all_effects == erase_all_effects +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 50 == 50 +3-3: ['180', '50'] == ['180', '50'] +3-4: ['None', '50'] == ['None', '50'] +3-5: ['add_effect_amount', 'color', '40'] == ['add_effect_amount', 'color', '40'] +3-6: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +3-7: erase_all_effects == erase_all_effects +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 60 == 60 +4-3: ['-190', '-90'] == ['-190', '-90'] +4-4: ['None', '51'] != ['None', '82'] +4-5: ['add_effect_amount', 'color', '35'] == ['add_effect_amount', 'color', '35'] +4-6: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 30 == 30 +5-3: ['-100', '-100'] == ['-100', '-100'] +5-4: ['야호! 출발!', '1'] == ['야호! 출발!', '1'] +5-5: ['None', '49'] == ['None', '49'] +5-6: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-7: hide == hide +5-8: ['wait_second', '1'] == ['wait_second', '1'] +5-9: show == show +5-10: ['None', '50'] == ['None', '50'] +5-11: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-12: hide == hide +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: show == show +5-15: ['None', '51'] == ['None', '51'] +5-16: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-17: ['다녀왔습니다!', '1'] == ['다녀왔습니다!', '1'] +Total Points for ['cat-000017-이지원', 2, 2, 2, 2, 2, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 0, 2.43, 2.43, 2.43, 2.57, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 97.62000000000009] + +Processing: output/2503 CAT 3급 A형/cat-000018-이도경/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +example: 1-5 +elements found for $..objects[?(@.name=='우리집')] +$..objects[?(@.name=='우리집')] found +example: 1-6 +elements found for $..objects[?(@.name=='어린이')] +$..objects[?(@.name=='어린이')] found +example: 2 +2-1: when_run_button_click == when_run_button_click +2-2: 90 == 90 +2-3: ['-25', '60'] == ['-25', '60'] +2-4: ['None', '49'] == ['None', '49'] +2-5: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +2-6: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +2-7: erase_all_effects == erase_all_effects +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 50 == 50 +3-3: ['180', '50'] == ['180', '50'] +3-4: ['None', '50'] == ['None', '50'] +3-5: ['add_effect_amount', 'color', '40'] == ['add_effect_amount', 'color', '40'] +3-6: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +3-7: erase_all_effects == erase_all_effects +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 60 == 60 +4-3: ['-190', '-90'] == ['-190', '-90'] +4-4: ['None', '51'] != ['None', '82'] +4-5: ['add_effect_amount', 'color', '35'] == ['add_effect_amount', 'color', '35'] +4-6: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 30 == 30 +5-3: ['-100', '-100'] == ['-100', '-100'] +5-4: ['야호! 출발!', '1'] == ['야호! 출발!', '1'] +5-5: ['None', '49'] == ['None', '49'] +5-6: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-7: hide == hide +5-8: ['wait_second', '1'] == ['wait_second', '1'] +5-9: show == show +5-10: ['None', '50'] == ['None', '50'] +5-11: ['locate_object_time', '2'] == ['locate_object_time', '2'] +No elements found for $[2][2].type +5-13: ['wait_second', '1'] != [] +No elements found for $[2][4].type +No elements found for $[3][0].params +5-16: ['locate_object_time', '2'] != [] +No elements found for $[3][2].params[*].params +Total Points for ['cat-000018-이도경', 2, 2, 2, 2, 2, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 0, 2.43, 2.43, 2.43, 2.57, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 0, 0, 0, 0, 0, 0, 83.04000000000005] + +Processing: output/2503 CAT 3급 A형/정답/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +Element '$..objects[?(@.name=='백화점')]' not found +example: 1-5 +elements found for $..objects[?(@.name=='우리집')] +$..objects[?(@.name=='우리집')] found +example: 1-6 +elements found for $..objects[?(@.name=='어린이')] +$..objects[?(@.name=='어린이')] found +example: 2 +2-1: when_run_button_click == when_run_button_click +2-2: 90 == 90 +2-3: ['-25', '60'] == ['-25', '60'] +2-4: ['None', '49'] == ['None', '49'] +2-5: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +2-6: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +2-7: erase_all_effects == erase_all_effects +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 50 == 50 +3-3: ['180', '50'] == ['180', '50'] +3-4: ['None', '50'] == ['None', '50'] +3-5: ['add_effect_amount', 'color', '40'] == ['add_effect_amount', 'color', '40'] +3-6: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +3-7: erase_all_effects == erase_all_effects +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 60 == 60 +4-3: ['-190', '-90'] == ['-190', '-90'] +4-4: ['None', '51'] == ['None', '51'] +4-5: ['add_effect_amount', 'color', '35'] == ['add_effect_amount', 'color', '35'] +4-6: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 30 == 30 +5-3: ['-100', '-100'] == ['-100', '-100'] +5-4: ['야호! 출발!', '1'] == ['야호! 출발!', '1'] +5-5: ['None', '49'] == ['None', '49'] +5-6: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-7: hide == hide +5-8: ['wait_second', '1'] == ['wait_second', '1'] +5-9: show == show +5-10: ['None', '50'] == ['None', '50'] +5-11: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-12: hide == hide +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: show == show +5-15: ['None', '51'] == ['None', '51'] +5-16: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-17: ['다녀왔습니다!', '1'] == ['다녀왔습니다!', '1'] +Total Points for ['정답', 2, 2, 0, 2, 2, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.57, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 98.0500000000001] + +Processing: output/2503 CAT 3급 A형/코딩활용능력3급(엔트리)-000001-이태현/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +example: 1-5 +elements found for $..objects[?(@.name=='우리집')] +$..objects[?(@.name=='우리집')] found +example: 1-6 +elements found for $..objects[?(@.name=='어린이')] +$..objects[?(@.name=='어린이')] found +example: 2 +2-1: when_run_button_click == when_run_button_click +2-2: 90 == 90 +2-3: ['-25', '60'] == ['-25', '60'] +2-4: ['None', '49'] == ['None', '49'] +2-5: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +2-6: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +2-7: erase_all_effects == erase_all_effects +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 50 == 50 +3-3: ['180', '50'] == ['180', '50'] +3-4: ['None', '50'] == ['None', '50'] +3-5: ['add_effect_amount', 'color', '40'] == ['add_effect_amount', 'color', '40'] +3-6: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +3-7: erase_all_effects == erase_all_effects +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 60 == 60 +4-3: ['-190', '-90'] == ['-190', '-90'] +4-4: ['None', '51'] == ['None', '51'] +4-5: ['add_effect_amount', 'color', '35'] == ['add_effect_amount', 'color', '35'] +4-6: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 30 == 30 +5-3: ['-100', '-100'] == ['-100', '-100'] +5-4: ['야호! 출발!', '1'] == ['야호! 출발!', '1'] +5-5: ['None', '49'] == ['None', '49'] +5-6: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-7: hide == hide +5-8: ['wait_second', '1'] == ['wait_second', '1'] +5-9: show == show +5-10: ['None', '50'] == ['None', '50'] +5-11: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-12: hide == hide +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: show == show +5-15: ['None', '51'] == ['None', '51'] +5-16: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-17: ['다녀왔습니다!', '1'] == ['다녀왔습니다!', '1'] +Total Points for ['코딩활용능력3급(엔트리)-000001-이태현', 2, 2, 2, 2, 2, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.57, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 100.0500000000001] + +Processing: output/2503 CAT 3급 A형/코딩활용능력3급(엔트리)-000007-최다니엘/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +example: 1-5 +elements found for $..objects[?(@.name=='우리집')] +$..objects[?(@.name=='우리집')] found +example: 1-6 +elements found for $..objects[?(@.name=='어린이')] +$..objects[?(@.name=='어린이')] found +example: 2 +2-1: when_run_button_click == when_run_button_click +2-2: 90 == 90 +2-3: ['-25', '60'] == ['-25', '60'] +No elements found for $[1][0].params +2-5: ['add_effect_amount', 'color', '30'] != [] +No elements found for $[1][2].params[*].params +No elements found for $[1][3].type +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 50 == 50 +3-3: ['180', '50'] == ['180', '50'] +No elements found for $[1][0].params +3-5: ['add_effect_amount', 'color', '40'] != [] +No elements found for $[1][2].params[*].params +No elements found for $[1][3].type +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 60 == 60 +4-3: ['-190', '-90'] == ['-190', '-90'] +No elements found for $[1][0].params +4-5: ['add_effect_amount', 'color', '35'] != [] +No elements found for $[1][2].type +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 30 == 30 +5-3: ['-100', '-100'] == ['-100', '-100'] +5-4: ['야호! 출발!', '1'] != ['야호 출발!', '1'] +No elements found for $[1][0].params +5-6: ['locate_object_time', '2'] != [] +No elements found for $[1][2].type +5-8: ['wait_second', '1'] != [] +No elements found for $[1][4].type +No elements found for $[2][0].params +5-11: ['locate_object_time', '2'] != [] +No elements found for $[2][2].type +5-13: ['wait_second', '1'] != [] +No elements found for $[2][4].type +No elements found for $[3][0].params +5-16: ['locate_object_time', '2'] != [] +No elements found for $[3][2].params[*].params +Total Points for ['코딩활용능력3급(엔트리)-000007-최다니엘', 2, 2, 2, 2, 2, 2.43, 2.43, 2.43, 0, 0, 0, 0, 2.43, 2.43, 2.43, 0, 0, 0, 0, 2.43, 2.43, 2.43, 0, 0, 0, 2.43, 2.57, 2.43, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 39.3] + +Processing: output/2503 CAT 3급 A형/코딩활용능력3급(엔트리)-000008-이지민/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +example: 1-5 +elements found for $..objects[?(@.name=='우리집')] +$..objects[?(@.name=='우리집')] found +example: 1-6 +elements found for $..objects[?(@.name=='어린이')] +$..objects[?(@.name=='어린이')] found +example: 2 +2-1: when_run_button_click == when_run_button_click +2-2: 90 == 90 +2-3: ['-25', '60'] == ['-25', '60'] +2-4: ['None', '49'] == ['None', '49'] +2-5: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +2-6: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +2-7: erase_all_effects == erase_all_effects +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 50 == 50 +3-3: ['180', '50'] == ['180', '50'] +3-4: ['None', '50'] == ['None', '50'] +3-5: ['add_effect_amount', 'color', '40'] == ['add_effect_amount', 'color', '40'] +3-6: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +3-7: erase_all_effects == erase_all_effects +example: 4 +swap script run button or scene start +4-1: when_run_button_click == when_run_button_click +4-2: 60 == 60 +4-3: ['-190', '-90'] == ['-190', '-90'] +4-4: ['None', '51'] == ['None', '51'] +4-5: ['add_effect_amount', 'color', '35'] == ['add_effect_amount', 'color', '35'] +4-6: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 30 == 30 +5-3: ['-100', '-100'] == ['-100', '-100'] +5-4: ['야호! 출발!', '1'] == ['야호! 출발!', '1'] +5-5: ['None', '49'] == ['None', '49'] +5-6: ['locate_object_time', '2'] != ['locate_object_time', '1'] +5-7: hide == hide +5-8: ['wait_second', '1'] != ['wait_second', '2'] +5-9: show == show +5-10: ['None', '50'] == ['None', '50'] +5-11: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-12: hide == hide +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: show == show +5-15: ['None', '51'] == ['None', '51'] +5-16: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-17: ['다녀왔습니다!', '1'] == ['다녀왔습니다!', '1'] +Total Points for ['코딩활용능력3급(엔트리)-000008-이지민', 2, 2, 2, 2, 2, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.57, 2.43, 2.43, 2.43, 0, 2.43, 0, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 95.19000000000008] + +Processing: output/2503 CAT 3급 A형/코딩활용능력3급(엔트리)-000009-전하윤/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +example: 1-5 +elements found for $..objects[?(@.name=='우리집')] +$..objects[?(@.name=='우리집')] found +example: 1-6 +elements found for $..objects[?(@.name=='어린이')] +$..objects[?(@.name=='어린이')] found +example: 2 +2-1: when_run_button_click == when_run_button_click +2-2: 90 == 90 +2-3: ['-25', '60'] == ['-25', '60'] +2-4: ['None', '49'] == ['None', '49'] +2-5: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +2-6: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +2-7: erase_all_effects == erase_all_effects +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 50 == 50 +3-3: ['180', '50'] == ['180', '50'] +3-4: ['None', '50'] == ['None', '50'] +3-5: ['add_effect_amount', 'color', '40'] == ['add_effect_amount', 'color', '40'] +3-6: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +3-7: erase_all_effects == erase_all_effects +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 60 == 60 +4-3: ['-190', '-90'] == ['-190', '-90'] +4-4: ['None', '51'] == ['None', '51'] +4-5: ['add_effect_amount', 'color', '35'] == ['add_effect_amount', 'color', '35'] +4-6: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 30 == 30 +5-3: ['-100', '-100'] == ['-100', '-100'] +5-4: ['야호! 출발!', '1'] == ['야호! 출발!', '1'] +5-5: ['None', '49'] == ['None', '49'] +5-6: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-7: hide == hide +5-8: ['wait_second', '1'] == ['wait_second', '1'] +5-9: show == show +5-10: ['None', '50'] == ['None', '50'] +5-11: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-12: hide == hide +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: show == show +5-15: ['None', '51'] == ['None', '51'] +5-16: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-17: ['다녀왔습니다!', '1'] == ['다녀왔습니다!', '1'] +Total Points for ['코딩활용능력3급(엔트리)-000009-전하윤', 2, 2, 2, 2, 2, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.57, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 100.0500000000001] + +Processing: output/2503 CAT 3급 A형/코딩활용능력3급(엔트리)-000016-남가연/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +example: 1-5 +elements found for $..objects[?(@.name=='우리집')] +$..objects[?(@.name=='우리집')] found +example: 1-6 +elements found for $..objects[?(@.name=='어린이')] +$..objects[?(@.name=='어린이')] found +example: 2 +2-1: when_run_button_click == when_run_button_click +2-2: 90 == 90 +2-3: ['-25', '60'] == ['-25', '60'] +2-4: ['None', '49'] == ['None', '49'] +2-5: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +2-6: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +2-7: erase_all_effects == erase_all_effects +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 50 == 50 +3-3: ['180', '50'] == ['180', '50'] +3-4: ['None', '50'] == ['None', '50'] +3-5: ['add_effect_amount', 'color', '40'] == ['add_effect_amount', 'color', '40'] +3-6: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +3-7: erase_all_effects == erase_all_effects +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 60 == 60 +4-3: ['-190', '-90'] == ['-190', '-90'] +4-4: ['None', '51'] == ['None', '51'] +4-5: ['add_effect_amount', 'color', '35'] == ['add_effect_amount', 'color', '35'] +4-6: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 30 == 30 +5-3: ['-100', '-100'] == ['-100', '-100'] +5-4: ['야호! 출발!', '1'] == ['야호! 출발!', '1'] +5-5: ['None', '49'] == ['None', '49'] +5-6: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-7: hide == hide +5-8: ['wait_second', '1'] == ['wait_second', '1'] +5-9: show == show +5-10: ['None', '50'] == ['None', '50'] +5-11: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-12: hide == hide +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: show == show +5-15: ['None', '51'] == ['None', '51'] +5-16: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-17: ['다녀왔습니다!', '1'] == ['다녀왔습니다!', '1'] +Total Points for ['코딩활용능력3급(엔트리)-000016-남가연', 2, 2, 2, 2, 2, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.57, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 100.0500000000001] + +Processing: output/2503 CAT 3급 A형/코딩활용능력3급(엔트리)-000019-최제이/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +example: 1-5 +elements found for $..objects[?(@.name=='우리집')] +$..objects[?(@.name=='우리집')] found +example: 1-6 +elements found for $..objects[?(@.name=='어린이')] +$..objects[?(@.name=='어린이')] found +example: 2 +2-1: when_run_button_click == when_run_button_click +2-2: 90 == 90 +2-3: ['-25', '60'] == ['-25', '60'] +2-4: ['None', '49'] == ['None', '49'] +2-5: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +2-6: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +2-7: erase_all_effects == erase_all_effects +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 50 == 50 +3-3: ['180', '50'] == ['180', '50'] +3-4: ['None', '50'] == ['None', '50'] +3-5: ['add_effect_amount', 'color', '40'] == ['add_effect_amount', 'color', '40'] +3-6: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +3-7: erase_all_effects == erase_all_effects +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 60 == 60 +4-3: ['-190', '-90'] == ['-190', '-90'] +4-4: ['None', '51'] == ['None', '51'] +4-5: ['add_effect_amount', 'color', '35'] == ['add_effect_amount', 'color', '35'] +4-6: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 30 == 30 +5-3: ['-100', '-100'] == ['-100', '-100'] +5-4: ['야호! 출발!', '1'] == ['야호! 출발!', '1'] +5-5: ['None', '49'] == ['None', '49'] +5-6: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-7: hide == hide +5-8: ['wait_second', '1'] == ['wait_second', '1'] +5-9: show == show +5-10: ['None', '50'] == ['None', '50'] +5-11: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-12: hide == hide +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: show == show +5-15: ['None', '51'] == ['None', '51'] +5-16: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-17: ['다녀왔습니다!', '1'] == ['다녀왔습니다!', '1'] +Total Points for ['코딩활용능력3급(엔트리)-000019-최제이', 2, 2, 2, 2, 2, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.57, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 100.0500000000001] + +Processing: output/2503 CAT 3급 A형/코딩활용능력3급(엔트리)-000020-최다원/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +example: 1-5 +elements found for $..objects[?(@.name=='우리집')] +$..objects[?(@.name=='우리집')] found +example: 1-6 +elements found for $..objects[?(@.name=='어린이')] +$..objects[?(@.name=='어린이')] found +example: 2 +2-1: when_run_button_click == when_run_button_click +2-2: 90 == 90 +2-3: ['-25', '60'] == ['-25', '60'] +2-4: ['None', '49'] == ['None', '49'] +2-5: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +2-6: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +2-7: erase_all_effects == erase_all_effects +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 50 == 50 +3-3: ['180', '50'] == ['180', '50'] +3-4: ['None', '50'] == ['None', '50'] +3-5: ['add_effect_amount', 'color', '40'] == ['add_effect_amount', 'color', '40'] +3-6: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +3-7: erase_all_effects == erase_all_effects +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 60 == 60 +4-3: ['-190', '-90'] == ['-190', '-90'] +4-4: ['None', '51'] == ['None', '51'] +4-5: ['add_effect_amount', 'color', '35'] == ['add_effect_amount', 'color', '35'] +4-6: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 30 == 30 +5-3: ['-100', '-100'] == ['-100', '-100'] +5-4: ['야호! 출발!', '1'] == ['야호! 출발!', '1'] +5-5: ['None', '49'] == ['None', '49'] +5-6: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-7: hide == hide +5-8: ['wait_second', '1'] == ['wait_second', '1'] +5-9: show == show +5-10: ['None', '50'] == ['None', '50'] +5-11: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-12: hide == hide +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: show == show +5-15: ['None', '51'] == ['None', '51'] +5-16: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-17: ['다녀왔습니다!', '1'] == ['다녀왔습니다!', '1'] +Total Points for ['코딩활용능력3급(엔트리)-000020-최다원', 2, 2, 2, 2, 2, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.57, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 100.0500000000001] + +Processing: output/2503 CAT 3급 A형/코딩활용능력3급(엔트리)-000021-박준우/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +example: 1-5 +elements found for $..objects[?(@.name=='우리집')] +$..objects[?(@.name=='우리집')] found +example: 1-6 +elements found for $..objects[?(@.name=='어린이')] +$..objects[?(@.name=='어린이')] found +example: 2 +2-1: when_run_button_click == when_run_button_click +2-2: 90 == 90 +2-3: ['-25', '60'] == ['-25', '60'] +2-4: ['None', '49'] == ['None', '49'] +2-5: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +2-6: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +2-7: erase_all_effects == erase_all_effects +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 50 == 50 +3-3: ['180', '50'] == ['180', '50'] +3-4: ['None', '50'] == ['None', '50'] +3-5: ['add_effect_amount', 'color', '40'] == ['add_effect_amount', 'color', '40'] +3-6: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +3-7: erase_all_effects == erase_all_effects +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 60 == 60 +4-3: ['-190', '-90'] == ['-190', '-90'] +4-4: ['None', '51'] == ['None', '51'] +4-5: ['add_effect_amount', 'color', '35'] == ['add_effect_amount', 'color', '35'] +4-6: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 30 == 30 +5-3: ['-100', '-100'] == ['-100', '-100'] +5-4: ['야호! 출발!', '1'] == ['야호! 출발!', '1'] +5-5: ['None', '49'] == ['None', '49'] +5-6: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-7: hide == hide +5-8: ['wait_second', '1'] == ['wait_second', '1'] +5-9: show == show +5-10: ['None', '50'] == ['None', '50'] +5-11: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-12: hide == hide +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: show == show +5-15: ['None', '51'] == ['None', '51'] +5-16: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-17: ['다녀왔습니다!', '1'] == ['다녀왔습니다!', '1'] +Total Points for ['코딩활용능력3급(엔트리)-000021-박준우', 2, 2, 2, 2, 2, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.57, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 100.0500000000001] + +Processing: output/2503 CAT 3급 A형/코딩활용능력3급(엔트리)-000022-윤노아/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +example: 1-5 +elements found for $..objects[?(@.name=='우리집')] +$..objects[?(@.name=='우리집')] found +example: 1-6 +elements found for $..objects[?(@.name=='어린이')] +$..objects[?(@.name=='어린이')] found +example: 2 +2-1: when_run_button_click == when_run_button_click +2-2: 90 == 90 +2-3: ['-25', '60'] == ['-25', '60'] +2-4: ['None', '49'] == ['None', '49'] +2-5: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +2-6: ['여기는 놀이동산!', '1'] != ['여기는 놀이동산', '1'] +2-7: erase_all_effects == erase_all_effects +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 50 == 50 +3-3: ['180', '50'] == ['180', '50'] +3-4: ['None', '50'] == ['None', '50'] +3-5: ['add_effect_amount', 'color', '40'] == ['add_effect_amount', 'color', '40'] +3-6: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +3-7: erase_all_effects == erase_all_effects +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 60 == 60 +4-3: ['-190', '-90'] == ['-190', '-90'] +4-4: ['None', '51'] == ['None', '51'] +4-5: ['add_effect_amount', 'color', '35'] == ['add_effect_amount', 'color', '35'] +4-6: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 30 == 30 +5-3: ['-100', '-100'] == ['-100', '-100'] +5-4: ['야호! 출발!', '1'] == ['야호! 출발!', '1'] +5-5: ['None', '49'] == ['None', '49'] +5-6: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-7: hide == hide +5-8: ['wait_second', '1'] == ['wait_second', '1'] +5-9: show == show +5-10: ['None', '50'] == ['None', '50'] +5-11: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-12: hide == hide +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: show == show +5-15: ['None', '51'] == ['None', '51'] +5-16: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-17: ['다녀왔습니다!', '1'] != ['다녀왔습니다!', '4'] +Total Points for ['코딩활용능력3급(엔트리)-000022-윤노아', 2, 2, 2, 2, 2, 2.43, 2.43, 2.43, 2.43, 2.43, 0, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.57, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 0, 95.19000000000008] + +Processing: output/2503 CAT 3급 A형/코딩활용능력3급(엔트리)-000023-김선재/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +example: 1-5 +elements found for $..objects[?(@.name=='우리집')] +$..objects[?(@.name=='우리집')] found +example: 1-6 +elements found for $..objects[?(@.name=='어린이')] +$..objects[?(@.name=='어린이')] found +example: 2 +2-1: when_run_button_click == when_run_button_click +2-2: 90 == 90 +2-3: ['-25', '60'] == ['-25', '60'] +2-4: ['None', '49'] == ['None', '49'] +2-5: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +2-6: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +2-7: erase_all_effects == erase_all_effects +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 50 == 50 +3-3: ['180', '50'] == ['180', '50'] +3-4: ['None', '50'] == ['None', '50'] +3-5: ['add_effect_amount', 'color', '40'] == ['add_effect_amount', 'color', '40'] +3-6: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +3-7: erase_all_effects == erase_all_effects +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 60 == 60 +4-3: ['-190', '-90'] == ['-190', '-90'] +4-4: ['None', '51'] == ['None', '51'] +4-5: ['add_effect_amount', 'color', '35'] == ['add_effect_amount', 'color', '35'] +4-6: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 30 == 30 +5-3: ['-100', '-100'] == ['-100', '-100'] +5-4: ['야호! 출발!', '1'] == ['야호! 출발!', '1'] +5-5: ['None', '49'] == ['None', '49'] +5-6: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-7: hide == hide +5-8: ['wait_second', '1'] == ['wait_second', '1'] +5-9: show == show +5-10: ['None', '50'] == ['None', '50'] +5-11: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-12: hide == hide +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: show == show +5-15: ['None', '51'] == ['None', '51'] +5-16: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-17: ['다녀왔습니다!', '1'] == ['다녀왔습니다!', '1'] +Total Points for ['코딩활용능력3급(엔트리)-000023-김선재', 2, 2, 2, 2, 2, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.57, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 100.0500000000001] + +Processing: output/2503 CAT 3급 A형/코딩활용능력3급(엔트리)-000024-임지용 (2)/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +example: 1-5 +elements found for $..objects[?(@.name=='우리집')] +$..objects[?(@.name=='우리집')] found +example: 1-6 +elements found for $..objects[?(@.name=='어린이')] +$..objects[?(@.name=='어린이')] found +example: 2 +2-1: when_run_button_click == when_run_button_click +2-2: 90 == 90 +2-3: ['-25', '60'] == ['-25', '60'] +2-4: ['None', '49'] == ['None', '49'] +2-5: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +2-6: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +2-7: erase_all_effects == erase_all_effects +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 50 == 50 +3-3: ['180', '50'] == ['180', '50'] +3-4: ['None', '50'] == ['None', '50'] +3-5: ['add_effect_amount', 'color', '40'] == ['add_effect_amount', 'color', '40'] +3-6: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +3-7: erase_all_effects == erase_all_effects +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 60 == 60 +4-3: ['-190', '-90'] == ['-190', '-90'] +4-4: ['None', '51'] != ['None', '82'] +4-5: ['add_effect_amount', 'color', '35'] == ['add_effect_amount', 'color', '35'] +4-6: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 30 == 30 +5-3: ['-100', '-100'] == ['-100', '-100'] +5-4: ['야호! 출발!', '1'] == ['야호! 출발!', '1'] +5-5: ['None', '49'] == ['None', '49'] +5-6: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-7: hide == hide +5-8: ['wait_second', '1'] == ['wait_second', '1'] +5-9: show == show +5-10: ['None', '50'] != ['None', '51'] +5-11: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-12: hide != dialog_time +5-13: ['wait_second', '1'] != [] +No elements found for $[2][4].type +5-15: ['None', '51'] != ['None', '50'] +5-16: ['locate_object_time', '2'] == ['locate_object_time', '2'] +No elements found for $[3][2].params[*].params +Total Points for ['코딩활용능력3급(엔트리)-000024-임지용 (2)', 2, 2, 2, 2, 2, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 0, 2.43, 2.43, 2.43, 2.57, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 0, 2.43, 0, 0, 0, 0, 2.43, 0, 83.04000000000005] + +Processing: output/2503 CAT 3급 A형/코딩활용능력3급(엔트리)-000024-임지용/temp/project.json +Error processing output/2503 CAT 3급 A형/코딩활용능력3급(엔트리)-000024-임지용/temp/project.json: Expecting value: line 1 column 1 (char 0) + +Processing: output/2503 CAT 3급 A형/코딩활용능력3급(엔트리)-000025-김준우/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +example: 1-5 +elements found for $..objects[?(@.name=='우리집')] +$..objects[?(@.name=='우리집')] found +example: 1-6 +elements found for $..objects[?(@.name=='어린이')] +$..objects[?(@.name=='어린이')] found +example: 2 +2-1: when_run_button_click == when_run_button_click +2-2: 90 == 90 +2-3: ['-25', '60'] == ['-25', '60'] +2-4: ['None', '49'] == ['None', '49'] +2-5: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +2-6: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +2-7: erase_all_effects == erase_all_effects +example: 3 +swap script run button or scene start +3-1: when_run_button_click == when_run_button_click +3-2: 50 == 50 +3-3: ['180', '50'] == ['180', '50'] +3-4: ['None', '50'] == ['None', '50'] +3-5: ['add_effect_amount', 'color', '40'] == ['add_effect_amount', 'color', '40'] +3-6: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +3-7: erase_all_effects == erase_all_effects +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 60 == 60 +4-3: ['-190', '-90'] == ['-190', '-90'] +4-4: ['None', '51'] == ['None', '51'] +4-5: ['add_effect_amount', 'color', '35'] == ['add_effect_amount', 'color', '35'] +4-6: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 30 == 30 +5-3: ['-100', '-100'] != ['-100', '0'] +No elements found for $[0][3].params[*].params +5-5: ['None', '49'] == ['None', '49'] +5-6: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-7: hide == hide +5-8: ['wait_second', '1'] == ['wait_second', '1'] +5-9: show == show +5-10: ['None', '50'] != ['None', '51'] +5-11: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-12: hide != dialog_time +5-13: ['wait_second', '1'] != [] +No elements found for $[2][4].type +5-15: ['None', '51'] != ['None', '50'] +5-16: ['locate_object_time', '2'] == ['locate_object_time', '2'] +No elements found for $[3][2].params[*].params +Total Points for ['코딩활용능력3급(엔트리)-000025-김준우', 2, 2, 2, 2, 2, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.57, 0, 0, 2.43, 2.43, 2.43, 2.43, 2.43, 0, 2.43, 0, 0, 0, 0, 2.43, 0, 80.61000000000004] + +Processing: output/2503 CAT 3급 A형/코딩활용능력3급(엔트리)-000026-정예준/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +example: 1-5 +elements found for $..objects[?(@.name=='우리집')] +$..objects[?(@.name=='우리집')] found +example: 1-6 +elements found for $..objects[?(@.name=='어린이')] +$..objects[?(@.name=='어린이')] found +example: 2 +2-1: when_run_button_click == when_run_button_click +2-2: 90 == 90 +2-3: ['-25', '60'] == ['-25', '60'] +2-4: ['None', '49'] == ['None', '49'] +2-5: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +2-6: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +2-7: erase_all_effects == erase_all_effects +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 50 == 50 +3-3: ['180', '50'] == ['180', '50'] +3-4: ['None', '50'] == ['None', '50'] +3-5: ['add_effect_amount', 'color', '40'] == ['add_effect_amount', 'color', '40'] +3-6: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +3-7: erase_all_effects == erase_all_effects +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 60 == 60 +4-3: ['-190', '-90'] == ['-190', '-90'] +4-4: ['None', '51'] == ['None', '51'] +4-5: ['add_effect_amount', 'color', '35'] != ['add_effect_amount', 'color', '10'] +4-6: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 30 == 30 +5-3: ['-100', '-100'] == ['-100', '-100'] +5-4: ['야호! 출발!', '1'] == ['야호! 출발!', '1'] +5-5: ['None', '49'] == ['None', '49'] +5-6: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-7: hide == hide +5-8: ['wait_second', '1'] == ['wait_second', '1'] +5-9: show == show +5-10: ['None', '50'] == ['None', '50'] +5-11: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-12: hide == hide +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: show == show +5-15: ['None', '51'] == ['None', '51'] +5-16: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-17: ['다녀왔습니다!', '1'] != ['다녀왔습니다!', '2'] +Total Points for ['코딩활용능력3급(엔트리)-000026-정예준', 2, 2, 2, 2, 2, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 0, 2.43, 2.43, 2.57, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 0, 95.19000000000008] + +Processing: output/2503 CAT 3급 A형/코딩활용능력3급(엔트리)-000027-신도윤/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +example: 1-5 +elements found for $..objects[?(@.name=='우리집')] +$..objects[?(@.name=='우리집')] found +example: 1-6 +elements found for $..objects[?(@.name=='어린이')] +$..objects[?(@.name=='어린이')] found +example: 2 +2-1: when_run_button_click == when_run_button_click +2-2: 90 == 90 +2-3: ['-25', '60'] == ['-25', '60'] +2-4: ['None', '49'] == ['None', '49'] +2-5: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +2-6: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +2-7: erase_all_effects == erase_all_effects +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 50 == 50 +3-3: ['180', '50'] == ['180', '50'] +3-4: ['None', '50'] == ['None', '50'] +3-5: ['add_effect_amount', 'color', '40'] == ['add_effect_amount', 'color', '40'] +3-6: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +3-7: erase_all_effects == erase_all_effects +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 60 == 60 +4-3: ['-190', '-90'] == ['-190', '-90'] +4-4: ['None', '51'] == ['None', '51'] +4-5: ['add_effect_amount', 'color', '35'] == ['add_effect_amount', 'color', '35'] +4-6: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 30 == 30 +5-3: ['-100', '-100'] == ['-100', '-100'] +5-4: ['야호! 출발!', '1'] == ['야호! 출발!', '1'] +5-5: ['None', '49'] == ['None', '49'] +5-6: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-7: hide == hide +5-8: ['wait_second', '1'] == ['wait_second', '1'] +5-9: show == show +5-10: ['None', '50'] == ['None', '50'] +5-11: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-12: hide == hide +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: show == show +5-15: ['None', '51'] == ['None', '51'] +5-16: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-17: ['다녀왔습니다!', '1'] == ['다녀왔습니다!', '1'] +Total Points for ['코딩활용능력3급(엔트리)-000027-신도윤', 2, 2, 2, 2, 2, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.57, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 100.0500000000001] + +Processing: output/2503 CAT 3급 A형/코딩활용능력3급(엔트리)-000028-홍찬안/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +example: 1-5 +elements found for $..objects[?(@.name=='우리집')] +$..objects[?(@.name=='우리집')] found +example: 1-6 +elements found for $..objects[?(@.name=='어린이')] +$..objects[?(@.name=='어린이')] found +example: 2 +2-1: when_run_button_click == when_run_button_click +2-2: 90 == 90 +2-3: ['-25', '60'] == ['-25', '60'] +2-4: ['None', '49'] == ['None', '49'] +2-5: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +2-6: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +2-7: erase_all_effects == erase_all_effects +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 50 == 50 +3-3: ['180', '50'] == ['180', '50'] +3-4: ['None', '50'] == ['None', '50'] +3-5: ['add_effect_amount', 'color', '40'] == ['add_effect_amount', 'color', '40'] +3-6: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +3-7: erase_all_effects == erase_all_effects +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 60 == 60 +4-3: ['-190', '-90'] == ['-190', '-90'] +4-4: ['None', '51'] == ['None', '51'] +4-5: ['add_effect_amount', 'color', '35'] == ['add_effect_amount', 'color', '35'] +4-6: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 30 == 30 +5-3: ['-100', '-100'] == ['-100', '-100'] +5-4: ['야호! 출발!', '1'] == ['야호! 출발!', '1'] +5-5: ['None', '49'] == ['None', '49'] +5-6: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-7: hide == hide +5-8: ['wait_second', '1'] == ['wait_second', '1'] +5-9: show == show +5-10: ['None', '50'] == ['None', '50'] +5-11: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-12: hide == hide +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: show == show +5-15: ['None', '51'] == ['None', '51'] +5-16: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-17: ['다녀왔습니다!', '1'] != ['다냐왔습니다!', '1'] +Total Points for ['코딩활용능력3급(엔트리)-000028-홍찬안', 2, 2, 2, 2, 2, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.57, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 0, 97.62000000000009] + +Processing: output/2503 CAT 3급 A형/코딩활용능력3급(엔트리)-000033-정범건/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +example: 1-5 +elements found for $..objects[?(@.name=='우리집')] +$..objects[?(@.name=='우리집')] found +example: 1-6 +elements found for $..objects[?(@.name=='어린이')] +$..objects[?(@.name=='어린이')] found +example: 2 +2-1: when_run_button_click == when_run_button_click +2-2: 90 == 90 +2-3: ['-25', '60'] == ['-25', '60'] +2-4: ['None', '49'] == ['None', '49'] +2-5: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +2-6: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +2-7: erase_all_effects == erase_all_effects +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 50 == 50 +3-3: ['180', '50'] == ['180', '50'] +3-4: ['None', '50'] == ['None', '50'] +3-5: ['add_effect_amount', 'color', '40'] == ['add_effect_amount', 'color', '40'] +3-6: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +3-7: erase_all_effects == erase_all_effects +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 60 == 60 +4-3: ['-190', '-90'] == ['-190', '-90'] +4-4: ['None', '51'] == ['None', '51'] +4-5: ['add_effect_amount', 'color', '35'] == ['add_effect_amount', 'color', '35'] +4-6: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 30 == 30 +5-3: ['-100', '-100'] == ['-100', '-100'] +5-4: ['야호! 출발!', '1'] == ['야호! 출발!', '1'] +5-5: ['None', '49'] == ['None', '49'] +5-6: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-7: hide == hide +5-8: ['wait_second', '1'] == ['wait_second', '1'] +5-9: show == show +5-10: ['None', '50'] == ['None', '50'] +5-11: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-12: hide == hide +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: show == show +5-15: ['None', '51'] == ['None', '51'] +5-16: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-17: ['다녀왔습니다!', '1'] == ['다녀왔습니다!', '1'] +Total Points for ['코딩활용능력3급(엔트리)-000033-정범건', 2, 2, 2, 2, 2, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.57, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 2.43, 100.0500000000001] + +Results saved to output/2503 CAT 3급 A형/results.xlsx diff --git a/README.md b/README.md index 5b6ae8b..65e03c8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,16 @@ # Entry 채점 프로그램 ### main.py -scoring.json 기준표 작성 \ No newline at end of file +scoring.json 기준표 작성 (샘플 파일) + +1. 채점용 답안 파일 복사 후 .ent 파일 .zip 으로 변경 +2. 변경된 압축 파일 디렉토리 포함해서 압축 해제 + +> 채점 디렉토리 구조의 예 +> 2502 CAT 3급 수시2/학생명/temp/project.json 채점 +> + + +### copyFiles.py +특정 디렉토리의 .ent 파일을 타겟 디렉토리로 복사 +복사 시 copy_ent_files 함수 확인 \ No newline at end of file diff --git a/copyFiles.py b/copyFiles.py index 10465f1..634b5d2 100644 --- a/copyFiles.py +++ b/copyFiles.py @@ -42,8 +42,8 @@ def copy_ent_files(source_root, target_root): print(f"Copied {source_file_path} to {target_file_path}") # 사용법 -source_directory = r"/Users/waterdrw/Downloads/제2502회 코딩활용능력 2급 수시4_답안파일" # 원본 디렉토리 경로 -target_directory = r"./output/" +source_directory = r"/Users/waterdrw/Downloads/제2503회 코딩활용능력 3급 정기검정 답안파일" # 원본 디렉토리 경로 +target_directory = r"./output/2503 CAT 3급 A형" target_directory_a = r"./output/A" # '1교시'의 타겟 경로 target_directory_b = r"./output/B" # '2교시'의 타겟 경로 target_directory_c = r"./output/C" # '3교시'의 타겟 경로 diff --git a/main-김세연.log b/main-김세연.log new file mode 100644 index 0000000..515c01c --- /dev/null +++ b/main-김세연.log @@ -0,0 +1,79 @@ + +Processing: output/2502 CAT 2급 A형/cas-000549-김세연/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='들길')]' not found +example: 1-2 +Element '$..objects[?(@.name=='하늘')]' not found +example: 1-3 +Element '$..objects[?(@.name=='나무')]' not found +example: 1-4 +Element '$..objects[?(@.name=='돌')]' not found +example: 1-5 +Element '$..objects[?(@.name=='행인')]' not found +example: 1-6 +Element '$..objects[?(@.name=='마라토너')]' not found +example: 2 +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +3-1: Script Not exist +3-1: Script Not exist +3-1: Script Not exist +3-1: Script Not exist +3-1: Script Not exist +3-1: Script Not exist +3-1: Script Not exist +3-1: Script Not exist +3-1: Script Not exist +3-1: Script Not exist +3-1: Script Not exist +3-1: Script Not exist +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000549-김세연', 0, 0, 0, 0, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 68.80000000000001] + +Results saved to output/2502 CAT 2급 A형/cas-000549-김세연/results.xlsx diff --git a/main.log b/main.log new file mode 100644 index 0000000..942aa04 --- /dev/null +++ b/main.log @@ -0,0 +1,36943 @@ + +Processing: output/2502 CAT 2급 A형/250222_작품.ent(000106-노윤우)/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='들길')]' not found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +No elements found for $[1][4].type +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +No elements found for $[1][4].type +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처움부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['250222_작품.ent(000106-노윤우)', 0, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 88.49999999999996] + +Processing: output/2502 CAT 2급 A형/CAS-000126-정찬빈/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['move_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['CAS-000126-정찬빈', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/CAS-000151-정성결/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['CAS-000151-정성결', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/CAS-000162-오민/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['CAS-000162-오민', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/CAS-000208-신예승/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='들길')]' not found +example: 1-2 +Element '$..objects[?(@.name=='하늘')]' not found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['CAS-000208-신예승', 0, 0, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 94.79999999999993] + +Processing: output/2502 CAT 2급 A형/CAS-000209-강도현/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['CAS-000209-강도현', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/CAS-000278-김도율/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +No elements found for $[1][4].type +Total Points for ['CAS-000278-김도율', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 0, 94.99999999999993] + +Processing: output/2502 CAT 2급 A형/CAS-000303-오수빈/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['CAS-000303-오수빈', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/CAS-000306-이서현/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['CAS-000306-이서현', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/CAS-000307-김지원/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['CAS-000307-김지원', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/CAS-000308-심규민/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='들길')]' not found +example: 1-2 +Element '$..objects[?(@.name=='하늘')]' not found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] != ['wait_second', 'calc_rand', '0', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['CAS-000308-심규민', 0, 0, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 91.59999999999994] + +Processing: output/2502 CAT 2급 A형/CAS-000309-이유담/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['CAS-000309-이유담', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 93.39999999999993] + +Processing: output/2502 CAT 2급 A형/CAS-000358-이지후/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='들길')]' not found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] != ['repeat_while_true', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['CAS-000358-이지후', 0, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 91.69999999999995] + +Processing: output/2502 CAT 2급 A형/CAS-000492-최원준/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['CAS-000492-최원준', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/CAS-000496-김나영/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['move_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['CAS-000496-김나영', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/CAS-000497-김가온/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['CAS-000497-김가온', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 94.99999999999993] + +Processing: output/2502 CAT 2급 A형/CAS-000557-윤혜빈/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +No elements found for $[1][4].type +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +No elements found for $[1][4].type +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['CAS-000557-윤혜빈', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 91.79999999999994] + +Processing: output/2502 CAT 2급 A형/cas-000000-박예우/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000000-박예우', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000000-홍길동/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='들길')]' not found +example: 1-2 +Element '$..objects[?(@.name=='하늘')]' not found +example: 1-3 +Element '$..objects[?(@.name=='나무')]' not found +example: 1-4 +Element '$..objects[?(@.name=='돌')]' not found +example: 1-5 +Element '$..objects[?(@.name=='행인')]' not found +example: 1-6 +Element '$..objects[?(@.name=='마라토너')]' not found +example: 2 +2-1: Script Not exist +2-1: Script Not exist +2-1: Script Not exist +2-1: Script Not exist +2-1: Script Not exist +2-1: Script Not exist +2-1: Script Not exist +2-1: Script Not exist +2-1: Script Not exist +2-1: Script Not exist +2-1: Script Not exist +example: 3 +3-1: Script Not exist +3-1: Script Not exist +3-1: Script Not exist +3-1: Script Not exist +3-1: Script Not exist +3-1: Script Not exist +3-1: Script Not exist +3-1: Script Not exist +3-1: Script Not exist +3-1: Script Not exist +3-1: Script Not exist +3-1: Script Not exist +example: 4 +4-1: Script Not exist +4-1: Script Not exist +4-1: Script Not exist +4-1: Script Not exist +example: 28 +Element '$.messages[?(@.name=='넘어짐')]' not found +example: 5 +5-1: Script Not exist +5-1: Script Not exist +5-1: Script Not exist +5-1: Script Not exist +5-1: Script Not exist +5-1: Script Not exist +5-1: Script Not exist +5-1: Script Not exist +5-1: Script Not exist +5-1: Script Not exist +5-1: Script Not exist +5-1: Script Not exist +5-1: Script Not exist +5-1: Script Not exist +5-1: Script Not exist +5-1: Script Not exist +5-1: Script Not exist +5-1: Script Not exist +5-1: Script Not exist +5-1: Script Not exist +example: 6 +6-1: Script Not exist +6-1: Script Not exist +6-1: Script Not exist +6-1: Script Not exist +6-1: Script Not exist +6-1: Script Not exist +6-1: Script Not exist +Total Points for ['cas-000000-홍길동', 0, 0, 0, 0, 0, 0, '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', 0, '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', 0] + +Processing: output/2502 CAT 2급 A형/cas-000086-이나은/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +No elements found for $[1][4].type +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000086-이나은', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000087-장시헌/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='들길')]' not found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] != ['move_x', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] != ['move_x', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['move_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000087-장시헌', 0, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 91.69999999999995] + +Processing: output/2502 CAT 2급 A형/cas-000088-김준환/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['move_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] != ['add_effect_amount', 'color', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000088-김준환', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 94.99999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000089-성아윤/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000089-성아윤', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 94.99999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000090-송나율/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000090-송나율', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000091-정문호/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] != ['add_effect_amount', 'color', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000091-정문호', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 91.79999999999994] + +Processing: output/2502 CAT 2급 A형/cas-000092-금민주/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +Element '$..objects[?(@.name=='하늘')]' not found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] != ['dialog', '아쉽지만 잘했어! ', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000092-금민주', 1.7, 0, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 94.89999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000093-박민서/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000093-박민서', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000094-이상원/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['move_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] != ['dialog', '이야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000094-이상원', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 94.99999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000096-조이삭/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['move_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000096-조이삭', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000097-최치우/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='들길')]' not found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['move_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] != ['dialog', '아쉽지만 잘했어! ', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000097-최치우', 0, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 93.29999999999994] + +Processing: output/2502 CAT 2급 A형/cas-000098-최유리/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] != ['add_effect_amount', 'color', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000098-최유리', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 94.99999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000099-남하율/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000099-남하율', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000100-이민규/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000100-이민규', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000101-김동현/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000101-김동현', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000102-석승호/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +swap script run button or scene start +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000102-석승호', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000103-김태현/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script run button or scene start +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] != ['locate_y', '-5'] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000103-김태현', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 93.39999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000104-이지환/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +Element '$..objects[?(@.name=='하늘')]' not found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script run button or scene start +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] != ['repeat_while_true', 'x', 'LESS', '240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +No elements found for $[1][4].type +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +No elements found for $[1][4].type +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['move_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000104-이지환', 1.7, 0, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 90.09999999999995] + +Processing: output/2502 CAT 2급 A형/cas-000105-김민결/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script run button or scene start +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] != ['move_direction', "{'id': 'ldg7', 'x': 0, 'y': 0, 'type': 'number', 'params': ['-1'], 'statements': [], 'movable': None, 'deletable': 1, 'emphasized': False, 'readOnly': None, 'copyable': True, 'assemble': True, 'extensions': []}"] +4-4: ['move_direction', '-1'] != [] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000105-김민결', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 93.39999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000107-조은우/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +swap script cloen start or msg cast +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] != [] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != [] +5-17: ['dialog', '아야!', 'speak'] != [] +5-18: ['stop_object', 'otherThread'] != [] +5-19: ['wait_second', '1'] != [] +No elements found for $[1][6].type +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000107-조은우', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 0, 0, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 88.59999999999995] + +Processing: output/2502 CAT 2급 A형/cas-000108-양승우/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] != ['add_effect_amount', 'color', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000108-양승우', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000109-김시우/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다,', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000109-김시우', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000110-조유은/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] != ['wait_second', '0.1 '] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000110-조유은', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000111-조준호/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000111-조준호', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000112-변효빈/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000112-변효빈', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000113-우아영/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] != ['add_effect_amount', 'color', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000113-우아영', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000114-김태윤/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000114-김태윤', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000115-최윤후/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +swap script run button or scene start +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000115-최윤후', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000116-이혜준/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] != ['dialog', '이쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000116-이혜준', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000117-정현우/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000117-정현우', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000118-최정우/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] != [] +No elements found for $[1][4].type +Total Points for ['cas-000118-최정우', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 94.99999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000120-김우현/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +Element '$..objects[?(@.name=='하늘')]' not found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000120-김우현', 1.7, 0, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.49999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000121-안효빈/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='들길')]' not found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +Element '$..objects[?(@.name=='마라토너')]' not found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000121-안효빈', 0, 1.7, 1.7, 1.7, 1.7, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 94.79999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000122-정진우/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] != ['stop_object', 'None'] +5-18: ['stop_object', 'otherThread'] != ['wait_second', "{'id': 'bjhj', 'x': 0, 'y': 0, 'type': 'number', 'params': ['1'], 'statements': [], 'movable': None, 'deletable': 1, 'emphasized': False, 'readOnly': None, 'copyable': True, 'assemble': True, 'extensions': []}"] +5-19: ['wait_second', '1'] != ['start_neighbor_scene'] +No elements found for $[1][6].type +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000122-정진우', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 0, 0, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 90.19999999999995] + +Processing: output/2502 CAT 2급 A형/cas-000123-박규리/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] != ['repeat_while_true', 'x', 'LESS', '-3'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000123-박규리', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000124-오아현/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] != ['wait_second', 'calc_rand', '-1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] != ['direction_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['move_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000124-오아현', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 93.39999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000125-박상현/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000125-박상현', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000127-김민석/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000127-김민석', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000128-박순임/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000128-박순임', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000130-손민기/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['locate_xy_time', '0.5', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000130-손민기', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000131-윤민선/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000131-윤민선', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000132-박예서/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000132-박예서', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000133-변우주/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='들길')]' not found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000133-변우주', 0, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 94.89999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000134-조현우/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000134-조현우', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000135-이하린/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000135-이하린', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000136-김현중/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='들길')]' not found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000136-김현중', 0, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.49999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000137-임시현/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script run button or scene start +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script run button or scene start +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script run button or scene start +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000137-임시현', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000138-표수연/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000138-표수연', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000139-최지안/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +Element '$.messages[?(@.name=='넘어짐')]' not found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000139-최지안', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000140-안유주/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 시작합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000140-안유주', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000141-최유라/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script run button or scene start +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000141-최유라', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000143-박시연/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script run button or scene start +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000143-박시연', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000144-이예지/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +No elements found for $[1][4].type +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +No elements found for $[1][4].type +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] != [] +5-11: ['move_y', '-5'] != [] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['move_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000144-이예지', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 0, 0, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 86.99999999999996] + +Processing: output/2502 CAT 2급 A형/cas-000145-조승우/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000145-조승우', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000146-김도하/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script run button or scene start +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] != ['add_effect_amount', 'color', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000146-김도하', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 94.99999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000148-김태연/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='들길')]' not found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000148-김태연', 0, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.49999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000150-이준민/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000150-이준민', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000152-이서준/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000152-이서준', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000153-나경원/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide != repeat_inf +2-3: ['repeat_inf', 'None'] != [] +2-4: ['create_clone', 'self'] != [] +2-5: ['wait_second', 'calc_rand', '1', '3'] != [] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +No elements found for $[1][4].type +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +No elements found for $[1][4].type +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] != ['locate_xy', '-240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script run button or scene start +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] != ['move_y', '-5'] +5-10: ['repeat_basic', '20'] != [] +5-11: ['move_y', '-5'] != [] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] != ['dialog', '아야', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] != ['dialog', '아쉽지만잘했어', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터다시실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000153-나경원', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 0, 0, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 0, 1.6, 1.6, 77.39999999999999] + +Processing: output/2502 CAT 2급 A형/cas-000153-나경원의 리메이크/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide != repeat_inf +2-3: ['repeat_inf', 'None'] != [] +2-4: ['create_clone', 'self'] != [] +2-5: ['wait_second', 'calc_rand', '1', '3'] != [] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +No elements found for $[1][4].type +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] != ['locate_xy', '240', '-150'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +No elements found for $[1][4].type +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] != ['locate_xy', '-240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] != ['_if', 'None'] +5-11: ['move_y', '-5'] != ['message_cast'] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] != ['direction_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] != ['dialog', '아냐', 'speak'] +5-18: ['stop_object', 'otherThread'] != ['stop_object', 'thisOnly'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] != ['dialog', '아쉽지만잘했어', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터다시실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000153-나경원의 리메이크', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 0, 0, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 0, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 0, 0, 1.6, 0, 1.6, 0, 0, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 0, 1.6, 1.6, 71.00000000000001] + +Processing: output/2502 CAT 2급 A형/cas-000155-박진은/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +No elements found for $[1][4].type +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] != ['show'] +3-9: show != repeat_while_true +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] != [] +3-11: ['move_x', '-3'] != [] +No elements found for $[1][4].type +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] != [] +5-11: ['move_y', '-5'] != [] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] != ['dialog', '아야', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행햅니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000155-박진은', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 0, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 0, 0, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 78.99999999999999] + +Processing: output/2502 CAT 2급 A형/cas-000155-박진은의 리메이크/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000155-박진은의 리메이크', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 93.39999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000156-강지호/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] != ['move_y', '5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000156-강지호', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000157-강찬/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +No elements found for $[1][4].type +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +No elements found for $[1][4].type +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['move_xy_time', '2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] != ['dialog', '안녕!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000157-강찬', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 91.79999999999994] + +Processing: output/2502 CAT 2급 A형/cas-000163-이태윤/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='들길')]' not found +example: 1-2 +Element '$..objects[?(@.name=='하늘')]' not found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] != ['wait_second', 'calc_rand', '1.5', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] != ['restart_project'] +No elements found for $[1][4].type +Total Points for ['cas-000163-이태윤', 0, 0, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 89.99999999999994] + +Processing: output/2502 CAT 2급 A형/cas-000164-조인성/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000164-조인성', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000165-김민상/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000165-김민상', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000167-허재영/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000167-허재영', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000168-하성민/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] != ['add_effect_amount', 'brightness', '10'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000168-하성민', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000169-황재인/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000169-황재인', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000174-박지안/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000174-박지안', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000176-김준수/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] != ['create_clone', 'self'] +2-4: ['create_clone', 'self'] != [] +2-5: ['wait_second', 'calc_rand', '1', '3'] != [] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] != ['locate_xy', '0', '0'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] != ['locate_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 시작합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000176-김준수', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 0, 0, 0, 1.6, 0, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 88.59999999999995] + +Processing: output/2502 CAT 2급 A형/cas-000177-천세아/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone != remove_all_clones +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000177-천세아', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000178-김민채/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000178-김민채', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000179-조세현/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000179-조세현', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000180-이서현/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000180-이서현', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000181-신수빈/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다,', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000181-신수빈', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000182-이희경/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000182-이희경', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 94.99999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000183-송민서/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] != ['dialog', '이야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000183-송민서', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000184-장은서/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +Element '$..objects[?(@.name=='하늘')]' not found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000184-장은서', 1.7, 0, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 94.89999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000185-이지환/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000185-이지환', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000186-오연우/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다. ', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000186-오연우', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000187-이준혁/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] != ['add_effect_amount', 'color', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000187-이준혁', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000188-신보민/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000188-신보민', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000189-김우빈/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] != ['move_x', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000189-김우빈', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000190-한다윤/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000190-한다윤', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000191-정민교/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000191-정민교', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000193-이재혁/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000193-이재혁', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000194-박시야/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000194-박시야', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000195-허재민/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='들길')]' not found +example: 1-2 +Element '$..objects[?(@.name=='하늘')]' not found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +Element '$..objects[?(@.name=='마라토너')]' not found +example: 2 +swap script run button or scene start +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] != ['wait_second', "{'id': 'usm8', 'x': 0, 'y': 0, 'type': 'calc_rand', 'params': [None, {'id': 'ixcp', 'x': 0, 'y': 0, 'type': 'number', 'params': ['1'], 'statements': [], 'movable': None, 'deletable': 1, 'emphasized': False, 'readOnly': None, 'copyable': True, 'assemble': True, 'extensions': []}, None, {'id': 'jigm', 'x': 0, 'y': 0, 'type': 'number', 'params': ['3'], 'statements': [], 'movable': None, 'deletable': 1, 'emphasized': False, 'readOnly': None, 'copyable': True, 'assemble': True, 'extensions': []}, None], 'statements': [], 'movable': None, 'deletable': 1, 'emphasized': False, 'readOnly': None, 'copyable': True, 'assemble': True, 'extensions': []}"] +2-5: ['wait_second', 'calc_rand', '1', '3'] != ['create_clone'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] != ['show'] +2-8: show != repeat_while_true +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] != ['delete_clone'] +2-10: ['move_x', '-3'] != [] +No elements found for $[1][4].type +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +No elements found for $[0][1].params[0].params[0] +3-3: hide != repeat_inf +3-4: ['repeat_inf', 'None'] != [] +3-5: ['create_clone', 'self'] != [] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] != [] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] != ['show'] +3-9: show != repeat_while_true +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] != ['delete_clone'] +3-11: ['move_x', '-3'] != [] +No elements found for $[1][4].type +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] != ['repeat_inf'] +4-3: ['repeat_inf', 'None'] != [] +4-4: ['move_direction', '-1'] != [] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] != ['repeat_inf'] +5-4: ['repeat_inf', 'None'] != [] +No elements found for $[0][3].statements[0][0].params[0] +5-6: ['wait_second', '0.1'] != [] +5-7: ['_if', 'is_press_some_key', '32'] != [] +5-8: ['repeat_basic', '20'] != [] +5-9: ['move_y', '5'] != [] +5-10: ['repeat_basic', '20'] != [] +5-11: ['move_y', '-5'] != [] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000195-허재민', 0, 0, 1.7, 1.7, 1.7, 0, 1.6, 1.6, 1.6, 0, 0, 1.6, 0, 0, 0, 0, 0, 1.6, 0, 0, 0, 0, 0, 1.6, 0, 0, 0, 0, 0, 1.6, 0, 0, 0, 1.6, 1.6, 1.6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 41.90000000000002] + +Processing: output/2502 CAT 2급 A형/cas-000196-김민수/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='들길')]' not found +example: 1-2 +Element '$..objects[?(@.name=='하늘')]' not found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +No elements found for $[0][1].params[0].params[0] +3-3: hide != repeat_inf +3-4: ['repeat_inf', 'None'] != [] +3-5: ['create_clone', 'self'] != [] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] != [] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] != ['repeat_inf'] +4-3: ['repeat_inf', 'None'] != [] +4-4: ['move_direction', '-1'] != [] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y != repeat_inf +5-3: ['locate_xy', '-150', '-70'] != [] +5-4: ['repeat_inf', 'None'] != [] +No elements found for $[0][3].statements[0][0].params[0] +5-6: ['wait_second', '0.1'] != [] +5-7: ['_if', 'is_press_some_key', '32'] != [] +5-8: ['repeat_basic', '20'] != [] +5-9: ['move_y', '5'] != [] +5-10: ['repeat_basic', '20'] != [] +5-11: ['move_y', '-5'] != [] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000196-김민수', 0, 0, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 0, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 0, 1.6, 1.6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 62.80000000000004] + +Processing: output/2502 CAT 2급 A형/cas-000197-김현서/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +Element '$..objects[?(@.name=='마라토너')]' not found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000197-김현서', 1.7, 1.7, 1.7, 1.7, 1.7, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.49999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000198-구범준/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000198-구범준', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000199-서현우/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] != ['_if', 'is_press_some_key', '8'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000199-서현우', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000200-이의승/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +No elements found for $[1][4].type +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] != ['move_x', '3'] +No elements found for $[1][4].type +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +swap script cloen start or msg cast +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] != ['dialog', '아싑지만 잘했어!', 'speak'] +6-3: when_object_click != when_clone_start +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['wait_second', '2', 'None'] +6-6: ['wait_second', '2'] != ['restart_project'] +No elements found for $[1][4].type +Total Points for ['cas-000200-이의승', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 0, 0, 0, 82.19999999999997] + +Processing: output/2502 CAT 2급 A형/cas-000201-이현서/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +Element '$..objects[?(@.name=='하늘')]' not found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 시작합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000201-이현서', 1.7, 0, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 94.89999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000202-황소민/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +Element '$..objects[?(@.name=='하늘')]' not found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000202-황소민', 1.7, 0, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 91.69999999999995] + +Processing: output/2502 CAT 2급 A형/cas-000203-박지후/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['move_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000203-박지후', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000204-강민준/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000204-강민준', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000205-김리한/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000205-김리한', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000206-김시윤/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['locate_xy_time', '0,2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] != ['add_effect_amount', 'brightness', '10'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000206-김시윤', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 93.39999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000210-김태성/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000210-김태성', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000211-김유찬/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000211-김유찬', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 94.99999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000212-박시준/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000212-박시준', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000213-박가연/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000213-박가연', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000214-송민준/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000214-송민준', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000215-윤현지/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000215-윤현지', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000217-백승우/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] != ['dialog', '아야', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] != ['dialog', '아쉽지만 잘햿어', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] != ['add_effect_amount', 'color', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['wait_second', '2', 'None'] +6-6: ['wait_second', '2'] != ['restart_project'] +No elements found for $[1][4].type +Total Points for ['cas-000217-백승우', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 0, 0, 0, 0, 88.59999999999995] + +Processing: output/2502 CAT 2급 A형/cas-000221-이예은/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000221-이예은', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000222-박소이/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000222-박소이', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000223-오아라/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000223-오아라', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000224-이도연/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] != ['wait_second', 'calc_rand', '1.5', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000224-이도연', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000225-이건호/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script run button or scene start +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] != ['wait_second', '2'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000225-이건호', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 94.99999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000226-손이정/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000226-손이정', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000227-김정우/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] != ['rotate_absolute', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000227-김정우', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000229-김유주/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000229-김유주', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000231-이나경/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000231-이나경', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000232-정서율/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast != message_cast_wait +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000232-정서율', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000233-김도윤/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000233-김도윤', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000240-문서연/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000240-문서연', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000241-박기동/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['locate_xy_time', '2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000241-박기동', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000243-이가은/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다!', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000243-이가은', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 93.39999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000244-전승화/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +Element '$..objects[?(@.name=='하늘')]' not found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000244-전승화', 1.7, 0, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 93.29999999999994] + +Processing: output/2502 CAT 2급 A형/cas-000245-이도겸/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] != ['wait_second', 'calc_rand', '0.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000245-이도겸', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 94.99999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000246-이서진/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='들길')]' not found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] != ['repeat_while_true', 'x', 'EQUAL', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] != ['dialog', '아야', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +No elements found for $[0][0].type +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] != [] +No elements found for $[1][0].type +6-4: ['add_effect_amount', 'brightness', '55'] != [] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != [] +6-6: ['wait_second', '2'] != [] +No elements found for $[1][4].type +Total Points for ['cas-000246-이서진', 0, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 0, 0, 0, 0, 0, 0, 0, 82.09999999999998] + +Processing: output/2502 CAT 2급 A형/cas-000247-이예나/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='들길')]' not found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000247-이예나', 0, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 93.29999999999994] + +Processing: output/2502 CAT 2급 A형/cas-000248-박주은/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='들길')]' not found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] != ['repeat_while_true', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] != ['repeat_while_true', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000248-박주은', 0, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 90.09999999999995] + +Processing: output/2502 CAT 2급 A형/cas-000249-류승훈/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] != ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000249-류승훈', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000249-황하율/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='들길')]' not found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script run button or scene start +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000249-황하율', 0, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.49999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000250-김재원/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000250-김재원', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000251-구민준/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['locate_xy_time', '0.2', '-145', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] != ['add_effect_amount', 'brightness', '50'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000251-구민준', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 94.99999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000253-장준혁/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000253-장준혁', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000254-손민정/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] != ['move_direction', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000254-손민정', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000256-조은빈/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['locate_xy_time', '2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click != mouse_clicked +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000256-조은빈', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 94.99999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000257-유승재/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000257-유승재', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000258-정다민/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['move_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000258-정다민', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000259-지원겸/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +Element '$..objects[?(@.name=='하늘')]' not found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] != ['repeat_while_true', 'x', 'LESS', '240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['move_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000259-지원겸', 1.7, 0, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 90.09999999999995] + +Processing: output/2502 CAT 2급 A형/cas-000260-이준서/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000260-이준서', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000261-김현서/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='들길')]' not found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['move_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000261-김현서', 0, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 94.89999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000262-정하랑/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000262-정하랑', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000263-임동욱/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000263-임동욱', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000264-정예람/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000264-정예람', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000265-조준영/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000265-조준영', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000266-박진율/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +Element '$..objects[?(@.name=='하늘')]' not found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000266-박진율', 1.7, 0, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.49999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000267-김홍석/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행 합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000267-김홍석', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000268-이정민/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000268-이정민', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000269-안수혁/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script run button or scene start +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000269-안수혁', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 94.99999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000270-박진우/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='들길')]' not found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000270-박진우', 0, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.49999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000271-이수빈/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='들길')]' not found +example: 1-2 +Element '$..objects[?(@.name=='하늘')]' not found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +No elements found for $[1][4].type +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +No elements found for $[1][4].type +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000271-이수빈', 0, 0, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 91.59999999999994] + +Processing: output/2502 CAT 2급 A형/cas-000272-최시아/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +No elements found for $[1][4].type +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +No elements found for $[1][4].type +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 시작합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000272-최시아', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 93.39999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000273-이아윤/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000273-이아윤', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 94.99999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000274-이지후/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000274-이지후', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000275-노수영/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +Element '$..objects[?(@.name=='하늘')]' not found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script run button or scene start +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000275-노수영', 1.7, 0, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.49999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000276-유지율/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['move_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000276-유지율', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000277-김윤/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000277-김윤', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 94.99999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000279-어재영/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000279-어재영', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000280-김경원/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000280-김경원', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000281-한재원/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000281-한재원', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000282-황제문/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000282-황제문', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000283-강수인/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +No elements found for $[1][4].type +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +No elements found for $[1][4].type +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000283-강수인', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 93.39999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000284-이은별/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000284-이은별', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000285-노민규/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +No elements found for $[1][4].type +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +No elements found for $[1][4].type +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['move_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000285-노민규', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 88.59999999999995] + +Processing: output/2502 CAT 2급 A형/cas-000286-박재신/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start != when_run_button_click +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000286-박재신', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 94.99999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000287-박선희/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['move_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000287-박선희', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000288-김혜윤/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000288-김혜윤', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000290-이다정/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000290-이다정', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000291-조성윤/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] != ['repeat_while_true', 'x', 'EQUAL', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['move_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] != ['dialog', "'아쉽지만 잘했어!'", 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000291-조성윤', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 93.39999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000292-장수인/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +Element '$..objects[?(@.name=='하늘')]' not found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +Element '$..objects[?(@.name=='돌')]' not found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] != ['create_clone', 'self'] +2-4: ['create_clone', 'self'] != [] +2-5: ['wait_second', 'calc_rand', '1', '3'] != [] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] != ['repeat_while_true', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +3-1: Script Not exist +3-1: Script Not exist +3-1: Script Not exist +3-1: Script Not exist +3-1: Script Not exist +3-1: Script Not exist +3-1: Script Not exist +3-1: Script Not exist +3-1: Script Not exist +3-1: Script Not exist +3-1: Script Not exist +3-1: Script Not exist +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script run button or scene start +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] != ['repeat_inf'] +5-4: ['repeat_inf', 'None'] != [] +No elements found for $[0][3].statements[0][0].params[0] +5-6: ['wait_second', '0.1'] != [] +5-7: ['_if', 'is_press_some_key', '32'] != [] +5-8: ['repeat_basic', '20'] != [] +5-9: ['move_y', '5'] != [] +5-10: ['repeat_basic', '20'] != [] +5-11: ['move_y', '-5'] != [] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000292-장수인', 1.7, 0, 1.7, 0, 1.7, 1.7, 1.6, 1.6, 0, 0, 0, 1.6, 1.6, 1.6, 0, 1.6, 1.6, '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 51.60000000000003] + +Processing: output/2502 CAT 2급 A형/cas-000293-오경진/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +Element '$..objects[?(@.name=='하늘')]' not found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000293-오경진', 1.7, 0, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.49999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000294-오근호/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='들길')]' not found +example: 1-2 +Element '$..objects[?(@.name=='하늘')]' not found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +Element '$..objects[?(@.name=='행인')]' not found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] != [] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] != ['wait_until_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] != [] +3-12: delete_clone != move_x +example: 4 +4-1: Script Not exist +4-1: Script Not exist +4-1: Script Not exist +4-1: Script Not exist +example: 28 +Element '$.messages[?(@.name=='넘어짐')]' not found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['move_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] != ['dialog', '아야', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] != ['dialog', '아쉽지만 잘했어', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000294-오근호', 0, 0, 1.7, 1.7, 0, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 0, 0, 0, '확인 필요', '확인 필요', '확인 필요', '확인 필요', 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 0, 0, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 0, 1.6, 1.6, 69.10000000000002] + +Processing: output/2502 CAT 2급 A형/cas-000295-이현수/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] != ['wait_second', 'calc_rand', '1', '10'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone != create_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone != create_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] != [] +5-11: ['move_y', '-5'] != [] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000295-이현수', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 88.59999999999995] + +Processing: output/2502 CAT 2급 A형/cas-000296-김규랑/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000296-김규랑', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000297-손기훈/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +Element '$..objects[?(@.name=='하늘')]' not found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] != ['create_clone', 'pfzo'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] != [] +5-11: ['move_y', '-5'] != [] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] != ['dialog', '아쉅지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000297-손기훈', 1.7, 0, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 86.89999999999996] + +Processing: output/2502 CAT 2급 A형/cas-000298-김채민/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000298-김채민', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000299-정윤우/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['move_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000299-정윤우', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000300-김형진/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +No elements found for $[0][1].params[0].params[0] +3-3: hide != set_scale_size +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000300-김형진', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 94.99999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000301-이은진/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] != ['wait_second', 'calc_rand', '1', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] != ['repeat_inf'] +4-3: ['repeat_inf', 'None'] != [] +4-4: ['move_direction', '-1'] != [] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000301-이은진', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 91.79999999999994] + +Processing: output/2502 CAT 2급 A형/cas-000302-박유진/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000302-박유진', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000305-함서영/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000305-함서영', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000312-박승리/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +No elements found for $[1][4].type +example: 3 +swap script run button or scene start +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +No elements found for $[1][4].type +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['move_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000312-박승리', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 93.39999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000313-이희선/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +No elements found for $[1][4].type +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +No elements found for $[1][4].type +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['move_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000313-이희선', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 93.39999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000314-나윤/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000314-나윤', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000315-유한별/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script run button or scene start +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000315-유한별', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000316-정우영/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000316-정우영', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000317-박주아/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='들길')]' not found +example: 1-2 +Element '$..objects[?(@.name=='하늘')]' not found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] != ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000317-박주아', 0, 0, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 93.19999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000319-배선민/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000319-배선민', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000319-배선민의 리메이크/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +No elements found for $[1][4].type +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +No elements found for $[1][4].type +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000319-배선민의 리메이크', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 94.99999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000320-김민혁/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '저음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000320-김민혁', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000321-이가현/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000321-이가현', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000323-김재형/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +Element '$..objects[?(@.name=='하늘')]' not found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['move_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000323-김재형', 1.7, 0, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 94.89999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000324-김라윤/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] != ['repeat_while_true', 'x', 'LESS', '-3'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000324-김라윤', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 94.99999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000325-염지유/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='들길')]' not found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] != ['wait_second', '0.1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000325-염지유', 0, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 93.29999999999994] + +Processing: output/2502 CAT 2급 A형/cas-000326-윤서빈/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000326-윤서빈', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000328-권지석/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +Element '$..objects[?(@.name=='하늘')]' not found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000328-권지석', 1.7, 0, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.49999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000329-조하민/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['move_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000329-조하민', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000330-김하온/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] != ['locate_xy', '245', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000330-김하온', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 93.39999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000331-김대엽/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] != ['repeat_while_true', 'x', 'LESS', '-3'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000331-김대엽', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000332-김민찬/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000332-김민찬', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000333-박수현/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] != ['repeat_while_true', 'x', 'LESS', '-3'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000333-박수현', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000334-김다영/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000334-김다영', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 93.39999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000335-김현우/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] != ['repeat_while_true', 'x', 'LESS', '240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] != [] +5-8: ['repeat_basic', '20'] != [] +5-9: ['move_y', '5'] != [] +5-10: ['repeat_basic', '20'] != [] +5-11: ['move_y', '-5'] != [] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start != when_run_button_click +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] != ['add_effect_amount', 'color', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000335-김현우', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 0, 0, 0, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 82.19999999999997] + +Processing: output/2502 CAT 2급 A형/cas-000336-공병철/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='들길')]' not found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000336-공병철', 0, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.49999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000337-홍태민/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start != when_run_button_click +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000337-홍태민', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 94.99999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000338-김동후/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] != ['move_y', '-5'] +5-10: ['repeat_basic', '20'] != [] +5-11: ['move_y', '-5'] != [] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +No elements found for $[1][0].type +5-15: ['rotate_relative', 'angle', '40'] != [] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != [] +5-17: ['dialog', '아야!', 'speak'] != [] +5-18: ['stop_object', 'otherThread'] != [] +5-19: ['wait_second', '1'] != [] +No elements found for $[1][6].type +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] != ['dialog', '아쉽지만 잘했어', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] != ['add_effect_amount', 'color', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000338-김동후', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 0, 1.6, 1.6, 0, 0, 0, 0, 0, 0, 0, 1.6, 0, 1.6, 0, 0, 1.6, 1.6, 77.39999999999999] + +Processing: output/2502 CAT 2급 A형/cas-000343-정인혁/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000343-정인혁', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000345-문우주/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000345-문우주', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000347-최민제/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['move_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] != ['add_effect_amount', 'brightness', '50'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 시작합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000347-최민제', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 93.39999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000349-최지아/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000349-최지아', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000350-김재원/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +Element '$..objects[?(@.name=='행인')]' not found +example: 1-6 +Element '$..objects[?(@.name=='마라토너')]' not found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] != ['wait_second', 'calc_rand', '-1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['move_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000350-김재원', 1.7, 1.7, 1.7, 1.7, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 89.99999999999994] + +Processing: output/2502 CAT 2급 A형/cas-000351-정시후/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000351-정시후', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000352-김재용/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000352-김재용', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000353-맹서현/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000353-맹서현', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000355-정서윤/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000355-정서윤', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000356-박준형/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000356-박준형', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000357-박지혜/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='들길')]' not found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] != ['repeat_while_true', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +No elements found for $[1][4].type +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] != ['repeat_while_true', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['move_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] != ['dialog', '아쉽지만 잘했어', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000357-박지혜', 0, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 88.49999999999996] + +Processing: output/2502 CAT 2급 A형/cas-000360-이승진/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] != ['dialog', '아쉽지만 잘했어', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000360-이승진', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 93.39999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000361-이승준/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] != ['create_clone', 'self'] +2-4: ['create_clone', 'self'] != [] +2-5: ['wait_second', 'calc_rand', '1', '3'] != [] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['move_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000361-이승준', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 0, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 91.79999999999994] + +Processing: output/2502 CAT 2급 A형/cas-000362-양준모/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] != ['wait_until_true', 'is_type'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +No elements found for $[1][4].type +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] != ['wait_until_true', 'is_type'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +No elements found for $[1][4].type +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['move_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000362-양준모', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 88.59999999999995] + +Processing: output/2502 CAT 2급 A형/cas-000363-이하민/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] != ['rotate_absolute', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000363-이하민', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000364-이하율/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['move_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000364-이하율', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000366-이주영/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000366-이주영', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 93.39999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000367-김우성/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000367-김우성', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000368-김은빈/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] != ['locate_xy', '20', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] != ['locate_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['move_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000368-김은빈', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 93.39999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000369-이성웅/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +No elements found for $[1][4].type +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +No elements found for $[1][4].type +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000369-이성웅', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 90.19999999999995] + +Processing: output/2502 CAT 2급 A형/cas-000370-이종호/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +Element '$.messages[?(@.name=='넘어짐')]' not found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000370-이종호', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 94.99999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000371-임선영/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='들길')]' not found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000371-임선영', 0, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.49999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000372-이소연/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='들길')]' not found +example: 1-2 +Element '$..objects[?(@.name=='하늘')]' not found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] != ['repeat_while_true', 'x', 'LESS', '240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['move_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000372-이소연', 0, 0, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 91.59999999999994] + +Processing: output/2502 CAT 2급 A형/cas-000373-전혜안/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog_time', '처음부터 다시 실행합니다', "{'id': 'huo8', 'x': 0, 'y': 0, 'type': 'number', 'params': ['4'], 'statements': [], 'movable': None, 'deletable': 1, 'emphasized': False, 'readOnly': None, 'copyable': True, 'assemble': True, 'extensions': []}"] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000373-전혜안', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 93.39999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000374-강세진/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000374-강세진', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000375-김태진/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='들길')]' not found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000375-김태진', 0, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.49999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000376-김동윤/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000376-김동윤', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000377-박지해/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000377-박지해', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000378-손힘찬/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='들길')]' not found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +No elements found for $[1][4].type +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +No elements found for $[1][4].type +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000378-손힘찬', 0, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 93.29999999999994] + +Processing: output/2502 CAT 2급 A형/cas-000379-박채은/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000379-박채은', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000380-박슬옹/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000380-박슬옹', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000381-허재욱/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000381-허재욱', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000382-황예찬/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000382-황예찬', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000383-박서준/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] != ['repeat_inf'] +4-3: ['repeat_inf', 'None'] != [] +4-4: ['move_direction', '-1'] != [] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['locate_xy_time', '0.2', '-140', '100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000383-박서준', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 91.79999999999994] + +Processing: output/2502 CAT 2급 A형/cas-000384-유태관/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +No elements found for $[1][4].type +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +No elements found for $[1][4].type +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000384-유태관', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 93.39999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000385-김시운/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +No elements found for $[1][4].type +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +No elements found for $[1][4].type +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000385-김시운', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 90.19999999999995] + +Processing: output/2502 CAT 2급 A형/cas-000386-채은호/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000386-채은호', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000387-이지아/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000387-이지아', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000388-소연우/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] != ['wait_second', "{'id': 'z2i1', 'x': 0, 'y': 0, 'type': 'calc_rand', 'params': [None, {'id': 'n82a', 'x': 0, 'y': 0, 'type': 'number', 'params': ['1'], 'statements': [], 'movable': None, 'deletable': 1, 'emphasized': False, 'readOnly': None, 'copyable': True, 'assemble': True, 'extensions': []}, None, {'id': 'n8qj', 'x': 0, 'y': 0, 'type': 'number', 'params': ['3'], 'statements': [], 'movable': None, 'deletable': 1, 'emphasized': False, 'readOnly': None, 'copyable': True, 'assemble': True, 'extensions': []}, None], 'statements': [], 'movable': None, 'deletable': 1, 'emphasized': False, 'readOnly': None, 'copyable': True, 'assemble': True, 'extensions': []}"] +2-5: ['wait_second', 'calc_rand', '1', '3'] != ['create_clone'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] != ['_if', '32'] +5-7: ['_if', 'is_press_some_key', '32'] != ['_if', 'reach_something', 'None'] +5-8: ['repeat_basic', '20'] != ['message_cast'] +5-9: ['move_y', '5'] != [] +5-10: ['repeat_basic', '20'] != [] +5-11: ['move_y', '-5'] != [] +5-12: ['_if', 'reach_something'] != ['wait_second', 'number'] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['wait_second', '2', 'None'] +6-6: ['wait_second', '2'] != ['restart_project'] +No elements found for $[1][4].type +Total Points for ['cas-000388-소연우', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 0, 0, 0, 0, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 0, 77.39999999999999] + +Processing: output/2502 CAT 2급 A형/cas-000389-곽유찬/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['move_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000389-곽유찬', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 94.99999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000390-이시아/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000390-이시아', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000391-최고운/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['move_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000391-최고운', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000392-김민성/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000392-김민성', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000393-강수의/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000393-강수의', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000394-조아란/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000394-조아란', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000395-임나경/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000395-임나경', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000396-백다정/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000396-백다정', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000397-홍지완/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000397-홍지완', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000398-곽민서/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] != ['repeat_while_true', 'x', 'LESS', '-3'] +2-10: ['move_x', '-3'] != ['delete_clone'] +No elements found for $[1][4].type +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +No elements found for $[1][4].type +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] != ['locate_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] != ['locate_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +swap script run button or scene start +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000398-곽민서', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 88.59999999999995] + +Processing: output/2502 CAT 2급 A형/cas-000399-이효은/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000399-이효은', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000400-신지수/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000400-신지수', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000401-이진주/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] != ['repeat_while_true', 'x', 'LESS', '-204'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] != [] +5-8: ['repeat_basic', '20'] != [] +5-9: ['move_y', '5'] != [] +5-10: ['repeat_basic', '20'] != [] +5-11: ['move_y', '-5'] != [] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000401-이진주', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 0, 0, 0, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 85.39999999999996] + +Processing: output/2502 CAT 2급 A형/cas-000402-최서영/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000402-최서영', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 94.99999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000403-김주원/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처믐부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000403-김주원', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000404-정준희/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행하기', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000404-정준희', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000405-최수아/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000405-최수아', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 94.99999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000406-천현승/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='들길')]' not found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000406-천현승', 0, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 91.69999999999995] + +Processing: output/2502 CAT 2급 A형/cas-000407-신지윤/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] != [] +5-11: ['move_y', '-5'] != [] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] != ['dialog', '야야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start != when_run_button_click +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] != ['add_effect_amount', "{'id': '79c9', 'x': 0, 'y': 0, 'type': 'number', 'params': ['55'], 'statements': [], 'movable': None, 'deletable': 1, 'emphasized': False, 'readOnly': None, 'copyable': True, 'assemble': True, 'extensions': []}"] +No elements found for $[1][0].type +6-4: ['add_effect_amount', 'brightness', '55'] != [] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != [] +6-6: ['wait_second', '2'] != [] +No elements found for $[1][4].type +Total Points for ['cas-000407-신지윤', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 0, 0, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 0, 0, 0, 0, 0, 0, 0, 78.99999999999999] + +Processing: output/2502 CAT 2급 A형/cas-000408-임건우/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] != ['stop_object', 'thisOnly'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000408-임건우', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000409-하정민/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['move_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000409-하정민', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000410-정지효/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000410-정지효', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 94.99999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000411-허예윤/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +Element '$..objects[?(@.name=='하늘')]' not found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] != ['dialog', '야야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000411-허예윤', 1.7, 0, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 94.89999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000412-정이루/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] != ['repeat_while_true', 'x', 'LESS', '-3'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] != ['dialog', '아야', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] != ['dialog', '아쉽지만 잘했어', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000412-정이루', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 0, 1.6, 1.6, 91.79999999999994] + +Processing: output/2502 CAT 2급 A형/cas-000413-유승비/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000413-유승비', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000414-김리암/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000414-김리암', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000415-최은율/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] != ['direction_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000415-최은율', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 93.39999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000416-이윤호/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 시작합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000416-이윤호', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000417-김채율/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script run button or scene start +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000417-김채율', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000418-안도경/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000418-안도경', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000419-문준서/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000419-문준서', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000420-조혜원/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000420-조혜원', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 94.99999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000421-김수빈/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000421-김수빈', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000422-이도형/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000422-이도형', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000423-배예린/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000423-배예린', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000424-유아린/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] != ['add_effect_amount', 'color', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000424-유아린', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000425-이우진/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +No elements found for $[0][1].params[0].params[0] +3-3: hide != repeat_inf +3-4: ['repeat_inf', 'None'] != [] +3-5: ['create_clone', 'self'] != [] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] != [] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] != ['set_scale_size', '30'] +3-9: show != locate_xy +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] != ['show'] +3-11: ['move_x', '-3'] != [] +3-12: delete_clone != repeat_while_true +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] != ['dialog', '아야', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000425-이우진', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 0, 0, 0, 1.6, 0, 0, 0, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 80.59999999999998] + +Processing: output/2502 CAT 2급 A형/cas-000426-여수아/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000426-여수아', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000427-김조단/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='들길')]' not found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000427-김조단', 0, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.49999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000428-홍승의/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='들길')]' not found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['move_xy_time', '2', '10', '10'] +5-17: ['dialog', '아야!', 'speak'] != [] +5-18: ['stop_object', 'otherThread'] != [] +5-19: ['wait_second', '1'] != [] +No elements found for $[1][6].type +example: 6 +No elements found for $[0][0].type +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] != [] +No elements found for $[1][0].type +6-4: ['add_effect_amount', 'brightness', '55'] != [] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != [] +6-6: ['wait_second', '2'] != [] +No elements found for $[1][4].type +Total Points for ['cas-000428-홍승의', 0, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 77.3] + +Processing: output/2502 CAT 2급 A형/cas-000430-안건우/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +Element '$..objects[?(@.name=='돌')]' not found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] != ['repeat_while_true', 'x', 'LESS', '240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +3-1: Script Not exist +3-1: Script Not exist +3-1: Script Not exist +3-1: Script Not exist +3-1: Script Not exist +3-1: Script Not exist +3-1: Script Not exist +3-1: Script Not exist +3-1: Script Not exist +3-1: Script Not exist +3-1: Script Not exist +3-1: Script Not exist +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000430-안건우', 1.7, 1.7, 1.7, 0, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 75.7] + +Processing: output/2502 CAT 2급 A형/cas-000431-우주영/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000431-우주영', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 94.99999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000432-임하음/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +Element '$..objects[?(@.name=='마라토너')]' not found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +5-1: Script Not exist +5-1: Script Not exist +5-1: Script Not exist +5-1: Script Not exist +5-1: Script Not exist +5-1: Script Not exist +5-1: Script Not exist +5-1: Script Not exist +5-1: Script Not exist +5-1: Script Not exist +5-1: Script Not exist +5-1: Script Not exist +5-1: Script Not exist +5-1: Script Not exist +5-1: Script Not exist +5-1: Script Not exist +5-1: Script Not exist +5-1: Script Not exist +5-1: Script Not exist +5-1: Script Not exist +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000432-임하음', 1.7, 1.7, 1.7, 1.7, 1.7, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 64.50000000000004] + +Processing: output/2502 CAT 2급 A형/cas-000433-이오율/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] != ['dialog', '아야', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] != ['dialog', '아쉽지만 잘했어', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000433-이오율', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 94.99999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000434-안효신/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['move_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000434-안효신', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000435-도지훈/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +Element '$..objects[?(@.name=='하늘')]' not found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +No elements found for $[1][4].type +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000435-도지훈', 1.7, 0, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 91.69999999999995] + +Processing: output/2502 CAT 2급 A형/cas-000437-정하린/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000437-정하린', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000438-홍주원/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] != ['wait_second', 'calc_rand', '1', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000438-홍주원', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000439-김범진/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000439-김범진', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000440-조승아/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='들길')]' not found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000440-조승아', 0, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.49999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000441-김규동/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] != ['wait_second', 'calc_rand', '1.5', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000441-김규동', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 94.99999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000442-임라온/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] != ['move_y', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['wait_second', '2', 'None'] +6-6: ['wait_second', '2'] != ['restart_project'] +No elements found for $[1][4].type +Total Points for ['cas-000442-임라온', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 0, 91.79999999999994] + +Processing: output/2502 CAT 2급 A형/cas-000443-오정후/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['move_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000443-오정후', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000444-만주르하림/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='들길')]' not found +example: 1-2 +Element '$..objects[?(@.name=='하늘')]' not found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +Element '$..objects[?(@.name=='마라토너')]' not found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +5-1: Script Not exist +5-1: Script Not exist +5-1: Script Not exist +5-1: Script Not exist +5-1: Script Not exist +5-1: Script Not exist +5-1: Script Not exist +5-1: Script Not exist +5-1: Script Not exist +5-1: Script Not exist +5-1: Script Not exist +5-1: Script Not exist +5-1: Script Not exist +5-1: Script Not exist +5-1: Script Not exist +5-1: Script Not exist +5-1: Script Not exist +5-1: Script Not exist +5-1: Script Not exist +5-1: Script Not exist +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] != ['dialog', '아쉽지만 잘했어', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['wait_second', '2', 'None'] +6-6: ['wait_second', '2'] != ['restart_project'] +No elements found for $[1][4].type +Total Points for ['cas-000444-만주르하림', 0, 0, 1.7, 1.7, 1.7, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', 1.6, 0, 1.6, 1.6, 0, 0, 0, 54.70000000000003] + +Processing: output/2502 CAT 2급 A형/cas-000445-김서준/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000445-김서준', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000446-이유열/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000446-이유열', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000447-김동하/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script run button or scene start +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] != ['wait_second', 'calc_rand', '1', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000447-김동하', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 94.99999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000448-박준우/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000448-박준우', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000449-권서연/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='들길')]' not found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +No elements found for $[1][0].type +6-4: ['add_effect_amount', 'brightness', '55'] != [] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != [] +6-6: ['wait_second', '2'] != [] +No elements found for $[1][4].type +Total Points for ['cas-000449-권서연', 0, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 0, 0, 0, 85.29999999999997] + +Processing: output/2502 CAT 2급 A형/cas-000450-박예린/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] != ['dialog', '아야', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000450-박예린', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000452-김요한/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] != [] +5-11: ['move_y', '-5'] != [] +5-12: ['_if', 'reach_something'] != ['repeat_basic', 'number'] +5-13: message_cast != move_y +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['move_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000452-김요한', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 0, 0, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 90.19999999999995] + +Processing: output/2502 CAT 2급 A형/cas-000453-하이람/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] != ['dialog', '아싑지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다!', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000453-하이람', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 0, 1.6, 1.6, 94.99999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000455-정우영/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000455-정우영', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000456-서산/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] != ['repeat_while_true', 'x', 'EQUAL', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] != ['repeat_while_true', 'x', 'EQUAL', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000456-서산', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 93.39999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000457-박지환/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000457-박지환', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000458-최수영/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000458-최수영', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000459-전지아/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='들길')]' not found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['move_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['wait_second', '2', 'None'] +6-6: ['wait_second', '2'] != ['restart_project'] +No elements found for $[1][4].type +Total Points for ['cas-000459-전지아', 0, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 0, 90.09999999999995] + +Processing: output/2502 CAT 2급 A형/cas-000464-황한비/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='들길')]' not found +example: 1-2 +Element '$..objects[?(@.name=='하늘')]' not found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next != {'id': 'xm8r', 'x': 0, 'y': 0, 'type': 'get_pictures', 'params': ['vdjg'], 'statements': [], 'movable': None, 'deletable': 1, 'emphasized': False, 'readOnly': None, 'copyable': True, 'assemble': True, 'extensions': []} +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['move_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000464-황한비', 0, 0, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 91.59999999999994] + +Processing: output/2502 CAT 2급 A형/cas-000465-최예람/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000465-최예람', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000466-이현민/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000466-이현민', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000467-이주원/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000467-이주원', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000468-이정빈/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000468-이정빈', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000469-이종현/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000469-이종현', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000470-표유경/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='들길')]' not found +example: 1-2 +Element '$..objects[?(@.name=='하늘')]' not found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000470-표유경', 0, 0, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 93.19999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000471-조은별/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000471-조은별', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000472-이도현/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000472-이도현', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000473-김민준/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='들길')]' not found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000473-김민준', 0, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 94.89999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000474-최서원/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000474-최서원', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000475-조예솔/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] != ['wait_second', "{'id': 'y2gf', 'x': 0, 'y': 0, 'type': 'number', 'params': ['1'], 'statements': [], 'movable': None, 'deletable': 1, 'emphasized': False, 'readOnly': None, 'copyable': True, 'assemble': True, 'extensions': []}"] +5-19: ['wait_second', '1'] != ['start_neighbor_scene'] +No elements found for $[1][6].type +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000475-조예솔', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 93.39999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000477-김동현/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='들길')]' not found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] != ['dialog', '야야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000477-김동현', 0, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 94.89999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000478-이우진/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] != ['direction_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['move_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] != ['stop_object', 'thisOnly'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['wait_second', '2', 'None'] +6-6: ['wait_second', '2'] != ['dialog', '처음부터 다시 실행하기'] +No elements found for $[1][4].type +Total Points for ['cas-000478-이우진', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 0, 0, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 0, 85.39999999999996] + +Processing: output/2502 CAT 2급 A형/cas-000479-김진우/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='들길')]' not found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +No elements found for $[1][4].type +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] != ['add_effect_amount', 'color', '35'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000479-김진우', 0, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 90.09999999999995] + +Processing: output/2502 CAT 2급 A형/cas-000480-박예우/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000480-박예우', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000481-박서희/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000481-박서희', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000482-노도현/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000482-노도현', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000483-최시온/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +Element '$..objects[?(@.name=='하늘')]' not found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000483-최시온', 1.7, 0, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.49999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000484-박선후/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000484-박선후', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000488-김기훈/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음 부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000488-김기훈', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000491-송창희/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000491-송창희', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 94.99999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000493-김승연/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000493-김승연', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000494-김승주/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +Element '$..objects[?(@.name=='나무')]' not found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['move_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000494-김승주', 1.7, 1.7, 0, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 94.89999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000498-김민솔/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] != ['create_clone', 'self'] +2-4: ['create_clone', 'self'] != [] +2-5: ['wait_second', 'calc_rand', '1', '3'] != [] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] != ['_if', 'None'] +5-11: ['move_y', '-5'] != ['message_cast'] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000498-김민솔', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 0, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 85.39999999999996] + +Processing: output/2502 CAT 2급 A형/cas-000499-박희연/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000499-박희연', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000501-김주원/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['move_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000501-김주원', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000502-이서연/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] != ['locate_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['move_xy_time', '0.2', '-140', '10'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] != ['wait_second', '2'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000502-이서연', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 93.39999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000503-이예은/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['move_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000503-이예은', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000504-정태호/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실헹합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000504-정태호', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000505-최유진/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['move_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000505-최유진', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000506-김건영/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000506-김건영', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000507-김규빈/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', "'처음부터 다시 실행합니다'.", 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000507-김규빈', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000509-김서은/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] != ['move_y', '-5 '] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000509-김서은', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000510-김우찬/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] != ['add_effect_amount', 'color', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000510-김우찬', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000511-봉은찬/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] != ['wait_second', 'calc_rand', '1', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '첨음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000511-봉은찬', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 94.99999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000512-신지안/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000512-신지안', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000513-안주원/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +Element '$..objects[?(@.name=='하늘')]' not found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] != ['wait_second', 'calc_rand', '1', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] != ['dialog', '아야', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000513-안주원', 1.7, 0, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 93.29999999999994] + +Processing: output/2502 CAT 2급 A형/cas-000514-오승후/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +Element '$..objects[?(@.name=='하늘')]' not found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000514-오승후', 1.7, 0, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.49999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000515-유아림/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000515-유아림', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000516-이린종/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000516-이린종', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000517-이연아/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 시작합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000517-이연아', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000518-이예서/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000518-이예서', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000519-이우리/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000519-이우리', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000520-이하울/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000520-이하울', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000522-정지상/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 != 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] != ['dialog', '아쉽지만 잘 했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000522-정지상', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 94.99999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000523-조연진/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000523-조연진', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000524-조현도/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000524-조현도', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000525-차정연/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] != ['change_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000525-차정연', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000526-현동규/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='들길')]' not found +example: 1-2 +Element '$..objects[?(@.name=='하늘')]' not found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000526-현동규', 0, 0, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 94.79999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000527-홍소현/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000527-홍소현', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000528-김예호/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000528-김예호', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000529-김지우/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000529-김지우', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000530-노현우/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +Element '$..objects[?(@.name=='나무')]' not found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] != ['create_clone', 'self'] +2-4: ['create_clone', 'self'] != [] +2-5: ['wait_second', 'calc_rand', '1', '3'] != [] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['move_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000530-노현우', 1.7, 1.7, 0, 1.7, 1.7, 1.7, 1.6, 1.6, 0, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 90.09999999999995] + +Processing: output/2502 CAT 2급 A형/cas-000531-박지호/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +No elements found for $[0][1].params[0].params[0] +3-3: hide != set_scale_size +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000531-박지호', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 94.99999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000532-방주원/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='들길')]' not found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000532-방주원', 0, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.49999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000533-안채영/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000533-안채영', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000534-양가연/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000534-양가연', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000535-유희준/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='들길')]' not found +example: 1-2 +Element '$..objects[?(@.name=='하늘')]' not found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000535-유희준', 0, 0, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 94.79999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000536-이연서/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000536-이연서', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000537-이윤서/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script run button or scene start +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000537-이윤서', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000538-이준호/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='들길')]' not found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000538-이준호', 0, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.49999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000539-정연호/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000539-정연호', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000540-조은/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000540-조은', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 93.39999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000541-최현석/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000541-최현석', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000542-한주혁/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='들길')]' not found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['locate_xy_time', '2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000542-한주혁', 0, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 94.89999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000543-이준희/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] != ['wait_second', '1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['move_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000543-이준희', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 91.79999999999994] + +Processing: output/2502 CAT 2급 A형/cas-000544-이준섭/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='들길')]' not found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +swap script run button or scene start +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] != ['dialog', '아쉽지만 잘했어', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000544-이준섭', 0, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 0, 1.6, 1.6, 93.29999999999994] + +Processing: output/2502 CAT 2급 A형/cas-000545-박세준/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000545-박세준', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000546-이원형/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +No elements found for $[0][1].params[0].params[0] +3-3: hide != set_scale_size +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000546-이원형', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 94.99999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000547-김하경/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +Element '$.messages[?(@.name=='넘어짐')]' not found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] != ['dialog', '아야', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 시작합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000547-김하경', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 93.39999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000548-이주헌/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000548-이주헌', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000549-김세연/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='들길')]' not found +example: 1-2 +Element '$..objects[?(@.name=='하늘')]' not found +example: 1-3 +Element '$..objects[?(@.name=='나무')]' not found +example: 1-4 +Element '$..objects[?(@.name=='돌')]' not found +example: 1-5 +Element '$..objects[?(@.name=='행인')]' not found +example: 1-6 +Element '$..objects[?(@.name=='마라토너')]' not found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +3-1: Script Not exist +3-1: Script Not exist +3-1: Script Not exist +3-1: Script Not exist +3-1: Script Not exist +3-1: Script Not exist +3-1: Script Not exist +3-1: Script Not exist +3-1: Script Not exist +3-1: Script Not exist +3-1: Script Not exist +3-1: Script Not exist +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000549-김세연', 0, 0, 0, 0, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 68.80000000000001] + +Processing: output/2502 CAT 2급 A형/cas-000550-김윤재/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['wait_second', '2', 'None'] +6-6: ['wait_second', '2'] != ['restart_project'] +No elements found for $[1][4].type +Total Points for ['cas-000550-김윤재', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 0, 90.19999999999995] + +Processing: output/2502 CAT 2급 A형/cas-000551-유하임/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +Element '$..objects[?(@.name=='하늘')]' not found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000551-유하임', 1.7, 0, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 94.89999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000552-장유나/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script run button or scene start +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] != [] +5-8: ['repeat_basic', '20'] != [] +5-9: ['move_y', '5'] != [] +5-10: ['repeat_basic', '20'] != [] +5-11: ['move_y', '-5'] != [] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000552-장유나', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 0, 0, 0, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 86.99999999999996] + +Processing: output/2502 CAT 2급 A형/cas-000553-유도을/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='들길')]' not found +example: 1-2 +Element '$..objects[?(@.name=='하늘')]' not found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +Element '$..objects[?(@.name=='행인')]' not found +example: 1-6 +Element '$..objects[?(@.name=='마라토너')]' not found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] != ['repeat_while_true', 'x', 'LESS', '240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] != ['repeat_while_true', 'x', 'LESS', '240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행하기', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000553-유도을', 0, 0, 1.7, 1.7, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 83.39999999999996] + +Processing: output/2502 CAT 2급 A형/cas-000554-김다희/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='들길')]' not found +example: 1-2 +Element '$..objects[?(@.name=='하늘')]' not found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000554-김다희', 0, 0, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 89.99999999999994] + +Processing: output/2502 CAT 2급 A형/cas-000555-이하율/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['move_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000555-이하율', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000556-이시현/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000556-이시현', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000558-김동율/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script run button or scene start +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000558-김동율', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000559-나다해/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000559-나다해', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000560-김주아/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] != ['dialog', '아쉽지만 잘했어', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000560-김주아', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 0, 1.6, 1.6, 91.79999999999994] + +Processing: output/2502 CAT 2급 A형/cas-000561-최예준/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +Element '$..objects[?(@.name=='하늘')]' not found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000561-최예준', 1.7, 0, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.49999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000562-권규성/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['move_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000562-권규성', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000563-나서연/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000563-나서연', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000564-서예람/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='들길')]' not found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +No elements found for $[1][4].type +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000564-서예람', 0, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 94.89999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000565-윤유상/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='들길')]' not found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000565-윤유상', 0, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 91.69999999999995] + +Processing: output/2502 CAT 2급 A형/cas-000566-김동환/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] != ['wait_second', 'calc_rand', '1', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000566-김동환', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000567-권민준/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +No elements found for $[1][4].type +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] != ['dialog', '아야', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000567-권민준', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 94.99999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000568-이정호/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='들길')]' not found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] != ['add_effect_amount', 'brightness', '35'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000568-이정호', 0, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 94.89999999999993] + +Processing: output/2502 CAT 2급 A형/cas-000569-이나현/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000569-이나현', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000570-최현우/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='들길')]' not found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] != ['locate_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['move_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000570-최현우', 0, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 91.69999999999995] + +Processing: output/2502 CAT 2급 A형/cas-000571-김윤재/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000571-김윤재', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000572-허승호/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000572-허승호', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 96.59999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000573-한예린/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000573-한예린', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 98.19999999999992] + +Processing: output/2502 CAT 2급 A형/cas-000574-심준우/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +Element '$..objects[?(@.name=='하늘')]' not found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] != ['move_x', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] != ['dialog', '아야!'] +5-17: ['dialog', '아야!', 'speak'] != ['locate_xy_time', '0.2', "{'id': 'wsuv', 'x': 0, 'y': 0, 'type': 'number', 'params': ['-140'], 'statements': [], 'movable': None, 'deletable': 1, 'emphasized': False, 'readOnly': None, 'copyable': True, 'assemble': True, 'extensions': []}"] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] != ['dialog', '아쉽지만 잘헸어', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터다시실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000574-심준우', 1.7, 0, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 0, 1.6, 1.6, 88.49999999999996] + +Processing: output/2502 CAT 2급 A형/cas-000577-강주원/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='들길')]' not found +example: 1-2 +Element '$..objects[?(@.name=='하늘')]' not found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-000577-강주원', 0, 0, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 94.79999999999993] + +Processing: output/2502 CAT 2급 A형/cas-2502-000154-방나래/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +No elements found for $[1][4].type +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +No elements found for $[1][4].type +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 시작합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-2502-000154-방나래', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 93.39999999999993] + +Processing: output/2502 CAT 2급 A형/cas-2502-000425-이우진/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +No elements found for $[0][1].params[0].params[0] +3-3: hide != repeat_inf +3-4: ['repeat_inf', 'None'] != [] +3-5: ['create_clone', 'self'] != [] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] != [] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] != ['set_scale_size', '30'] +3-9: show != locate_xy +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] != ['show'] +3-11: ['move_x', '-3'] != [] +3-12: delete_clone != repeat_while_true +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] != ['dialog', '아야', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas-2502-000425-이우진', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 0, 0, 0, 1.6, 0, 0, 0, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 80.59999999999998] + +Processing: output/2502 CAT 2급 A형/cas_000242_정여진/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][3].statements[0][0].type +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['cas_000242_정여진', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 0, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 93.39999999999993] + +Processing: output/2502 CAT 2급 A형/제2502회 코딩활용능력 2급 A형 정답/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='들길')] +$..objects[?(@.name=='들길')] found +example: 1-2 +elements found for $..objects[?(@.name=='하늘')] +$..objects[?(@.name=='하늘')] found +example: 1-3 +elements found for $..objects[?(@.name=='나무')] +$..objects[?(@.name=='나무')] found +example: 1-4 +elements found for $..objects[?(@.name=='돌')] +$..objects[?(@.name=='돌')] found +example: 1-5 +elements found for $..objects[?(@.name=='행인')] +$..objects[?(@.name=='행인')] found +example: 1-6 +elements found for $..objects[?(@.name=='마라토너')] +$..objects[?(@.name=='마라토너')] found +example: 2 +swap script cloen start or msg cast +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-4: ['create_clone', 'self'] == ['create_clone', 'self'] +2-5: ['wait_second', 'calc_rand', '1', '3'] == ['wait_second', 'calc_rand', '1', '3'] +2-6: when_clone_start == when_clone_start +2-7: ['locate_xy', '240', '-20'] == ['locate_xy', '240', '-20'] +2-8: show == show +2-9: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +2-10: ['move_x', '-3'] == ['move_x', '-3'] +2-11: delete_clone == delete_clone +example: 3 +swap script cloen start or msg cast +3-1: when_run_button_click == when_run_button_click +3-2: 30 == 30 +3-3: hide == hide +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['create_clone', 'self'] == ['create_clone', 'self'] +3-6: ['wait_second', 'calc_rand', '1.5', '3'] == ['wait_second', 'calc_rand', '1.5', '3'] +3-7: when_clone_start == when_clone_start +3-8: ['locate_xy', '240', '-105'] == ['locate_xy', '240', '-105'] +3-9: show == show +3-10: ['repeat_while_true', 'x', 'LESS', '-240'] == ['repeat_while_true', 'x', 'LESS', '-240'] +3-11: ['move_x', '-3'] == ['move_x', '-3'] +3-12: delete_clone == delete_clone +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '240', '-30'] == ['locate_xy', '240', '-30'] +4-3: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-4: ['move_direction', '-1'] == ['move_direction', '-1'] +example: 28 +elements found for $.messages[?(@.name=='넘어짐')] +$.messages[?(@.name=='넘어짐')] found +example: 5 +swap script cloen start or msg cast +5-1: when_run_button_click == when_run_button_click +5-2: flip_y == flip_y +5-3: ['locate_xy', '-150', '-70'] == ['locate_xy', '-150', '-70'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: next == next +5-6: ['wait_second', '0.1'] == ['wait_second', '0.1'] +5-7: ['_if', 'is_press_some_key', '32'] == ['_if', 'is_press_some_key', '32'] +5-8: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-9: ['move_y', '5'] == ['move_y', '5'] +5-10: ['repeat_basic', '20'] == ['repeat_basic', '20'] +5-11: ['move_y', '-5'] == ['move_y', '-5'] +5-12: ['_if', 'reach_something'] == ['_if', 'reach_something'] +5-13: message_cast == message_cast +5-14: when_message_cast == when_message_cast +5-15: ['rotate_relative', 'angle', '40'] == ['rotate_relative', 'angle', '40'] +5-16: ['locate_xy_time', '0.2', '-140', '-100'] == ['locate_xy_time', '0.2', '-140', '-100'] +5-17: ['dialog', '아야!', 'speak'] == ['dialog', '아야!', 'speak'] +5-18: ['stop_object', 'otherThread'] == ['stop_object', 'otherThread'] +5-19: ['wait_second', '1'] == ['wait_second', '1'] +5-20: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['dialog', '아쉽지만 잘했어!', 'speak'] == ['dialog', '아쉽지만 잘했어!', 'speak'] +6-3: when_object_click == when_object_click +6-4: ['add_effect_amount', 'brightness', '55'] == ['add_effect_amount', 'brightness', '55'] +6-5: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 시작합니다.', 'speak'] +6-6: ['wait_second', '2'] == ['wait_second', '2'] +6-7: restart_project == restart_project +Total Points for ['제2502회 코딩활용능력 2급 A형 정답', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 0, 1.6, 1.6, 96.59999999999992] + +Results saved to output/2502 CAT 2급 A형/results.xlsx diff --git a/main.py b/main.py index 8e93f45..8d8e601 100644 --- a/main.py +++ b/main.py @@ -1,10 +1,14 @@ from jsonpath_ng.ext import parse import json from itertools import chain +import os +import pandas as pd # 추가된 import +import unicodedata # 상단에 import 추가 +import re # 상단에 추가 # 파일 경로 설정 -project_json_path = './sample/제2502회 코딩활용능력 2급 B형 정답/project.json' -scoring_json_path = './scoring.json' +project_json_path = 'output/2503 CAT 3급 A형' +scoring_json_path = './2503 CAT 3급 A형.json' # JSON 파일 읽기 def read_json(file_path): @@ -36,21 +40,101 @@ def find_list_element(data, jsonpath_expr_list): return result +# 스크립트 채점 진행 전 스크립트 블럭 순서가 when_run_button_click 1번째, when_clone_start 2번째 배열에 없으면 +# 리스트 순서 스왑해서 각각 0, 1번 순서로 배치될 수 있도록 함 +# when_scene_start 1번째, when_message_cast 2번째 동일한 순서로 리스트 순서 스왑해서 정렬 +def swap_script(origin): + """스크립트 블록 순서 정렬 함수""" + if not origin or len(origin) == 0: + return origin + + # 스크립트 블록 분류를 위한 임시 저장소 + run_button_block = None + key_press_blocks = [] + clone_start_block = None + message_cast_block = None + other_blocks = [] + # 각 블록을 타입별로 분류 + for i, block in enumerate(origin): + if not block or len(block) == 0: + continue + + block_type = block[0].get("type") + + # 기존 로직: run_button과 scene_start 처리 + if (block_type == "when_run_button_click" or block_type == "when_scene_start") and i > 0: + print(f"swap script run button or scene start") + swap = origin[0] + origin[0] = origin[i] + origin[i] = swap + + # 기존 로직: clone_start와 message_cast 처리 + elif (block_type == "when_clone_start" or block_type == "when_message_cast") and i > 0: + print(f"swap script clone start or msg cast") + swap = origin[1] + origin[1] = origin[i] + origin[i] = swap + + # 새로운 로직: 키 이벤트 처리 + if block_type == "when_run_button_click": + run_button_block = block + elif block_type == "when_some_key_pressed": + # params[1]에서 키 값 확인 (49, 50, 51) 아스키코드 값이므로 필요하면 추가 가능 + key_value = block[0].get("params")[1] + if key_value in ["49", "50", "51"]: + key_press_blocks.append((key_value, block)) + elif block_type == "when_clone_start": + clone_start_block = block + elif block_type == "when_message_cast": + message_cast_block = block + else: + other_blocks.append(block) + # 결과 배열 재구성 + result = [] + + # 1. when_run_button_click 블록을 첫 번째로 추가 + if run_button_block: + result.append(run_button_block) + + # 2. when_some_key_pressed 블록들을 키 값 순서대로 정렬하여 추가 + key_press_blocks.sort(key=lambda x: int(x[0]) if x[0] else 0) + result.extend([block for _, block in key_press_blocks]) + + # 3. clone_start와 message_cast 블록 추가 + if clone_start_block: + result.append(clone_start_block) + if message_cast_block: + result.append(message_cast_block) + + # 4. 나머지 블록 추가 + result.extend(other_blocks) -# main 함수 -def main(): - project_data = read_json(project_json_path) - scoring_data = read_json(scoring_json_path) + # 결과가 비어있으면 원본 반환 + return result if result else origin - total_points = 0 +def clean_string(text): + """문자열 끝의 . 또는 ! 제거""" + if isinstance(text, str): + # 문자열 끝의 . 또는 ! 제거 + return re.sub(r'', '', text.strip()) + return text + +def convert_to_str(value): + """값을 문자열로 변환""" + if isinstance(value, (list, tuple)): + return [convert_to_str(v) for v in value] + return str(value) + +def process_project(project_data, scoring_data): + total_points = 0 + points = [] for key, value in scoring_data.items(): ele = value.get('ele') type = value.get('type') blocks = value.get('blocks') - # 정답 answer = value.get('answer') print(f"example: {key}") @@ -58,15 +142,22 @@ def main(): exists = find_element(project_data, ele) if exists: print(f"elements found for {ele}") + # scene type의 경우 문자열 변환 + exists = [convert_to_str(x) for x in exists] if exists == answer: total_points += value.get('points') + points.append(value.get('points')) + elif exists and answer == None: total_points += value.get('points') + points.append(value.get('points')) print(f"{ele} found "); - else : + else: + points.append(0) print(f"{exists} not found"); else: - print(f"Element '{ele}' exists in project.json: {exists}") + print(f"Element '{ele}' not found") + points.append(0) if type == "script": exists = find_script_element(project_data, ele) @@ -75,49 +166,118 @@ def main(): temp = None else: temp = json.loads(exists) + temp = swap_script(temp) - innerKey= 1; + innerKey = 1 for block in blocks: innerType = block.get('type') if temp == None: - print(f"{key}-{innerKey}: Script Not exist") - innerKey = innerKey + 1 + print(f"{key}-{innerKey}: Script Not exist") + points.append("확인 필요") continue - if innerType == "list": + elif innerType == "list": block_exists = find_list_element(temp, block.get('ele')) - else: block_exists = find_element(temp, block.get('ele')) - # 정답 answer = block.get('answer', None) - if isinstance(answer, list): - flat_matches = list(chain.from_iterable(block_exists)) - + if block_exists and isinstance(answer, list): + # 리스트의 모든 요소를 문자열로 변환 + flat_matches = [convert_to_str(x) for x in list(chain.from_iterable(block_exists))] else: - flat_matches = block_exists[0] + if not block_exists: + flat_matches = None + else: + # 단일 값을 문자열로 변환 + flat_matches = convert_to_str(block_exists[0]) - - # 블록에 따라 params 값이나 statements 값이 있는 경우 처리 추가 필요 if block_exists: - if answer is not None and answer != flat_matches: - print(f"{key}-{innerKey}: {answer} != {flat_matches}") - elif answer is not None and answer == flat_matches: - print(f"{key}-{innerKey}: {answer} == {flat_matches}") + # answer도 문자열로 변환하여 비교 + str_answer = convert_to_str(answer) if answer is not None else None + if answer is not None and str_answer != flat_matches: + print(f"{key}-{innerKey}: {str_answer} != {flat_matches}") + points.append(0) + elif answer is not None and str_answer == flat_matches: + print(f"{key}-{innerKey}: {str_answer} == {flat_matches}") total_points += block.get('points') + points.append(block.get('points')) elif answer is None and block_exists: total_points += block.get('points') + points.append(block.get('points')) print(f"{key}-{innerKey}: exist ele: {block_exists}") else: print(f"No elements found for {block.get('ele')}") + points.append(0) innerKey = innerKey + 1 - print(f"Total Points: {total_points}") - + points.append(total_points) + return points + +def normalize_path(path): + """한글 경로명을 NFC 방식으로 정규화""" + return unicodedata.normalize('NFC', path) + +def main(): + scoring_data = read_json(scoring_json_path) + student_score_list = [] + + # 컬럼명 생성 + columns = ['학생명'] + idx = 1 + for key in scoring_data.keys(): + if scoring_data[key].get('type') == 'scene': + columns.append(f'{idx}') + idx = idx + 1 + elif scoring_data[key].get('type') == 'script': + for i in range(len(scoring_data[key].get('blocks', []))): + columns.append(f'{idx}') + idx = idx + 1 + + columns.append('총점') + + # os.walk 결과를 리스트로 변환하고 정렬 + walk_results = [] + for root, dirs, files in os.walk(project_json_path): + # 디렉토리명 정규화 + normalized_root = normalize_path(root) + normalized_dirs = [normalize_path(d) for d in dirs] + normalized_files = [normalize_path(f) for f in files] + + normalized_dirs.sort() # 정규화된 디렉토리 정렬 + walk_results.append((normalized_root, normalized_dirs, normalized_files)) + + # 정렬된 결과를 바탕으로 처리 + for root, dirs, files in sorted(walk_results): + for file in sorted(files): # 파일도 정렬 + if file == 'project.json': + full_path = os.path.join(root, file) + print(f"\nProcessing: {full_path}") + try: + # 디렉토리 패스 내에 학생 이름만 뽑아서 엑셀 컬럼 명으로 추가 + # output/cas-000040-이지원/temp/project.json + student_id = normalize_path(full_path.split('/')[2]) + project_data = read_json(full_path) + points = process_project(project_data, scoring_data) + points.insert(0, student_id) + student_score_list.append(points) + print(f"Total Points for {points}") + except Exception as e: + print(f"Error processing {full_path}: {str(e)}") + continue + + # DataFrame 생성 및 엑셀 저장 + df = pd.DataFrame(student_score_list, columns=columns).transpose() + df.columns = df.iloc[0] + df = df[1:] + + excel_path = project_json_path + '/' + 'results.xlsx' + + df.to_excel(excel_path, index=False) + print(f"\nResults saved to {excel_path}") if __name__ == "__main__": main() \ No newline at end of file diff --git a/results.xlsx b/results.xlsx new file mode 100644 index 0000000..b6e2842 Binary files /dev/null and b/results.xlsx differ diff --git a/scoring.json b/scoring.json index 953084d..bbb4cef 100644 --- a/scoring.json +++ b/scoring.json @@ -1,29 +1,39 @@ { "1-1": { "type": "scene", - "ele": "$.scenes[0].name", - "answer": "꽃밭", - "points": 1.77, - "desc": "장면 1 이름 변경" + "ele": "$..objects[?(@.name=='꽃밭')]", + "points": 1.7, + "desc": "배경 이름 변경" }, "1-2": { "type": "scene", - "ele": "$.scenes[1].name", - "answer": "숲속", - "points": 1.77, - "desc": "장면 2 이름 변경" + "ele": "$..objects[?(@.name=='숲속')]", + "points": 1.7, + "desc": "배경 이름 변경" }, "1-3": { "type": "scene", "ele": "$..objects[?(@.name=='당근')]", - "points": 1.77, - "desc": "장면 2 이름 변경" + "points": 1.7, + "desc": "물체 이름 변경" }, "1-4": { "type": "scene", "ele": "$..objects[?(@.name=='하트')]", - "points": 1.77, - "desc": "장면 2 이름 변경" + "points": 1.7, + "desc": "물체 이름 변경" + }, + "1-5": { + "type": "scene", + "ele": "$..objects[?(@.name=='토끼')]", + "points": 1.7, + "desc": "물체 이름 변경" + }, + "1-6": { + "type": "scene", + "ele": "$..objects[?(@.name=='상자')]", + "points": 1.7, + "desc": "물체 이름 변경" }, "2-1": { "type": "scene", @@ -89,7 +99,7 @@ "1" ], "points": 1.77, - "desc": "x:0, y:-100 으로 이동" + "desc": "변수가 1보다 클때까지 반복" }, { "ele": "$[0][3].statements[0][?@.type=='locate_xy'].params[*].params", @@ -169,18 +179,13 @@ "ele": "$[0][5].type", "answer": "hide", "points": 1.77, - "desc": "신호 보내기" + "desc": "숨기기" } ] }, "3": { "type": "script", - "ele": "$.objects[?(@.name=='하트')].script", - "blocks": [] - }, - "5": { - "type": "script", - "ele": "$.objects[?(@.name=='상자')].script", + "ele": "$.objects[?name=~'하트'].script", "blocks": [ { "ele": "$[0][0].type", @@ -189,7 +194,171 @@ "desc": "시작하기 버튼을 눌렀을 때" }, { - "ele": "$[*][?(@.type=='change_object_index')].params[0]", + "ele": "$[0][1].params[0].params[0]", + "answer": "50", + "points": 1.77, + "desc": "크기 지정" + }, + { + "ele": "$[0][2].params[0]", + "answer": "FRONT", + "points": 1.77, + "desc": "맨 앞으로 보내기" + }, + { + "ele": "$[0][3].params[0]", + "answer": null, + "points": 1.77, + "desc": "반복하기 (계속)" + }, + { + "type": "list", + "ele": [ + "$[0][3].statements[0][0].type", + "$[0][3].statements[0][0].params[0]" + ], + "answer": [ + "locate", + "mouse" + ], + "points": 1.77, + "desc": "마우스 위치로 이동" + }, + { + "ele": "$[1][0].type", + "answer": "when_message_cast", + "points": 1.77, + "desc": "신호를 받았을 때" + }, + { + "ele": "$[1][1].type", + "answer": "hide", + "points": 1.77, + "desc": "숨기기" + } + ] + }, + "4": { + "type": "script", + "ele": "$.objects[?(@.name=='토끼')].script", + "blocks": [ + { + "ele": "$[0][0].type", + "answer": "when_run_button_click", + "points": 1.77, + "desc": "시작하기 버튼을 눌렀을 때" + }, + { + "ele": "$[0][1].params[0].params[0]", + "answer": "90", + "points": 1.77, + "desc": "크기 지정" + }, + { + "ele": "$[0][2].params[*].params", + "answer": [ + "0", + "60" + ], + "points": 1.77, + "desc": "x:0, y:60 으로 이동" + }, + { + "type": "list", + "ele": [ + "$[0][3].params[0].params[?(@.type=='get_variable')].type", + "$[0][3].params[0].params[?(@=='LESS')]", + "$[0][3].params[0].params[?(@.type=='text')].params[0]" + ], + "answer": [ + "get_variable", + "LESS", + "1" + ], + "points": 1.77, + "desc": "변수가 1보다 클때까지 반복" + }, + { + "type": "list", + "ele": [ + "$[0][3].statements[0][*].params[0].params[0]", + "$[0][3].statements[0][*].params[1].params[*].params[0]", + "$[0][3].statements[0][*].params[2].params[0]" + ], + "answer": [ + "2", + "-200", + "200", + "60" + ], + "points": 1.77, + "desc": "2초 동안 무작위로 x:-200~200, y:60" + }, + { + "ele": "$[1][0].type", + "answer": "when_message_cast", + "points": 1.77, + "desc": "신호를 받았을 때" + }, + { + "ele": "$[1][1].params[*].params[0]", + "answer": [ + "2", + "0", + "0" + ], + "points": 1.77, + "desc": "2초 동안 x:0, y:0 좌표 이동" + }, + { + "ele": "$[1][2].params[0].params[0]", + "answer": "50", + "points": 1.77, + "desc": "크기 지정" + }, + { + "type": "list", + "ele": [ + "$[1][3].params[0].params[0].type", + "$[1][3].params[0].params[1]", + "$[1][3].params[0].params[2].params[0]", + "$[1][3].params[1].params[0]" + ], + "answer": [ + "get_variable", + "PLUS", + "점 입니다.", + "3" + ], + "points": 1.77, + "desc": "변수 + 점 입니다. 3초 동안 말하기" + }, + { + "ele": "$[1][4].params[0].params[0]", + "answer": "0.5", + "points": 1.77, + "desc": "0.5초 기다리기" + }, + { + "ele": "$[1][5].type", + "answer": "start_scene", + "points": 1.77, + "desc": "장면 전환" + } + ] + }, + "5": { + "type": "script", + "ele": "$.objects[?name=~'상자'].script", + "blocks": [ + { + "ele": "$[0][0].type", + "answer": "when_run_button_click", + "points": 1.77, + "desc": "시작하기 버튼을 눌렀을 때" + }, + { + "ele": "$[*][1].params[0]", "points": 1.77, "answer": "FORWARD", "desc": "물체 앞으로 보내기" @@ -231,5 +400,77 @@ "desc": "숨기기" } ] + }, + "6": { + "type": "script", + "ele": "$.objects[?(@.name=='숲속')].script", + "blocks": [ + { + "ele": "$[0][0].type", + "answer": "when_scene_start", + "points": 1.77, + "desc": "시작하기 버튼을 눌렀을 때" + }, + { + "ele": "$[0][1].type", + "answer": "hide_variable", + "points": 1.77, + "desc": "변수 숨기기" + }, + { + "ele": "$[0][2].type", + "answer": "hide_variable", + "points": 1.77, + "desc": "변수 숨기기" + }, + { + "ele": "$[1][0].type", + "answer": "when_object_click", + "points": 2, + "desc": "오브젝트 클릭 시" + }, + { + "type": "list", + "ele": [ + "$[1][1].type", + "$[1][1].params[0]", + "$[1][1].params[1].params[0]" + ], + "answer": [ + "change_effect_amount", + "color", + "50" + ], + "points": 2, + "desc": "색깔 효과를 50으로 변경" + }, + { + "type": "list", + "ele": [ + "$[1][2].type", + "$[1][2].params[0].params[0]", + "$[1][2].params[1]" + ], + "answer": [ + "dialog", + "처음부터 다시 실행합니다.", + "speak" + ], + "points": 2, + "desc": "처음부터 다시 실행합니다. 를 말하기" + }, + { + "ele": "$[1][3].params[0].params[0]", + "answer": "2", + "points": 2, + "desc": "2초 기다리기" + }, + { + "ele": "$[1][4].type", + "answer": "restart_project", + "points": 2, + "desc": "처음부터 다시 시작하기" + } + ] } } \ No newline at end of file diff --git a/scripts.json b/scripts.json index afbe8b7..a97b8a3 100644 --- a/scripts.json +++ b/scripts.json @@ -1,9 +1,9 @@ [ [ { - "id": "om8f", + "id": "vlyg", "x": 50, - "y": 70, + "y": 30, "type": "when_run_button_click", "params": [ null @@ -18,18 +18,18 @@ "extensions": [] }, { - "id": "y31p", + "id": "wqvc", "x": 0, "y": 0, "type": "set_scale_size", "params": [ { - "id": "vohi", + "id": "7qfb", "x": 0, "y": 0, "type": "number", "params": [ - "45" + "30" ], "statements": [], "movable": null, @@ -52,71 +52,35 @@ "extensions": [] }, { - "id": "ybwv", + "id": "kmdb", "x": 0, "y": 0, - "type": "change_object_index", - "params": [ - "FORWARD", - null - ], - "statements": [], - "movable": null, - "deletable": 1, - "emphasized": false, - "readOnly": null, - "copyable": true, - "assemble": true, - "extensions": [] - }, - { - "id": "g6zh", - "x": 0, - "y": 0, - "type": "repeat_while_true", + "type": "locate_xy", "params": [ { - "id": "t4xt", + "id": "yry5", "x": 0, "y": 0, - "type": "boolean_basic_operator", + "type": "number", "params": [ - { - "id": "fe87", - "x": 0, - "y": 0, - "type": "get_variable", - "params": [ - "ofvf", - null - ], - "statements": [], - "movable": null, - "deletable": 1, - "emphasized": false, - "readOnly": null, - "copyable": true, - "assemble": true, - "extensions": [] - }, - "LESS", - { - "id": "7eqj", - "x": 0, - "y": 0, - "type": "text", - "params": [ - "1" - ], - "statements": [], - "movable": null, - "deletable": 1, - "emphasized": false, - "readOnly": null, - "copyable": true, - "assemble": true, - "extensions": [] - } + "-100" + ], + "statements": [], + "movable": null, + "deletable": 1, + "emphasized": false, + "readOnly": null, + "copyable": true, + "assemble": true, + "extensions": [] + }, + { + "id": "g3wu", + "x": 0, + "y": 0, + "type": "number", + "params": [ + "-100" ], "statements": [], "movable": null, @@ -127,347 +91,6 @@ "assemble": true, "extensions": [] }, - "until", - null - ], - "statements": [ - [ - { - "id": "6dad", - "x": 0, - "y": 0, - "type": "locate_xy", - "params": [ - { - "id": "bj58", - "x": 0, - "y": 0, - "type": "number", - "params": [ - "0" - ], - "statements": [], - "movable": null, - "deletable": 1, - "emphasized": false, - "readOnly": null, - "copyable": true, - "assemble": true, - "extensions": [] - }, - { - "id": "oeup", - "x": 0, - "y": 0, - "type": "number", - "params": [ - "-120" - ], - "statements": [], - "movable": null, - "deletable": 1, - "emphasized": false, - "readOnly": null, - "copyable": true, - "assemble": true, - "extensions": [] - }, - null - ], - "statements": [], - "movable": null, - "deletable": 1, - "emphasized": false, - "readOnly": null, - "copyable": true, - "assemble": true, - "extensions": [] - }, - { - "id": "bdne", - "x": 0, - "y": 0, - "type": "_if", - "params": [ - { - "id": "kzo7", - "x": 0, - "y": 0, - "type": "is_press_some_key", - "params": [ - "32", - null - ], - "statements": [], - "movable": null, - "deletable": 1, - "emphasized": false, - "readOnly": null, - "copyable": true, - "assemble": true, - "extensions": [] - }, - null - ], - "statements": [ - [ - { - "id": "skya", - "x": 0, - "y": 0, - "type": "wait_second", - "params": [ - { - "id": "lw8x", - "x": 0, - "y": 0, - "type": "number", - "params": [ - "0.2" - ], - "statements": [], - "movable": null, - "deletable": 1, - "emphasized": false, - "readOnly": null, - "copyable": true, - "assemble": true, - "extensions": [] - }, - null - ], - "statements": [], - "movable": null, - "deletable": 1, - "emphasized": false, - "readOnly": null, - "copyable": true, - "assemble": true, - "extensions": [] - }, - { - "id": "cwhq", - "x": 0, - "y": 0, - "type": "change_variable", - "params": [ - "ofvf", - { - "id": "zzzs", - "x": 0, - "y": 0, - "type": "text", - "params": [ - "-1" - ], - "statements": [], - "movable": null, - "deletable": 1, - "emphasized": false, - "readOnly": null, - "copyable": true, - "assemble": true, - "extensions": [] - }, - null - ], - "statements": [], - "movable": null, - "deletable": 1, - "emphasized": false, - "readOnly": null, - "copyable": true, - "assemble": true, - "extensions": [] - }, - { - "id": "fi2n", - "x": 0, - "y": 0, - "type": "locate_object_time", - "params": [ - { - "id": "kwih", - "x": 0, - "y": 0, - "type": "number", - "params": [ - "0.5" - ], - "statements": [], - "movable": null, - "deletable": 1, - "emphasized": false, - "readOnly": null, - "copyable": true, - "assemble": true, - "extensions": [] - }, - "mouse", - null - ], - "statements": [], - "movable": null, - "deletable": 1, - "emphasized": false, - "readOnly": null, - "copyable": true, - "assemble": true, - "extensions": [] - } - ] - ], - "movable": null, - "deletable": 1, - "emphasized": false, - "readOnly": null, - "copyable": true, - "assemble": true, - "extensions": [] - }, - { - "id": "w10m", - "x": 0, - "y": 0, - "type": "_if", - "params": [ - { - "id": "3mja", - "x": 0, - "y": 0, - "type": "reach_something", - "params": [ - null, - "1dcp", - null - ], - "statements": [], - "movable": null, - "deletable": 1, - "emphasized": false, - "readOnly": null, - "copyable": true, - "assemble": true, - "extensions": [] - }, - null - ], - "statements": [ - [ - { - "id": "1o2h", - "x": 0, - "y": 0, - "type": "change_variable", - "params": [ - "cyzm", - { - "id": "v14q", - "x": 0, - "y": 0, - "type": "text", - "params": [ - "10" - ], - "statements": [], - "movable": null, - "deletable": 1, - "emphasized": false, - "readOnly": null, - "copyable": true, - "assemble": true, - "extensions": [] - }, - null - ], - "statements": [], - "movable": null, - "deletable": 1, - "emphasized": false, - "readOnly": null, - "copyable": true, - "assemble": true, - "extensions": [] - }, - { - "id": "f6lo", - "x": 0, - "y": 0, - "type": "dialog_time", - "params": [ - { - "id": "sydb", - "x": 0, - "y": 0, - "type": "text", - "params": [ - "성공!" - ], - "statements": [], - "movable": null, - "deletable": 1, - "emphasized": false, - "readOnly": null, - "copyable": true, - "assemble": true, - "extensions": [] - }, - { - "id": "qxvc", - "x": 0, - "y": 0, - "type": "number", - "params": [ - "0.5" - ], - "statements": [], - "movable": null, - "deletable": 1, - "emphasized": false, - "readOnly": null, - "copyable": true, - "assemble": true, - "extensions": [] - }, - "speak", - null - ], - "statements": [], - "movable": null, - "deletable": 1, - "emphasized": false, - "readOnly": null, - "copyable": true, - "assemble": true, - "extensions": [] - } - ] - ], - "movable": null, - "deletable": 1, - "emphasized": false, - "readOnly": null, - "copyable": true, - "assemble": true, - "extensions": [] - } - ] - ], - "movable": null, - "deletable": 1, - "emphasized": false, - "readOnly": null, - "copyable": true, - "assemble": true, - "extensions": [] - }, - { - "id": "b4zg", - "x": 0, - "y": 0, - "type": "message_cast", - "params": [ - "4tjs", null ], "statements": [], @@ -480,7 +103,114 @@ "extensions": [] }, { - "id": "937f", + "id": "wh5n", + "x": 0, + "y": 0, + "type": "dialog_time", + "params": [ + { + "id": "cga0", + "x": 0, + "y": 0, + "type": "text", + "params": [ + "야호! 출발!" + ], + "statements": [], + "movable": null, + "deletable": 1, + "emphasized": false, + "readOnly": null, + "copyable": true, + "assemble": true, + "extensions": [] + }, + { + "id": "gihc", + "x": 0, + "y": 0, + "type": "number", + "params": [ + "1" + ], + "statements": [], + "movable": null, + "deletable": 1, + "emphasized": false, + "readOnly": null, + "copyable": true, + "assemble": true, + "extensions": [] + }, + "speak", + null + ], + "statements": [], + "movable": null, + "deletable": 1, + "emphasized": false, + "readOnly": null, + "copyable": true, + "assemble": true, + "extensions": [] + } + ], + [ + { + "id": "mfln", + "x": 50, + "y": 168, + "type": "when_some_key_pressed", + "params": [ + null, + "49" + ], + "statements": [], + "movable": null, + "deletable": 1, + "emphasized": false, + "readOnly": null, + "copyable": true, + "assemble": true, + "extensions": [] + }, + { + "id": "t3ej", + "x": 0, + "y": 0, + "type": "locate_object_time", + "params": [ + { + "id": "th0s", + "x": 0, + "y": 0, + "type": "number", + "params": [ + "2" + ], + "statements": [], + "movable": null, + "deletable": 1, + "emphasized": false, + "readOnly": null, + "copyable": true, + "assemble": true, + "extensions": [] + }, + "meq4", + null + ], + "statements": [], + "movable": null, + "deletable": 1, + "emphasized": false, + "readOnly": null, + "copyable": true, + "assemble": true, + "extensions": [] + }, + { + "id": "zakv", "x": 0, "y": 0, "type": "hide", @@ -495,6 +225,287 @@ "copyable": true, "assemble": true, "extensions": [] + }, + { + "id": "f98n", + "x": 0, + "y": 0, + "type": "wait_second", + "params": [ + { + "id": "urh6", + "x": 0, + "y": 0, + "type": "number", + "params": [ + "1" + ], + "statements": [], + "movable": null, + "deletable": 1, + "emphasized": false, + "readOnly": null, + "copyable": true, + "assemble": true, + "extensions": [] + }, + null + ], + "statements": [], + "movable": null, + "deletable": 1, + "emphasized": false, + "readOnly": null, + "copyable": true, + "assemble": true, + "extensions": [] + }, + { + "id": "p4yn", + "x": 0, + "y": 0, + "type": "show", + "params": [ + null + ], + "statements": [], + "movable": null, + "deletable": 1, + "emphasized": false, + "readOnly": null, + "copyable": true, + "assemble": true, + "extensions": [] + } + ], + [ + { + "id": "hlnb", + "x": 50, + "y": 444, + "type": "when_some_key_pressed", + "params": [ + null, + "50" + ], + "statements": [], + "movable": null, + "deletable": 1, + "emphasized": false, + "readOnly": null, + "copyable": true, + "assemble": true, + "extensions": [] + }, + { + "id": "smqv", + "x": 0, + "y": 0, + "type": "locate_object_time", + "params": [ + { + "id": "941e", + "x": 0, + "y": 0, + "type": "number", + "params": [ + "2" + ], + "statements": [], + "movable": null, + "deletable": 1, + "emphasized": false, + "readOnly": null, + "copyable": true, + "assemble": true, + "extensions": [] + }, + "6kvc", + null + ], + "statements": [], + "movable": null, + "deletable": 1, + "emphasized": false, + "readOnly": null, + "copyable": true, + "assemble": true, + "extensions": [] + }, + { + "id": "f8ez", + "x": 0, + "y": 0, + "type": "hide", + "params": [ + null + ], + "statements": [], + "movable": null, + "deletable": 1, + "emphasized": false, + "readOnly": null, + "copyable": true, + "assemble": true, + "extensions": [] + }, + { + "id": "6ln4", + "x": 0, + "y": 0, + "type": "wait_second", + "params": [ + { + "id": "eihx", + "x": 0, + "y": 0, + "type": "number", + "params": [ + "1" + ], + "statements": [], + "movable": null, + "deletable": 1, + "emphasized": false, + "readOnly": null, + "copyable": true, + "assemble": true, + "extensions": [] + }, + null + ], + "statements": [], + "movable": null, + "deletable": 1, + "emphasized": false, + "readOnly": null, + "copyable": true, + "assemble": true, + "extensions": [] + }, + { + "id": "mism", + "x": 0, + "y": 0, + "type": "show", + "params": [ + null + ], + "statements": [], + "movable": null, + "deletable": 1, + "emphasized": false, + "readOnly": null, + "copyable": true, + "assemble": true, + "extensions": [] + } + ] + [ + { + "id": "edyx", + "x": 50, + "y": 334, + "type": "when_some_key_pressed", + "params": [ + null, + "51" + ], + "statements": [], + "movable": null, + "deletable": 1, + "emphasized": false, + "readOnly": null, + "copyable": true, + "assemble": true, + "extensions": [] + }, + { + "id": "vjkb", + "x": 0, + "y": 0, + "type": "locate_object_time", + "params": [ + { + "id": "jwnn", + "x": 0, + "y": 0, + "type": "number", + "params": [ + "2" + ], + "statements": [], + "movable": null, + "deletable": 1, + "emphasized": false, + "readOnly": null, + "copyable": true, + "assemble": true, + "extensions": [] + }, + "9200", + null + ], + "statements": [], + "movable": null, + "deletable": 1, + "emphasized": false, + "readOnly": null, + "copyable": true, + "assemble": true, + "extensions": [] + }, + { + "id": "brfk", + "x": 0, + "y": 0, + "type": "dialog_time", + "params": [ + { + "id": "nun7", + "x": 0, + "y": 0, + "type": "text", + "params": [ + "다녀왔습니다!" + ], + "statements": [], + "movable": null, + "deletable": 1, + "emphasized": false, + "readOnly": null, + "copyable": true, + "assemble": true, + "extensions": [] + }, + { + "id": "sriu", + "x": 0, + "y": 0, + "type": "number", + "params": [ + "1" + ], + "statements": [], + "movable": null, + "deletable": 1, + "emphasized": false, + "readOnly": null, + "copyable": true, + "assemble": true, + "extensions": [] + }, + "speak", + null + ], + "statements": [], + "movable": null, + "deletable": 1, + "emphasized": false, + "readOnly": null, + "copyable": true, + "assemble": true, + "extensions": [] } ] ] \ No newline at end of file diff --git a/temp.csv b/temp.csv new file mode 100644 index 0000000..2dd50f1 --- /dev/null +++ b/temp.csv @@ -0,0 +1 @@ +'cas-000039-정승혁', 0, 0, 1.77, 1.77, 0, 1.77, 1.77, 1.77, 1.77, 1.77, 1.77, 1.77, 1.77, 1.77, 1.77, 1.77, 1.77, 1.77, 1.77, 1.77, 0, 0, 0, 0, 0, 0, 0, 1.77, 1.77, 0, 1.77, 1.77, 1.77, 1.77, 1.77, 1.77, 1.77, 1.77, 1.77, 1.77, 1.77, 1.77, 1.77, 1.77, 58.41000000000004 \ No newline at end of file