diff --git a/copyFiles.py b/copyFiles.py index 634b5d2..2c0d084 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/제2503회 코딩활용능력 3급 정기검정 답안파일" # 원본 디렉토리 경로 -target_directory = r"./output/2503 CAT 3급 A형" +source_directory = r"/Users/waterdrw/Downloads/제2505회 코딩활용능력 3급 답안파일" # 원본 디렉토리 경로 +target_directory = r"./output/2505CAT3A" target_directory_a = r"./output/A" # '1교시'의 타겟 경로 target_directory_b = r"./output/B" # '2교시'의 타겟 경로 target_directory_c = r"./output/C" # '3교시'의 타겟 경로 diff --git a/2401B.json b/correct/2401B.json similarity index 100% rename from 2401B.json rename to correct/2401B.json diff --git a/2502 CAT 2급 A형.json b/correct/2502 CAT 2급 A형.json similarity index 100% rename from 2502 CAT 2급 A형.json rename to correct/2502 CAT 2급 A형.json diff --git a/2502회 CAT 3급 B형 수시2.json b/correct/2502회 CAT 3급 B형 수시2.json similarity index 100% rename from 2502회 CAT 3급 B형 수시2.json rename to correct/2502회 CAT 3급 B형 수시2.json diff --git a/2503 CAT 3급 A형.json b/correct/2503 CAT 3급 A형.json similarity index 100% rename from 2503 CAT 3급 A형.json rename to correct/2503 CAT 3급 A형.json diff --git a/correct/2504CAS2A.json b/correct/2504CAS2A.json new file mode 100644 index 0000000..8879b56 --- /dev/null +++ b/correct/2504CAS2A.json @@ -0,0 +1,656 @@ +{ + "1-1": { + "type": "scene", + "ele": "$..objects[?(@.name=='약도')]", + "points": 1.7, + "desc": "문제 1/장면 1/[배경] 이름 설정 1/이름 변경 없음" + }, + "1-2": { + "type": "scene", + "ele": "$..objects[?(@.name=='나의 방')]", + "points": 1.7, + "desc": "문제 1/장면 2/[배경] 이름 설정 2/이름을 '나의 방'으로 변경하기" + }, + "1-3": { + "type": "scene", + "ele": "$..objects[?(@.name=='놀이동산')]", + "points": 1.7, + "desc": "문제 1/놀이동산(1)/[개체] 이름 설정 1/이름을 '놀이동산'으로 변경하기" + }, + "1-4": { + "type": "scene", + "ele": "$..objects[?(@.name=='백화점')]", + "points": 1.7, + "desc": "문제 1/건물(6)/[개체] 이름 설정 2/이름을 '백화점'으로 변경하기" + }, + "1-5": { + "type": "scene", + "ele": "$..objects[?(@.name=='우리집')]", + "points": 1.7, + "desc": "문제 1/예쁜집/[개체] 이름 설정 3/이름을 '우리집'으로 변경하기" + }, + "1-6": { + "type": "scene", + "ele": "$..objects[?(@.name=='어린이')]", + "points": 1.7, + "desc": "문제 1/어린이(2)/[개체] 이름 설정 4/이름을 '어린이'로 변경하기" + }, + "2": { + "type": "script", + "ele": "$.objects[?(@.name=~'놀이동산')].script", + "blocks": [ + { + "ele": "$[0][0].type", + "answer": "when_run_button_click", + "points": 1.56, + "desc": "문제2/놀이동산/시작/시작하기 버튼을 클릭했을 때" + }, + { + "ele": "$[0][1].params[0].params[0]", + "answer": "100", + "points": 1.56, + "desc": "문제2/놀이동산/[시작]의 세부 동작 1/크기를 '100' 으로 정하기" + }, + { + "ele": [ + "$[0][2].type", + "$[0][2].params[0].params[0]", + "$[0][2].params[1].params[0]" + ], + "answer": [ + "locate_xy", + "-25", + "80" + ], + "points": 1.56, + "desc": "문제2/놀이동산/[시작]의 세부 동작 2/x: '-25' y: '80' 위치로 이동하기", + "type": "list" + }, + { + "ele": "$[1][0].type", + "answer": "when_object_click", + "points": 1.56, + "desc": "문제2/놀이동산/오브젝트/오브젝트를 클릭했을 때" + }, + { + "ele": "$[1][1].params[*].params", + "answer": [ + "여기는 놀이동산!", + "1" + ], + "points": 1.56, + "desc": "문제2/놀이동산/[오브젝트]의 세부 동작/'여기는 놀이동산!' 을 '1' 초 동안 '말하기'" + } + ] + }, + "3": { + "type": "script", + "ele": "$.objects[?(@.name=~'화점|건물')].script", + "blocks": [ + { + "ele": "$[0][0].type", + "answer": "when_run_button_click", + "points": 1.56, + "desc": "문제2/백화점/시작/시작하기 버튼을 클릭했을 때" + }, + { + "ele": "$[0][1].params[0].params[0]", + "answer": "80", + "points": 1.56, + "desc": "문제2/백화점/[시작]의 세부 동작 1/크기를 '80' 으로 정하기" + }, + { + "ele": [ + "$[0][2].type", + "$[0][2].params[0].params[0]", + "$[0][2].params[1].params[0]" + ], + "answer": [ + "locate_xy", + "170", + "-80" + ], + "points": 1.56, + "desc": "문제2/백화점/[시작]의 세부 동작 2/x: '170' y: '-80' 위치로 이동하기", + "type": "list" + }, + { + "ele": "$[1][0].type", + "answer": "when_object_click", + "points": 1.56, + "desc": "문제2/백화점/오브젝트/오브젝트를 클릭했을 때" + }, + { + "ele": "$[1][1].params[*].params", + "answer": [ + "여기는 백화점!", + "1" + ], + "points": 1.56, + "desc": "문제2/백화점/[오브젝트]의 세부 동작/'여기는 백화점!' 을 '1' 초 동안 '말하기'" + } + ] + }, + "31": { + "type": "scene", + "ele": "$.messages[?(@.name=='놀이동산')]", + "points": 1.56, + "desc": "시그널 작성 여부" + }, + "32": { + "type": "scene", + "ele": "$.messages[?(@.name=='백화점')]", + "points": 1.56, + "desc": "시그널 작성 여부" + }, + "4": { + "type": "script", + "ele": "$.objects[?(@.name=~'우리집|예쁜')].script", + "blocks": [ + { + "ele": "$[0][0].type", + "answer": "when_run_button_click", + "points": 1.56, + "desc": "문제2/우리집/시작/시작하기 버튼을 클릭했을 때" + }, + { + "ele": "$[0][1].params[0].params[0]", + "answer": "110", + "points": 1.56, + "desc": "문제2/우리집/[시작]의 세부 동작 1/크기를 '110' 으로 정하기 " + }, + { + "ele": [ + "$[0][2].type", + "$[0][2].params[0].params[0]", + "$[0][2].params[1].params[0]" + ], + "answer": [ + "locate_xy", + "-170", + "-90" + ], + "points": 1.56, + "desc": "문제2/우리집/[시작]의 세부 동작 2/x: '-170' y: '-90' 위치로 이동하기", + "type": "list" + }, + { + "ele": "$[1][0].type", + "answer": "when_object_click", + "points": 1.56, + "desc": "문제2/우리집/오브젝트/오브젝트를 클릭했을 때" + }, + { + "ele": [ + "$[1][1].type", + "$[1][1].params[0].params[0]" + ], + "answer": [ + "ask_and_wait", + "첫 번째로 방문할 장소는?" + ], + "points": 1.56, + "desc": "문제2/우리집/[오브젝트]의 세부 동작 1/'첫 번째로 방문할 장소는?' 을 묻고 대답 기다리기", + "type": "list" + }, + { + "ele": [ + "$[1][2].type", + "$[1][2].params[0].params[0]" + ], + "answer": [ + "wait_second", + "0.5" + ], + "points": 1.56, + "desc": "문제2/우리집/[오브젝트]의 세부 동작 2/'0.5' 초 기다리기", + "type": "list" + }, + { + "ele": [ + "$[1][3].type", + "$[1][3].params[0].type", + "$[1][3].params[0].params[0].type", + "$[1][3].params[0].params[1]", + "$[1][3].params[0].params[2].params[0]" + ], + "answer": [ + "_if", + "boolean_basic_operator", + "get_canvas_input_value", + "EQUAL", + "놀이동산" + ], + "points": 1.56, + "desc": "문제2/우리집/만일 1/만일 '대답' = '놀이동산' 이라면 ", + "type": "list" + }, + { + "ele": "$[1][3].statements[0][0].type", + "answer": "message_cast", + "points": 1.56, + "desc": "문제2/우리집/[만일 1]의 세부 동작/'놀이동산' 신호 보내기" + }, + { + "ele": [ + "$[1][4].type", + "$[1][4].params[0].type", + "$[1][4].params[0].params[0].type", + "$[1][4].params[0].params[1]", + "$[1][4].params[0].params[2].params[0]" + ], + "answer": [ + "_if", + "boolean_basic_operator", + "get_canvas_input_value", + "EQUAL", + "백화점" + ], + "points": 1.56, + "desc": "문제2/우리집/만일 2/만일 '대답' = '백화점' 이라면 ", + "type": "list" + }, + { + "ele": "$[1][4].statements[0][0].type", + "answer": "message_cast", + "points": 1.56, + "desc": "문제2/우리집/[만일 2]의 세부 동작/'백화점' 신호 보내기" + } + ] + }, + "5": { + "type": "script", + "ele": "$.objects[?(@.name=~'어린이')].script", + "blocks": [ + { + "ele": "$[0][0].type", + "answer": "when_run_button_click", + "points": 1.56, + "desc": "문제2/어린이/시작/시작하기 버튼을 클릭했을 때" + }, + { + "ele": "$[0][1].params[0].params[0]", + "answer": "40", + "points": 1.56, + "desc": "문제2/어린이/[시작]의 세부 동작 1/크기를 '40' 으로 정하기 " + }, + { + "ele": [ + "$[0][2].type", + "$[0][2].params[0].params[0]", + "$[0][2].params[1].params[0]" + ], + "answer": [ + "locate_xy", + "-170", + "-100" + ], + "points": 1.56, + "desc": "문제2/어린이/[시작]의 세부 동작 2/x: '-170' y: '-100' 위치로 이동하기", + "type": "list" + }, + { + "ele": [ + "$[0][3].type", + "$[0][3].params[0]" + ], + "answer": [ + "repeat_inf", + null + ], + "points": 1.56, + "desc": "문제2/어린이/반복/계속 반복하기", + "type": "list" + }, + { + "ele": [ + "$[0][3].statements[0][0].type", + "$[0][3].statements[0][0].params[0].type", + "$[0][3].statements[0][0].params[0].params[0]" + ], + "answer": [ + "_if", + "is_press_some_key", + "39" + ], + "points": 1.56, + "desc": "문제2/어린이/만일/만일 '오른쪽 화살표' 키가 눌러져 있는가? 라면", + "type": "list" + }, + { + "ele": [ + "$[0][3].statements[0][0].statements[0][0].type", + "$[0][3].statements[0][0].statements[0][0].params[0].params[0]", + "$[0][3].statements[0][0].statements[0][0].params[1].params[0]" + ], + "answer": [ + "locate_xy", + "-90", + "-100" + ], + "points": 1.56, + "desc": "문제2/어린이/[만일]의 세부 동작/x: '-90' y: '-100' 위치로 이동하기", + "type": "list" + }, + { + "ele": "$[1][0].type", + "answer": "when_message_cast", + "points": 1.56, + "desc": "문제2/어린이/신호 1/'놀이동산' 신호를 받았을 때" + }, + { + "ele": [ + "$[1][1].type" + ], + "answer": [ + "repeat_while_true" + ], + "points": 1.56, + "desc": "문제2/어린이/반복 1/'놀이동산' 에 닿았는가? '이 될 때까지' 반복하기", + "type": "list" + }, + { + "ele": [ + "$[1][1].statements[0][0].type", + "$[1][1].statements[0][0].params[0].params[0]" + ], + "answer": [ + "locate_object_time", + "2" + ], + "points": 1.56, + "desc": "문제2/어린이/[반복 1]의 세부 동작 1/'2' 초 동안 '놀이동산' 위치로 이동하기", + "type": "list" + }, + { + "ele": [ + "$[1][1].statements[0][1].type", + "$[1][1].statements[0][1].params[0].params[0]" + ], + "answer": [ + "wait_second", + "0.5" + ], + "points": 1.56, + "desc": "문제2/어린이/[반복 1]의 세부 동작 2/'0.5' 초 기다리기", + "type": "list" + }, + { + "ele": [ + "$[1][2].type" + ], + "answer": [ + "repeat_while_true" + ], + "points": 1.56, + "desc": "문제2/어린이/반복 2/'백화점' 에 닿았는가? '이 될 때까지' 반복하기", + "type": "list" + }, + { + "ele": [ + "$[1][2].statements[0][0].type", + "$[1][2].statements[0][0].params[0].params[0]" + ], + "answer": [ + "locate_object_time", + "2" + ], + "points": 1.56, + "desc": "문제2/어린이/[반복 2]의 세부 동작 1/'2' 초 동안 '백화점' 위치로 이동하기", + "type": "list" + }, + { + "ele": [ + "$[1][2].statements[0][1].type", + "$[1][2].statements[0][1].params[0].params[0]" + ], + "answer": [ + "wait_second", + "1" + ], + "points": 1.56, + "desc": "문제2/어린이/[반복 2]의 세부 동작 2/'1' 초 기다리기", + "type": "list" + }, + { + "ele": [ + "$[1][3].type", + "$[1][3].params[0].params[0]", + "$[1][3].params[1].params[0]", + "$[1][3].params[2].params[0]" + ], + "answer": [ + "locate_xy_time", + "2", + "-120", + "-100" + ], + "points": 1.56, + "desc": "문제2/어린이/[신호 1]의 세부 동작 1/'2' 초 동안 x: '-120' y: '-100' 위치로 이동하기", + "type": "list" + }, + { + "ele": "$[1][4].params[*].params", + "answer": [ + "집 도착!", + "1" + ], + "points": 1.56, + "desc": "문제2/어린이/[신호 1]의 세부 동작 2/'집 도착!' 을 '1' 초 동안 '말하기'" + }, + { + "ele": "$[1][5].type", + "answer": "start_neighbor_scene", + "points": 1.56, + "desc": "문제2/어린이/[신호 1]의 세부 동작 3/'다음' 장면 시작하기" + }, + { + "ele": "$[2][0].type", + "answer": "when_message_cast", + "points": 1.56, + "desc": "문제2/어린이/신호 2/'백화점' 신호를 받았을 때" + }, + { + "ele": [ + "$[2][1].type" + ], + "answer": [ + "repeat_while_true" + ], + "points": 1.56, + "desc": "문제2/어린이/반복 1/'백화점' 에 닿았는가? '이 될 때까지' 반복하기", + "type": "list" + }, + { + "ele": [ + "$[2][1].statements[0][0].type", + "$[2][1].statements[0][0].params[0].params[0]" + ], + "answer": [ + "locate_object_time", + "2" + ], + "points": 1.56, + "desc": "문제2/어린이/[반복 1]의 세부 동작 1/'2' 초 동안 '백화점' 위치로 이동하기", + "type": "list" + }, + { + "ele": [ + "$[2][1].statements[0][1].type", + "$[2][1].statements[0][1].params[0].params[0]" + ], + "answer": [ + "wait_second", + "0.5" + ], + "points": 1.56, + "desc": "문제2/어린이/[반복 1]의 세부 동작 2/'0.5' 초 기다리기", + "type": "list" + }, + { + "ele": [ + "$[2][2].type" + ], + "answer": [ + "repeat_while_true" + ], + "points": 1.56, + "desc": "문제2/어린이/반복 2/'놀이동산' 에 닿았는가? '이 될 때까지' 반복하기", + "type": "list" + }, + { + "ele": [ + "$[2][2].statements[0][0].type", + "$[2][2].statements[0][0].params[0].params[0]" + ], + "answer": [ + "locate_object_time", + "2" + ], + "points": 1.56, + "desc": "문제2/어린이/[반복 2]의 세부 동작 1/'2' 초 동안 '놀이동산' 위치로 이동하기", + "type": "list" + }, + { + "ele": [ + "$[2][2].statements[0][1].type", + "$[2][2].statements[0][1].params[0].params[0]" + ], + "answer": [ + "wait_second", + "1" + ], + "points": 1.56, + "desc": "문제2/어린이/[반복 2]의 세부 동작 2/'1' 초 기다리기", + "type": "list" + }, + { + "ele": [ + "$[2][3].type", + "$[2][3].params[0].params[0]", + "$[2][3].params[1].params[0]", + "$[2][3].params[2].params[0]" + ], + "answer": [ + "locate_xy_time", + "2", + "-120", + "-100" + ], + "points": 1.56, + "desc": "문제2/어린이/[신호 1]의 세부 동작 1/'2' 초 동안 x: '-120' y: '-100' 위치로 이동하기", + "type": "list" + }, + { + "ele": "$[2][4].params[*].params", + "answer": [ + "집 도착!", + "1" + ], + "points": 1.56, + "desc": "문제2/어린이/[신호 1]의 세부 동작 2/'집 도착!' 을 '1' 초 동안 '말하기'" + }, + { + "ele": "$[2][5].type", + "answer": "start_neighbor_scene", + "points": 1.56, + "desc": "문제2/어린이/[신호 1]의 세부 동작 3/'다음' 장면 시작하기" + } + ] + }, + "6": { + "type": "script", + "ele": "$.objects[?(@.name=~'나의|방')].script", + "blocks": [ + { + "ele": "$[0][0].type", + "answer": "when_scene_start", + "points": 1.56, + "desc": "문제2/나의 방/장면/장면이 시작되었을 때" + }, + { + "ele": [ + "$[0][1].type", + "$[0][1].params[0]" + ], + "answer": [ + "set_visible_answer", + "HIDE" + ], + "points": 1.56, + "desc": "문제2/나의 방/[장면]의 세부 동작 1/대답 '숨기기'", + "type": "list" + }, + { + "ele": [ + "$[0][2].type", + "$[0][2].params[0].params[0]", + "$[0][2].params[1]" + ], + "answer": [ + "dialog", + "my room!", + "speak" + ], + "points": 1.56, + "desc": "문제2/나의 방/[장면]의 세부 동작 2/'my room!' 을 '말하기'", + "type": "list" + }, + { + "ele": "$[1][0].type", + "answer": "when_object_click", + "points": 2, + "desc": "문제 3/나의 방/오브젝트/오브젝트를 클릭했을 때" + }, + { + "ele": [ + "$[1][1].type", + "$[1][1].params[0]", + "$[1][1].params[1].params[0]" + ], + "answer": [ + "add_effect_amount", + "brightness", + "10" + ], + "points": 2, + "desc": "문제 3/나의 방/[오브젝트]의 세부 동작 1/'밝기' 효과를 '10' 만큼 주기", + "type": "list" + }, + { + "ele": [ + "$[1][2].type", + "$[1][2].params[0].params[0]", + "$[1][2].params[1]" + ], + "answer": [ + "dialog", + "처음부터 다시 실행합니다.", + "speak" + ], + "points": 2, + "desc": "문제 3/나의 방/[오브젝트]의 세부 동작 2/'처음부터 다시 실행합니다.' 를 '말하기'", + "type": "list" + }, + { + "ele": [ + "$[1][3].type", + "$[1][3].params[0].params[0]" + ], + "answer": [ + "wait_second", + "2" + ], + "points": 2, + "desc": "문제 3/나의 방/[오브젝트]의 세부 동작 3/'2' 초 기다리기", + "type": "list" + }, + { + "ele": "$[1][4].type", + "answer": "restart_project", + "points": 2, + "desc": "문제 3/나의 방/[오브젝트]의 세부 동작 4/처음부터 다시 실행하기" + } + ] + } +} \ No newline at end of file diff --git a/correct/2505CAT3A.json b/correct/2505CAT3A.json new file mode 100644 index 0000000..3f5ff85 --- /dev/null +++ b/correct/2505CAT3A.json @@ -0,0 +1,482 @@ +{ + "1-1": { + "type": "scene", + "ele": "$..objects[?(@.name=='바다')]", + "points": 2, + "desc": "문제 1/바닷속(3)/[배경] 이름 설정/이름을 '바다'로 변경하기" + }, + "1-3": { + "type": "scene", + "ele": "$..objects[?(@.name=='신비한 열매')]", + "points": 2, + "desc": "문제 1/블루베리/[개체] 이름 설정 1/이름을 '신비한 열매'로 변경하기" + }, + "1-4": { + "type": "scene", + "ele": "$..objects[?(@.name=='쓰레기')]", + "points": 2, + "desc": "문제 1/쓰레기/[개체] 이름 설정 2/이름 변경 없음" + }, + "1-5": { + "type": "scene", + "ele": "$..objects[?(@.name=='물고기')]", + "points": 2, + "desc": "문제 1/빨간 물고기/[개체] 이름 설정 3/이름을 '물고기'로 변경하기" + }, + "1-6": { + "type": "scene", + "ele": "$..objects[?(@.name=='상어')]", + "points": 2, + "desc": "문제 1/상어(1)/[개체] 이름 설정 4/이름을 '상어'로 변경하기" + }, + "2": { + "type": "script", + "ele": "$.objects[?(@.name=~'열매|블루베|신비한열매')].script", + "blocks": [ + { + "ele": "$[0][0].type", + "answer": "when_run_button_click", + "points": 2.19, + "desc": "문제 2/신비한 열매/시작/시작하기 버튼을 클릭했을 때" + }, + { + "ele": "$[0][1].type", + "answer": "hide", + "points": 2.19, + "desc": "문제 2/신비한 열매/[시작]의 세부 동작 1/모양 숨기기" + }, + { + "ele": "$[0][2].params[0].params[0]", + "answer": "40", + "points": 2.19, + "desc": "문제 2/신비한 열매/[시작]의 세부 동작 2/크기를 '40' 으로 정하기" + }, + { + "ele": [ + "$[0][3].type", + "$[0][3].params[0]" + ], + "answer": [ + "repeat_inf", + null + ], + "points": 2.19, + "desc": "문제 2/신비한 열매/반복/계속 반복하기", + "type": "list" + }, + { + "ele": [ + "$[0][3].statements[0][0].type", + "$[0][3].statements[0][0].params[0].params[*].params[0]", + "$[0][3].statements[0][0].params[1].params[*].params[0]" + ], + "answer": [ + "locate_xy", + "-200", + "200", + "-120", + "120" + ], + "points": 2.19, + "desc": "문제 2/신비한 열매/[반복]의 세부 동작 1/x: '-200 부터 200 사이의 무작위 수' y: '-120 부터 120 사이의 무작위 수' 위치로 이동하기", + "type": "list" + }, + { + "ele": [ + "$[0][3].statements[0][1].type", + "$[0][3].statements[0][1].params[0].params[0]" + ], + "answer": [ + "wait_second", + "1" + ], + "points": 2.19, + "desc": "문제 2/신비한 열매/[반복]의 세부 동작 2/'1' 초 기다리기", + "type": "list" + }, + { + "ele": "$[0][3].statements[0][2].type", + "answer": "show", + "points": 2.19, + "desc": "문제 2/신비한 열매/[반복]의 세부 동작 3/모양 보이기" + } + ] + }, + "3": { + "type": "script", + "ele": "$.objects[?(@.name=~'쓰레기|변경없음')].script", + "blocks": [ + { + "ele": "$[0][0].type", + "answer": "when_run_button_click", + "points": 2.19, + "desc": "문제 2/쓰레기/시작/시작하기 버튼을 클릭했을 때" + }, + { + "ele": "$[0][1].type", + "answer": "hide", + "points": 2.19, + "desc": "문제 2/쓰레기/[시작]의 세부 동작 1/모양 숨기기" + }, + { + "ele": "$[0][2].params[0].params[0]", + "answer": "30", + "points": 2.19, + "desc": "문제 2/쓰레기/[시작]의 세부 동작 2/크기를 '30' 으로 정하기" + }, + { + "ele": [ + "$[0][3].type", + "$[0][3].params[0]" + ], + "answer": [ + "repeat_inf", + null + ], + "points": 2.19, + "desc": "문제 2/쓰레기/반복/계속 반복하기", + "type": "list" + }, + { + "ele": [ + "$[0][3].statements[0][0].type", + "$[0][3].statements[0][0].params[0].params[*].params[0]", + "$[0][3].statements[0][0].params[1].params[*].params[0]" + ], + "answer": [ + "locate_xy", + "-200", + "200", + "-120", + "120" + ], + "points": 2.19, + "desc": "문제 2/쓰레기/[반복]의 세부 동작 1/x: '-200 부터 200 사이의 무작위 수' y: '-120 부터 120 사이의 무작위 수' 위치로 이동하기", + "type": "list" + }, + { + "ele": [ + "$[0][3].statements[0][1].type", + "$[0][3].statements[0][1].params[0].params[0]" + ], + "answer": [ + "wait_second", + "1" + ], + "points": 2.19, + "desc": "문제 2/쓰레기/[반복]의 세부 동작 2/'1' 초 기다리기", + "type": "list" + }, + { + "ele": "$[0][3].statements[0][2].type", + "answer": "show", + "points": 2.19, + "desc": "문제 2/쓰레기/[반복]의 세부 동작 3/모양 보이기" + } + ] + }, + "4": { + "type": "script", + "ele": "$.objects[?(@.name=~'물고기')].script", + "blocks": [ + { + "ele": "$[0][0].type", + "answer": "when_run_button_click", + "points": 2.19, + "desc": "문제 2/물고기/시작/시작하기 버튼을 클릭했을 때" + }, + { + "ele": [ + "$[0][1].type", + "$[0][1].params[0].params[0]", + "$[0][1].params[1].params[0]" + ], + "answer": [ + "locate_xy", + "100", + "60" + ], + "points": 2.19, + "desc": "문제 2/물고기/[시작]의 세부 동작 1/x: '100' y: '60' 위치로 이동하기", + "type": "list" + }, + { + "ele": "$[0][2].params[0].params[0]", + "answer": "50", + "points": 2.19, + "desc": "문제 2/물고기/[시작]의 세부 동작 2/크기를 '50' 으로 정하기" + }, + { + "ele": [ + "$[0][3].type", + "$[0][3].params[0]" + ], + "answer": [ + "repeat_inf", + null + ], + "points": 2.19, + "desc": "문제 2/물고기/반복/계속 반복하기", + "type": "list" + }, + { + "ele": [ + "$[0][3].statements[0][0].type", + "$[0][3].statements[0][0].params[0].type", + "$[0][3].statements[0][0].params[0].params[0]" + ], + "answer": [ + "_if", + "is_press_some_key", + "37" + ], + "points": 2.19, + "desc": "문제 2/물고기/만일 1/만일 '왼쪽 화살표' 키가 눌러져 있는가? 라면", + "type": "list" + }, + { + "ele": [ + "$[0][3].statements[0][0].statements[0][0].type", + "$[0][3].statements[0][0].statements[0][0].params[0].params[0]" + ], + "answer": [ + "move_x", + "-5" + ], + "points": 2.19, + "desc": "문제 2/물고기/[만일 1]의 세부 동작/x 좌표를 '-5' 만큼 바꾸기", + "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[0]" + ], + "answer": [ + "_if", + "is_press_some_key", + "39" + ], + "points": 2.19, + "desc": "문제 2/물고기/만일 2/만일 '오른쪽 화살표' 키가 눌러져 있는가? 라면", + "type": "list" + }, + { + "ele": [ + "$[0][3].statements[0][1].statements[0][0].type", + "$[0][3].statements[0][1].statements[0][0].params[0].params[0]" + ], + "answer": [ + "move_x", + "5" + ], + "points": 2.19, + "desc": "문제 2/물고기/[만일 2]의 세부 동작/x 좌표를 '5' 만큼 바꾸기", + "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]" + ], + "answer": [ + "_if", + "is_press_some_key", + "38" + ], + "points": 2.19, + "desc": "문제 2/물고기/만일 3/만일 '위쪽 화살표' 키가 눌러져 있는가? 라면", + "type": "list" + }, + { + "ele": [ + "$[0][3].statements[0][2].statements[0][0].type", + "$[0][3].statements[0][2].statements[0][0].params[0].params[0]" + ], + "answer": [ + "move_y", + "5" + ], + "points": 2.19, + "desc": "문제 2/물고기/[만일 3]의 세부 동작/y 좌표를 '5' 만큼 바꾸기", + "type": "list" + }, + { + "ele": [ + "$[0][3].statements[0][3].type", + "$[0][3].statements[0][3].params[0].type", + "$[0][3].statements[0][3].params[0].params[0]" + ], + "answer": [ + "_if", + "is_press_some_key", + "40" + ], + "points": 2.19, + "desc": "문제 2/물고기/만일 4/만일 '아래쪽 화살표' 키가 눌러져 있는가? 라면", + "type": "list" + }, + { + "ele": [ + "$[0][3].statements[0][3].statements[0][0].type", + "$[0][3].statements[0][3].statements[0][0].params[0].params[0]" + ], + "answer": [ + "move_y", + "-5" + ], + "points": 2.19, + "desc": "문제 2/물고기/[만일 4]의 세부 동작/y 좌표를 '-5' 만큼 바꾸기", + "type": "list" + }, + { + "ele": [ + "$[0][3].statements[0][4].type", + "$[0][3].statements[0][4].params[0].type" + ], + "answer": [ + "_if", + "reach_something" + ], + "points": 2.19, + "desc": "문제 2/물고기/만일 5/만일 '신비한 열매' 에 닿았는가? 라면", + "type": "list" + }, + { + "ele": "$[0][3].statements[0][4].statements[0][0].params[*].params", + "answer": [ + "냠냠!", + "2" + ], + "points": 2.19, + "desc": "문제 2/물고기/[만일 5]의 세부 동작 1/'냠냠!' 을 '2' 초 동안 '말하기'" + }, + { + "ele": "$[0][3].statements[0][4].statements[0][1].params[0].params[0]", + "answer": "120", + "points": 2.19, + "desc": "문제 2/물고기/[만일 5]의 세부 동작 2/크기를 '120' 으로 정하기" + }, + { + "ele": "$[0][3].statements[0][4].statements[0][2].type", + "answer": "hide", + "points": 2.19, + "desc": "문제 2/물고기/[만일 5]의 세부 동작 3/모양 숨기기" + }, + { + "ele": [ + "$[0][3].statements[0][5].type", + "$[0][3].statements[0][5].params[0].type" + ], + "answer": [ + "_if", + "reach_something" + ], + "points": 2.19, + "desc": "문제 2/물고기/만일 6/만일 '쓰레기' 에 닿았는가? 라면", + "type": "list" + }, + { + "type": "list", + "ele": [ + "$[0][3].statements[0][5].statements[0][0].type", + "$[0][3].statements[0][5].statements[0][0].params[0]", + "$[0][3].statements[0][5].statements[0][0].params[1].params[0]" + ], + "answer": [ + "add_effect_amount", + "color", + "30" + ], + "points": 2.19, + "desc": "문제 2/물고기/[만일 6]의 세부 동작 1/'색깔' 효과를 '30' 만큼 주기" + }, + { + "ele": "$[0][3].statements[0][5].statements[0][1].params[*].params", + "answer": [ + "으악!", + "2" + ], + "points": 2.19, + "desc": "문제 2/물고기/[만일 6]의 세부 동작 2/'으악!' 을 '2' 초 동안 '말하기'" + }, + { + "ele": "$[0][3].statements[0][5].statements[0][2].type", + "answer": "erase_all_effects", + "points": 2.19, + "desc": "문제 2/물고기/[만일 6]의 세부 동작 3/효과 모두 지우기" + } + ] + }, + "5": { + "type": "script", + "ele": "$.objects[?(@.name=~'상어')].script", + "blocks": [ + { + "ele": "$[0][0].type", + "answer": "when_run_button_click", + "points": 2.19, + "desc": "문제 2/상어/시작/시작하기 버튼을 클릭했을 때" + }, + { + "ele": "$[0][1].type", + "answer": "hide", + "points": 2.19, + "desc": "문제 2/상어/[시작]의 세부 동작 1/모양 숨기기" + }, + { + "type": "list", + "ele": [ + "$[0][2].type", + "$[0][2].params[0].type", + "$[0][2].params[0].params[1]", + "$[0][2].params[0].params[2].params[0]" + ], + "answer": [ + "wait_until_true", + "boolean_basic_operator", + "EQUAL", + "120" + ], + "points": 2.19, + "desc": "문제 2/상어/[시작]의 세부 동작 2/'물고기' 의 '크기' = '120' 이 될 때까지 기다리기" + }, + { + "ele": [ + "$[0][3].type", + "$[0][3].params[0]" + ], + "answer": [ + "stop_object", + "other_objects" + ], + "points": 2.19, + "desc": "문제 2/상어/[시작]의 세부 동작 3/'다른 오브젝트의' 코드 멈추기", + "type": "list" + }, + { + "ele": "$[0][4].type", + "answer": "locate", + "points": 2.19, + "desc": "문제 2/상어/[시작]의 세부 동작 4/'물고기' 위치로 이동하기" + }, + { + "ele": "$[0][5].type", + "answer": "show", + "points": 2.19, + "desc": "문제 2/상어/[시작]의 세부 동작 5/모양 보이기" + }, + { + "ele": "$[0][6].params[*].params", + "answer": [ + "상어로 변했어!", + "2" + ], + "points": 2.19, + "desc": "문제 2/상어/[시작]의 세부 동작 6/'상어로 변했어!' 를 '2' 초 동안 '말하기'" + } + ] + } +} \ No newline at end of file diff --git a/correct/2506_CAS_2_A.json b/correct/2506_CAS_2_A.json new file mode 100644 index 0000000..ea9332e --- /dev/null +++ b/correct/2506_CAS_2_A.json @@ -0,0 +1,870 @@ +{ + "1-1": { + "type": "scene", + "ele": "$..objects[?(@.name=='바다1')]", + "points": 1.8, + "desc": "문제 1/장면 1/[배경] 이름 설정 1/이름을 '바다1'로 변경하기", + "sort": 11 + }, + "1-2": { + "type": "scene", + "ele": "$..objects[?(@.name=='바다2')]", + "points": 1.8, + "desc": "문제 1/장면 2/[배경] 이름 설정 2/이름을 '바다2'로 변경하기", + "sort": 12 + }, + "1-3": { + "type": "scene", + "ele": "$..objects[?(@.name=='빨간 물고기')]", + "points": 1.6, + "desc": "문제 1/빨간 물고기/[개체] 이름 설정 1/이름 변경 없음", + "sort": 13 + }, + "1-4": { + "type": "scene", + "ele": "$..objects[?(@.name=='노란 물고기')]", + "points": 1.6, + "desc": "문제 1/물고기/[개체] 이름 설정 2/이름을 '노란 물고기'로 변경하기", + "sort": 14 + }, + "1-5": { + "type": "scene", + "ele": "$..objects[?(@.name=='쓰레기')]", + "points": 1.6, + "desc": "문제 1/쓰레기/[개체] 이름 설정 3/이름 변경 없음", + "sort": 15 + }, + "1-6": { + "type": "scene", + "ele": "$..objects[?(@.name=='상어')]", + "points": 1.6, + "desc": "문제 1/상어(1)/[개체] 이름 설정 4/이름을 '상어'로 변경하기", + "sort": 16 + }, + "1-7": { + "ele": "$..variables[?(@.name=='물고기 수')]", + "points": 1, + "desc": "문제 2/빨간 물고기/변수/'물고기 수' 변수 만들기", + "type": "scene", + "sort": 101 + }, + "2-0": { + "type": "script", + "ele": "$.objects[?(@.name=~'빨간 물고기')].script", + "blocks": [ + { + "ele": "$[0][0].type", + "answer": "when_run_button_click", + "points": 1.2, + "desc": "문제 2/빨간 물고기/시작1/시작하기 버튼을 클릭했을 때" + }, + { + "ele": "$[0][1].params[0].params[0]", + "answer": "30", + "points": 1.2, + "desc": "문제 2/빨간 물고기/[시작1]의 세부 동작 1/크기를 '30' 으로 정하기" + }, + { + "ele": [ + "$[0][2].type", + "$[0][2].params[0]" + ], + "answer": [ + "repeat_inf", + null + ], + "points": 1.2, + "desc": "문제 2/빨간 물고기/반복/계속 반복하기", + "type": "list" + }, + { + "ele": [ + "$[0][2].statements[0][0].type", + "$[0][2].statements[0][0].params[0].type" + ], + "answer": [ + "_if", + "reach_something" + ], + "points": 1.2, + "desc": "문제 2/빨간 물고기/만일/만일 '상어' 에 닿았는가? 라면", + "type": "list" + }, + { + "ele": [ + "$[0][2].statements[0][0].statements[0][0].type", + "$[0][2].statements[0][0].statements[0][0].params[1].params[0]" + ], + "answer": [ + "change_variable", + "1" + ], + "points": 1.2, + "desc": "문제 2/빨간 물고기/[만일]의 세부 동작 1/'물고기 수'에 '1' 만큼 더하기", + "type": "list" + }, + { + "ele": [ + "$[0][2].statements[0][0].statements[0][1].type", + "$[0][2].statements[0][0].statements[0][1].params[0].params[0]" + ], + "answer": [ + "wait_second", + "0.01" + ], + "points": 1.2, + "desc": "문제 2/빨간 물고기/[만일]의 세부 동작 2/'0.01' 초 기다리기", + "type": "list" + }, + { + "ele": "$[0][2].statements[0][0].statements[0][2].type", + "answer": "hide", + "points": 1.2, + "desc": "문제 2/빨간 물고기/[만일]의 세부 동작 3/모양 숨기기" + }, + { + "ele": [ + "$[0][2].statements[0][0].statements[0][3].type", + "$[0][2].statements[0][0].statements[0][3].params[0].type", + "$[0][2].statements[0][0].statements[0][3].params[0].params[1].params[0]", + "$[0][2].statements[0][0].statements[0][3].params[0].params[3].params[0]" + ], + "answer": [ + "wait_second", + "calc_rand", + "0.5", + "3" + ], + "points": 1.2, + "desc": "문제 2/빨간 물고기/[만일]의 세부 동작 4/'0.5 부터 3 사이의 무작위 수' 초 기다리기", + "type": "list" + }, + { + "ele": "$[0][2].statements[0][0].statements[0][4].type", + "answer": "show", + "points": 1.2, + "desc": "문제 2/빨간 물고기/[만일]의 세부 동작 5/모양 보이기" + }, + { + "ele": "$[1][0].type", + "answer": "when_run_button_click", + "points": 1.2, + "desc": "문제 2/빨간 물고기/시작2/시작하기 버튼을 클릭했을 때" + }, + { + "ele": [ + "$[1][1].type", + "$[1][1].params[0]" + ], + "answer": [ + "repeat_inf", + null + ], + "points": 1.2, + "desc": "문제 2/빨간 물고기/반복/계속 반복하기", + "type": "list" + }, + { + "ele": [ + "$[1][1].statements[0][0].type", + "$[1][1].statements[0][0].params[0].params[0]" + ], + "answer": [ + "move_direction", + null + ], + "points": 1.2, + "desc": "문제 2/빨간 물고기/[반복]의 세부 동작 1/이동 방향으로 '1 부터 2 사이의 무작위 수' 만큼 움직이기", + "type": "list" + }, + { + "ele": [ + "$[1][1].statements[0][1].type", + "$[1][1].statements[0][1].params[0].type", + "$[1][1].statements[0][1].params[0].params[1].params[0]", + "$[1][1].statements[0][1].params[0].params[3].params[0]" + ], + "answer": [ + "direction_relative", + "calc_rand", + "-1", + "1" + ], + "points": 1.2, + "desc": "문제 2/빨간 물고기/[반복]의 세부 동작 2/이동 방향을 '-1 부터 1 사이의 무작위 수' 만큼 회전하기", + "type": "list" + }, + { + "ele": "$[1][1].statements[0][2].type", + "answer": "bounce_wall", + "points": 1.2, + "desc": "문제 2/빨간 물고기/[반복]의 세부 동작 3/화면 끝에 닿으면 튕기기" + } + ], + "sort": 102, + "list": [ + "set_scale_size", + "repeat_inf" + ] + }, + "3-0": { + "type": "script", + "ele": "$.objects[?(@.name=~'노란 물고기|물고')].script", + "blocks": [ + { + "ele": "$[0][0].type", + "answer": "when_run_button_click", + "points": 1.2, + "desc": "문제 2/노란 물고기/시작1/시작하기 버튼을 클릭했을 때" + }, + { + "ele": "$[0][1].params[0].params[0]", + "answer": "30", + "points": 1.2, + "desc": "문제 2/노란 물고기/[시작1]의 세부 동작 1/크기를 '30' 으로 정하기" + }, + { + "ele": [ + "$[0][2].type", + "$[0][2].params[0]" + ], + "answer": [ + "repeat_inf", + null + ], + "points": 1.2, + "desc": "문제 2/노란 물고기/반복/계속 반복하기", + "type": "list" + }, + { + "ele": [ + "$[0][2].statements[0][0].type", + "$[0][2].statements[0][0].params[0].type" + ], + "answer": [ + "_if", + "reach_something" + ], + "points": 1.2, + "desc": "문제 2/노란 물고기/만일/만일 '상어' 에 닿았는가? 라면", + "type": "list" + }, + { + "ele": [ + "$[0][2].statements[0][0].statements[0][0].type", + "$[0][2].statements[0][0].statements[0][0].params[1].params[0]" + ], + "answer": [ + "change_variable", + "2" + ], + "points": 1.2, + "desc": "문제 2/노란 물고기/[만일]의 세부 동작 1/물고기 수'에 '2' 만큼 더하기", + "type": "list" + }, + { + "ele": [ + "$[0][2].statements[0][0].statements[0][1].type", + "$[0][2].statements[0][0].statements[0][1].params[0].params[0]" + ], + "answer": [ + "wait_second", + "0.01" + ], + "points": 1.2, + "desc": "문제 2/노란 물고기/[만일]의 세부 동작 2/'0.01' 초 기다리기", + "type": "list" + }, + { + "ele": "$[0][2].statements[0][0].statements[0][2].type", + "answer": "hide", + "points": 1.2, + "desc": "문제 2/노란 물고기/[만일]의 세부 동작 3/모양 숨기기" + }, + { + "ele": [ + "$[0][2].statements[0][0].statements[0][3].type", + "$[0][2].statements[0][0].statements[0][3].params[0].type", + "$[0][2].statements[0][0].statements[0][3].params[0].params[1].params[0]", + "$[0][2].statements[0][0].statements[0][3].params[0].params[3].params[0]" + ], + "answer": [ + "wait_second", + "calc_rand", + "0.5", + "1.5" + ], + "points": 1.2, + "desc": "문제 2/노란 물고기/[만일]의 세부 동작 4/'0.5' 부터 '1.5' 사이의 무작위 수' 초 기다리기", + "type": "list" + }, + { + "ele": "$[0][2].statements[0][0].statements[0][4].type", + "answer": "show", + "points": 1.2, + "desc": "문제 2/노란 물고기/[만일]의 세부 동작 5/모양 보이기" + }, + { + "ele": "$[1][0].type", + "answer": "when_run_button_click", + "points": 1.2, + "desc": "문제 2/노란 물고기/시작2/시작하기 버튼을 클릭했을 때" + }, + { + "ele": [ + "$[1][1].type", + "$[1][1].params[0]" + ], + "answer": [ + "repeat_inf", + null + ], + "points": 1.2, + "desc": "문제 2/노란 물고기/반복/계속 반복하기", + "type": "list" + }, + { + "ele": [ + "$[1][1].statements[0][0].type", + "$[1][1].statements[0][0].params[0].params[0]" + ], + "answer": [ + "move_direction", + null + ], + "points": 1.2, + "desc": "문제 2/노란 물고기/[반복]의 세부 동작 1/이동 방향으로 '1 부터 2 사이의 무작위 수' 만큼 움직이기", + "type": "list" + }, + { + "ele": [ + "$[1][1].statements[0][1].type", + "$[1][1].statements[0][1].params[0].type", + "$[1][1].statements[0][1].params[0].params[1].params[0]", + "$[1][1].statements[0][1].params[0].params[3].params[0]" + ], + "answer": [ + "direction_relative", + "calc_rand", + "-1", + "1" + ], + "points": 1.2, + "desc": "문제 2/노란 물고기/[반복]의 세부 동작 2/이동 방향을 '-1 부터 1 사이의 무작위 수' 만큼 회전하기", + "type": "list" + }, + { + "ele": "$[1][1].statements[0][2].type", + "answer": "bounce_wall", + "points": 1.2, + "desc": "문제 2/노란 물고기/[반복]의 세부 동작 3/화면 끝에 닿으면 튕기기" + } + ], + "sort": 117, + "list": [ + "set_scale_size", + "repeat_inf" + ] + }, + "4-0": { + "type": "script", + "ele": "$.objects[?(@.name=~'쓰레기')].script", + "blocks": [ + { + "ele": "$[0][0].type", + "answer": "when_run_button_click", + "points": 1.2, + "desc": "문제 2/쓰레기/시작1/시작하기 버튼을 클릭했을 때" + }, + { + "ele": "$[0][1].params[0].params[0]", + "answer": "30", + "points": 1.2, + "desc": "문제 2/쓰레기/[시작1]의 세부 동작 1/크기를 '30' 으로 정하기" + }, + { + "ele": [ + "$[0][2].type", + "$[0][2].params[0]" + ], + "answer": [ + "repeat_inf", + null + ], + "points": 1.2, + "desc": "문제 2/쓰레기/반복/계속 반복하기", + "type": "list" + }, + { + "ele": [ + "$[0][2].statements[0][0].type", + "$[0][2].statements[0][0].params[0].type" + ], + "answer": [ + "_if", + "reach_something" + ], + "points": 1.2, + "desc": "문제 2/쓰레기/만일/만일 '상어' 에 닿았는가? 라면", + "type": "list" + }, + { + "ele": [ + "$[0][2].statements[0][0].statements[0][0].type", + "$[0][2].statements[0][0].statements[0][0].params[1].params[0]" + ], + "answer": [ + "change_variable", + "-1" + ], + "points": 1.2, + "desc": "문제 2/쓰레기/[만일]의 세부 동작 1/물고기 수'에 '-1' 만큼 더하기", + "type": "list" + }, + { + "ele": [ + "$[0][2].statements[0][0].statements[0][1].type", + "$[0][2].statements[0][0].statements[0][1].params[0].params[0]" + ], + "answer": [ + "wait_second", + "0.01" + ], + "points": 1.2, + "desc": "문제 2/쓰레기/[만일]의 세부 동작 2/'0.01' 초 기다리기", + "type": "list" + }, + { + "ele": "$[0][2].statements[0][0].statements[0][2].type", + "answer": "hide", + "points": 1.2, + "desc": "문제 2/쓰레기/[만일]의 세부 동작 3/모양 숨기기" + }, + { + "ele": [ + "$[0][2].statements[0][0].statements[0][3].type", + "$[0][2].statements[0][0].statements[0][3].params[0].type", + "$[0][2].statements[0][0].statements[0][3].params[0].params[1].params[0]", + "$[0][2].statements[0][0].statements[0][3].params[0].params[3].params[0]" + ], + "answer": [ + "wait_second", + "calc_rand", + "0.5", + "3" + ], + "points": 1.2, + "desc": "문제 2/쓰레기/[만일]의 세부 동작 4/'0.5 부터 3 사이의 무작위 수' 초 기다리기", + "type": "list" + }, + { + "ele": "$[0][2].statements[0][0].statements[0][4].type", + "answer": "show", + "points": 1.2, + "desc": "문제 2/쓰레기/[만일]의 세부 동작 5/모양 보이기" + }, + { + "ele": "$[1][0].type", + "answer": "when_run_button_click", + "points": 1.2, + "desc": "문제 2/쓰레기/시작2/시작하기 버튼을 클릭했을 때" + }, + { + "ele": [ + "$[1][1].type", + "$[1][1].params[0]" + ], + "answer": [ + "repeat_inf", + null + ], + "points": 1.2, + "desc": "문제 2/쓰레기/반복/계속 반복하기", + "type": "list" + }, + { + "ele": [ + "$[1][1].statements[0][0].type", + "$[1][1].statements[0][0].params[0].params[0]" + ], + "answer": [ + "move_direction", + null + ], + "points": 1.2, + "desc": "문제 2/쓰레기/[반복]의 세부 동작 1/이동 방향으로 '1 부터 2 사이의 무작위 수' 만큼 움직이기", + "type": "list" + }, + { + "ele": [ + "$[1][1].statements[0][1].type", + "$[1][1].statements[0][1].params[0].type", + "$[1][1].statements[0][1].params[0].params[1].params[0]", + "$[1][1].statements[0][1].params[0].params[3].params[0]" + ], + "answer": [ + "direction_relative", + "calc_rand", + "-1", + "1" + ], + "points": 1.2, + "desc": "문제 2/쓰레기/[반복]의 세부 동작 2/이동 방향을 '-1 부터 1 사이의 무작위 수' 만큼 회전하기", + "type": "list" + }, + { + "ele": "$[1][1].statements[0][2].type", + "answer": "bounce_wall", + "points": 1.2, + "desc": "문제 2/쓰레기/[반복]의 세부 동작 3/화면 끝에 닿으면 튕기기" + } + ], + "sort": 131, + "list": [ + "set_scale_size", + "repeat_inf" + ] + }, + "44-0": { + "ele": "$.messages[?(@.name=='성공')]", + "points": 1, + "desc": "문제 2/상어/신호/'성공'신호 만들기", + "type": "scene", + "sort": 144 + }, + "5-0": { + "type": "script", + "ele": "$.objects[?(@.name=~'상어')].script", + "blocks": [ + { + "ele": "$[0][0].type", + "answer": "when_run_button_click", + "points": 1.2, + "desc": "문제 2/상어/시작1/시작하기 버튼을 클릭했을 때" + }, + { + "ele": "$[0][1].params[0].params[0]", + "answer": "50", + "points": 1.2, + "desc": "문제 2/상어/[시작]의 세부 동작 1/크기를 '50' 으로 정하기" + }, + { + "ele": [ + "$[0][2].type", + "$[0][2].params[0].params[0]", + "$[0][2].params[1].params[0]" + ], + "answer": [ + "locate_xy", + "-100", + "0" + ], + "points": 1.2, + "desc": "문제 2/상어/[시작]의 세부 동작 2/x: '-100' y: '0' 위치로 이동하기", + "type": "list" + }, + { + "ele": [ + "$[0][3].type", + "$[0][3].params[0]" + ], + "answer": [ + "repeat_inf", + null + ], + "points": 1.2, + "desc": "문제 2/상어/반복/계속 반복하기", + "type": "list" + }, + { + "ele": [ + "$[0][3].statements[0][0].type", + "$[0][3].statements[0][0].params[0].type", + "$[0][3].statements[0][0].params[0].params[0].type", + "$[0][3].statements[0][0].params[0].params[1]", + "$[0][3].statements[0][0].params[0].params[2].params[0]" + ], + "answer": [ + "_if", + "boolean_basic_operator", + "get_variable", + "GREATER", + "10" + ], + "points": 1.2, + "desc": "문제 2/상어/만일/만일 '물고기 수' 값 > '10' 이라면", + "type": "list" + }, + { + "ele": "$[0][3].statements[0][0].statements[0][0].type", + "answer": "message_cast", + "points": 1.2, + "desc": "문제 2/상어/[만일]의 세부 동작 1/성공' 신호보내기" + }, + { + "ele": [ + "$[0][3].statements[0][0].statements[0][1].type", + "$[0][3].statements[0][0].statements[0][1].params[0]" + ], + "answer": [ + "stop_object", + "thisOnly" + ], + "points": 1.2, + "desc": "문제 2/상어/[만일]의 세부 동작 2/자신의' 코드 멈추기", + "type": "list" + }, + { + "ele": "$[1][0].type", + "answer": "when_run_button_click", + "points": 1.2, + "desc": "문제 2/상어/시작2/시작하기 버튼을 클릭했을 때" + }, + { + "ele": [ + "$[1][1].type", + "$[1][1].params[0]" + ], + "answer": [ + "repeat_inf", + null + ], + "points": 1.2, + "desc": "문제 2/상어/반복/계속 반복하기", + "type": "list" + }, + { + "ele": [ + "$[1][1].statements[0][0].type", + "$[1][1].statements[0][0].params[0].type", + "$[1][1].statements[0][0].params[0].params[0]" + ], + "answer": [ + "_if", + "is_press_some_key", + "37" + ], + "points": 1.2, + "desc": "문제 2/상어/만일1/만일 '왼쪽 화살표' 키가 눌러져 있는가? 라면", + "type": "list" + }, + { + "ele": [ + "$[1][1].statements[0][0].statements[0][0].type", + "$[1][1].statements[0][0].statements[0][0].params[0].params[0]" + ], + "answer": [ + "move_x", + "-5" + ], + "points": 1.2, + "desc": "문제 2/상어/[만일1]의 세부 동작 1/x 좌표를 '-5' 만큼 바꾸기", + "type": "list" + }, + { + "ele": [ + "$[1][1].statements[0][1].type", + "$[1][1].statements[0][1].params[0].type", + "$[1][1].statements[0][1].params[0].params[0]" + ], + "answer": [ + "_if", + "is_press_some_key", + "39" + ], + "points": 1.2, + "desc": "문제 2/상어/만일2/만일 '오른쪽 화살표' 키가 눌러져 있는가? 라면", + "type": "list" + }, + { + "ele": [ + "$[1][1].statements[0][1].statements[0][0].type", + "$[1][1].statements[0][1].statements[0][0].params[0].params[0]" + ], + "answer": [ + "move_x", + "5" + ], + "points": 1.2, + "desc": "문제 2/상어/[만일2]의 세부 동작 1/x 좌표를 '5' 만큼 바꾸기", + "type": "list" + }, + { + "ele": [ + "$[1][1].statements[0][2].type", + "$[1][1].statements[0][2].params[0].type", + "$[1][1].statements[0][2].params[0].params[0]" + ], + "answer": [ + "_if", + "is_press_some_key", + "38" + ], + "points": 1.2, + "desc": "문제 2/상어/만일3/만일 '위쪽 화살표' 키가 눌러져 있는가? 라면", + "type": "list" + }, + { + "ele": [ + "$[1][1].statements[0][2].statements[0][0].type", + "$[1][1].statements[0][2].statements[0][0].params[0].params[0]" + ], + "answer": [ + "move_y", + "5" + ], + "points": 1.2, + "desc": "문제 2/상어/[만일3]의 세부 동작 1/y 좌표를 '5' 만큼 바꾸기", + "type": "list" + }, + { + "ele": [ + "$[1][1].statements[0][3].type", + "$[1][1].statements[0][3].params[0].type", + "$[1][1].statements[0][3].params[0].params[0]" + ], + "answer": [ + "_if", + "is_press_some_key", + "40" + ], + "points": 1.2, + "desc": "문제 2/상어/만일4/만일 '아래쪽 화살표' 키가 눌러져 있는가? 라면", + "type": "list" + }, + { + "ele": [ + "$[1][1].statements[0][3].statements[0][0].type", + "$[1][1].statements[0][3].statements[0][0].params[0].params[0]" + ], + "answer": [ + "move_y", + "-5" + ], + "points": 1.2, + "desc": "문제 2/상어/[만일4]의 세부 동작 1/y 좌표를 '-5' 만큼 바꾸기", + "type": "list" + }, + { + "ele": "$[2][0].type", + "answer": "when_message_cast", + "points": 1.2, + "desc": "문제 2/상어/신호/'성공' 신호를 받았을 때 " + }, + { + "ele": "$[2][1].params[*].params", + "answer": [ + "배부르다!", + "1" + ], + "points": 1.2, + "desc": "문제 2/상어/[신호]의 세부 동작 1/'배부르다!' 를 '1'초 동안 '말하기'" + }, + { + "ele": "$[2][2].type", + "answer": "start_neighbor_scene", + "points": 1.2, + "desc": "문제 2/상어/[신호]의 세부 동작 2/'다음' 장면 시작하기" + } + ], + "sort": 145, + "list": [ + "set_scale_size", + "repeat_inf", + "dialog_time" + ] + }, + "6-0": { + "type": "script", + "ele": "$.objects[?(@.name=~'바다2|바닷속\\(3\\)1')].script", + "blocks": [ + { + "ele": "$[0][0].type", + "answer": "when_scene_start", + "points": 1.2, + "desc": "문제 2/바다2/장면 2/장면이 시작되었을 때" + }, + { + "ele": "$[0][1].type", + "answer": "hide_variable", + "points": 1.2, + "desc": "문제 2/바다2/[장면 2]의 세부 동작 1/변수 '물고기 수' 숨기기" + }, + { + "ele": [ + "$[0][2].type", + "$[0][2].params[0].params[0]", + "$[0][2].params[1]" + ], + "answer": [ + "dialog", + "미션성공!", + "speak" + ], + "points": 1.2, + "desc": "문제 2/바다2/[장면 2]의 세부 동작 2/'미션성공!' 을 '말하기'", + "type": "list" + }, + { + "ele": "$[1][0].type", + "answer": "when_object_click", + "points": 2, + "desc": "문제 3/바다2/오브젝트/오브젝트를 클릭했을 때" + }, + { + "ele": [ + "$[1][1].type", + "$[1][1].params[0]", + "$[1][1].params[1].params[0]" + ], + "answer": [ + "add_effect_amount", + "color", + "30" + ], + "points": 2, + "desc": "문제 3/바다2/[오브젝트]의 세부 동작 1/'색깔' 효과를 '30' 만큼 주기", + "type": "list" + }, + { + "ele": [ + "$[1][2].type", + "$[1][2].params[0].params[0]", + "$[1][2].params[1]" + ], + "answer": [ + "dialog", + "처음부터 다시 실행!", + "speak" + ], + "points": 2, + "desc": "문제 3/바다2/[오브젝트]의 세부 동작 2/'처음부터 다시 실행!' 을 '말하기'", + "type": "list" + }, + { + "ele": [ + "$[1][3].type", + "$[1][3].params[0].params[0]" + ], + "answer": [ + "wait_second", + "2" + ], + "points": 2, + "desc": "문제 3/바다2/[오브젝트]의 세부 동작 3/'2' 초 기다리기", + "type": "list" + }, + { + "ele": "$[1][4].type", + "answer": "restart_project", + "points": 2, + "desc": "문제 3/바다2/[오브젝트]의 세부 동작 4/처음부터 다시 실행하기" + } + ], + "sort": 166, + "list": [ + "hide_variable", + "add_effect_amount" + ] + } +} \ No newline at end of file diff --git a/2503CAT3A.log b/logs/2503CAT3A.log similarity index 100% rename from 2503CAT3A.log rename to logs/2503CAT3A.log diff --git a/logs/2504CAS2A-정답.log b/logs/2504CAS2A-정답.log new file mode 100644 index 0000000..4a3a1d3 --- /dev/null +++ b/logs/2504CAS2A-정답.log @@ -0,0 +1,88 @@ + +Processing: ./sample/제2504회 코딩활용능력 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 +2-1: when_run_button_click == when_run_button_click +2-2: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['temp', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 99.76000000000008] + +Results saved to ./sample/제2504회 코딩활용능력 2급 A형 정답/results.xlsx diff --git a/logs/2504CAS2A.log b/logs/2504CAS2A.log new file mode 100644 index 0000000..0b48180 --- /dev/null +++ b/logs/2504CAS2A.log @@ -0,0 +1,7379 @@ + +Processing: ./output/2504 CAS 2급 A형/CAS-000001-이태현/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] != ['집 도착!', '4'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] != ['집 도착!', '4'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['CAS-000001-이태현', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 96.64000000000007] + +Processing: ./output/2504 CAS 2급 A형/CAS-000003-김유미/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['CAS-000003-김유미', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 99.76000000000008] + +Processing: ./output/2504 CAS 2급 A형/CAS-000050-이지민/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 +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 != 100 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] != ['여기는 백화점', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] != ['locate_xy', '90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] != ['move_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] != ['move_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['CAS-000050-이지민', 1.7, 0, 1.7, 1.7, 0, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 86.86000000000006] + +Processing: ./output/2504 CAS 2급 A형/CAS-000060-윤서원/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] != ["'여기는 놀이동산!'", '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] != ["'여기는 백화점!'", '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] != ['ask_and_wait', "'첫 번째로 방문할 장소는?'"] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] != ['_if', 'boolean_basic_operator', 'text', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] != ['_if', 'boolean_basic_operator', 'text', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] != ["'집 도착!'", '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] != ["'집 도착!'", '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] != ['dialog', "'my room!'", 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', "'처음부터 다시 실행합니다.'", 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['CAS-000060-윤서원', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 0, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 0, 2, 2, 0, 2, 2, 85.28000000000006] + +Processing: ./output/2504 CAS 2급 A형/CAS-000063-석우주/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['CAS-000063-석우주', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 99.76000000000008] + +Processing: ./output/2504 CAS 2급 A형/CAS-000072-권해율/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['CAS-000072-권해율', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 99.76000000000008] + +Processing: ./output/2504 CAS 2급 A형/CAS-000081-김시온/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] != ['move_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['wait_second', '2', 'None'] +6-7: ['wait_second', '2'] != ['dialog', '처음부터 다시 실행합니다.'] +6-8: restart_project == restart_project +Total Points for ['CAS-000081-김시온', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 0, 0, 2, 94.20000000000007] + +Processing: ./output/2504 CAS 2급 A형/CAS-000082-이도영/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 +2-1: when_run_button_click == when_run_button_click +2-2: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] != ['여기는놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] != ['여기는백화점', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] != ['집도착', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] != ['집도착', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] != ['dialog', 'my room', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터다시실행합니다', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['CAS-000082-이도영', 1.7, 0, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 0, 2, 2, 0, 2, 2, 88.26000000000005] + +Processing: ./output/2504 CAS 2급 A형/cas-000040-임연준/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 +Element '$..objects[?(@.name=='어린이')]' not found +example: 2 +2-1: when_run_button_click == when_run_button_click +2-2: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] != ['ask_and_wait', '첫 번째로 방문할 주소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] != ['집 도착!'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] != ['집 도착!'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['cas-000040-임연준', 1.7, 0, 1.7, 1.7, 1.7, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 91.68000000000005] + +Processing: ./output/2504 CAS 2급 A형/cas-000085-한준서/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['cas-000085-한준서', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 99.76000000000008] + +Processing: ./output/2504 CAS 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 +2-1: when_run_button_click == when_run_button_click +2-2: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start != when_object_click +6-2: ['set_visible_answer', 'HIDE'] != ['add_effect_amount', 'brightness'] +6-3: ['dialog', 'my room!', 'speak'] != ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-4: when_object_click != when_scene_start +6-5: ['add_effect_amount', 'brightness', '10'] != ['set_visible_answer', 'HIDE'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', 'my room!', 'speak'] +6-7: ['wait_second', '2'] != [] +No elements found for $[1][4].type +Total Points for ['cas-000088-박규민', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 0, 0, 0, 0, 0, 0, 0, 85.08000000000007] + +Processing: ./output/2504 CAS 2급 A형/cas-000097-박서현/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['cas-000097-박서현', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 99.76000000000008] + +Processing: ./output/2504 CAS 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 +2-1: when_run_button_click == when_run_button_click +2-2: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] != [] +5-11: ['repeat_while_true'] != ['wait_second'] +5-12: ['locate_object_time', '2'] != [] +5-13: ['wait_second', '1'] != [] +5-14: ['locate_xy_time', '2', '-120', '-100'] != ['repeat_while_true', 'None'] +5-15: ['집 도착!', '1'] != ['1'] +5-16: start_neighbor_scene != locate_xy_time +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] != [] +5-21: ['repeat_while_true'] != ['wait_second'] +5-22: ['locate_object_time', '2'] != [] +5-23: ['wait_second', '1'] != [] +5-24: ['locate_xy_time', '2', '-120', '-100'] != ['repeat_while_true', 'None'] +5-25: ['집 도착!', '1'] != ['1'] +5-26: start_neighbor_scene != locate_xy_time +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['cas-000098-박서율', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 0, 0, 0, 0, 0, 0, 1.56, 1.56, 1.56, 0, 0, 0, 0, 0, 0, 0, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 77.92000000000004] + +Processing: ./output/2504 CAS 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 +2-1: when_run_button_click == when_run_button_click +2-2: 100 == 100 +2-3: ['locate_xy', '-25', '80'] != [] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['cas-000099-양서정', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 98.20000000000007] + +Processing: ./output/2504 CAS 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 +2-1: when_run_button_click == when_run_button_click +2-2: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] != ['wait_second', '1 '] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog_time', '처음부터 다시 시작합니다.', "{'id': '9ny1', 'x': 0, 'y': 0, 'type': 'number', 'params': ['4'], 'statements': [], 'movable': None, 'deletable': 1, 'emphasized': False, 'readOnly': None, 'copyable': True, 'assemble': True, 'extensions': []}"] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['cas-000100-최태유', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 0, 2, 2, 96.20000000000007] + +Processing: ./output/2504 CAS 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 +2-1: when_run_button_click == when_run_button_click +2-2: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['cas-000101-신가온', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 99.76000000000008] + +Processing: ./output/2504 CAS 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 +2-1: when_run_button_click == when_run_button_click +2-2: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] != ['locate_xy', '-170', '-80'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['cas-000102-이기호', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 98.20000000000007] + +Processing: ./output/2504 CAS 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 +2-1: when_run_button_click == when_run_button_click +2-2: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] != ['ask_and_wait', '첫 번쨰로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] != ['wait_second', '1'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] != ['wait_second', '1'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['cas-000103-강유주', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 95.08000000000007] + +Processing: ./output/2504 CAS 2급 A형/cas_000002_임수현/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['cas_000002_임수현', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 99.76000000000008] + +Processing: ./output/2504 CAS 2급 A형/cas_000011_장연우/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['cas_000011_장연우', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 99.76000000000008] + +Processing: ./output/2504 CAS 2급 A형/cas_000038_박수연/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] != ['repeat_inf'] +5-4: ['repeat_inf', 'None'] != [] +5-5: ['_if', 'is_press_some_key', '39'] != [] +5-6: ['locate_xy', '-90', '-100'] != [] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 시작합니다', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['cas_000038_박수연', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 0, 0, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 0, 2, 2, 91.52000000000007] + +Processing: ./output/2504 CAS 2급 A형/cas_000039_최정우/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] != ['ask_and_wait', '처음으로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['cas_000039_최정우', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 98.20000000000007] + +Processing: ./output/2504 CAS 2급 A형/cas_000048_김동현/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['cas_000048_김동현', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 0, 2, 2, 97.76000000000008] + +Processing: ./output/2504 CAS 2급 A형/cas_000049_배재호/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 +2-1: when_run_button_click == when_run_button_click +2-2: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['cas_000049_배재호', 1.7, 0, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 98.06000000000006] + +Processing: ./output/2504 CAS 2급 A형/cas_000083_장제민/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] != ['locate_xy', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['cas_000083_장제민', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 98.20000000000007] + +Processing: ./output/2504 CAS 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 +2-1: when_run_button_click == when_run_button_click +2-2: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] != [] +5-13: ['wait_second', '1'] != [] +5-14: ['locate_xy_time', '2', '-120', '-100'] != [] +No elements found for $[1][4].params[*].params +No elements found for $[1][5].type +No elements found for $[2][0].type +5-18: ['repeat_while_true'] != [] +5-19: ['locate_object_time', '2'] != [] +5-20: ['wait_second', '0.5'] != [] +5-21: ['repeat_while_true'] != [] +5-22: ['locate_object_time', '2'] != [] +5-23: ['wait_second', '1'] != [] +5-24: ['locate_xy_time', '2', '-120', '-100'] != [] +No elements found for $[2][4].params[*].params +No elements found for $[2][5].type +example: 6 +No elements found for $[0][0].type +6-2: ['set_visible_answer', 'HIDE'] != [] +6-3: ['dialog', 'my room!', 'speak'] != [] +No elements found for $[1][0].type +6-5: ['add_effect_amount', 'brightness', '10'] != [] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != [] +6-7: ['wait_second', '2'] != [] +No elements found for $[1][4].type +Total Points for ['cas_000086_김수현', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 61.680000000000035] + +Processing: ./output/2504 CAS 2급 A형/cas_000087_윤승후/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['cas_000087_윤승후', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 99.76000000000008] + +Processing: ./output/2504 CAS 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 +2-1: when_run_button_click == when_run_button_click +2-2: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['cas_000094_송은하', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 99.76000000000008] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-000006-김민지/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['코딩활용능력2급(엔트리)-000006-김민지', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 99.76000000000008] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-000008-김민채/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['wait_second', '2', 'None'] +6-7: ['wait_second', '2'] != ['restart_project'] +No elements found for $[1][4].type +Total Points for ['코딩활용능력2급(엔트리)-000008-김민채', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 0, 0, 0, 93.76000000000008] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-000009-백노아/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] != ['여기는 놀이동산!', '4'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] != ['dialog', 'My room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['코딩활용능력2급(엔트리)-000009-백노아', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 2, 2, 0, 2, 2, 94.64000000000007] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-000010-최시완/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['코딩활용능력2급(엔트리)-000010-최시완', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 99.76000000000008] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-000012-박하준/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] != ['ask_and_wait', '첫번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['wait_second', '2', 'None'] +6-7: ['wait_second', '2'] != ['restart_project'] +No elements found for $[1][4].type +Total Points for ['코딩활용능력2급(엔트리)-000012-박하준', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 0, 0, 0, 92.20000000000007] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-000013-전준기/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 != 80 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] != ['locate_xy_time'] +5-22: ['locate_object_time', '2'] != [] +5-23: ['wait_second', '1'] != [] +5-24: ['locate_xy_time', '2', '-120', '-100'] != ['dialog_time', '집 도착!', '1'] +No elements found for $[2][4].params[*].params +No elements found for $[2][5].type +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] != ['dialog', 'my room', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] != ['add_effect_amount', 'color', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['코딩활용능력2급(엔트리)-000013-전준기', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 0, 0, 0, 0, 0, 1.56, 1.56, 0, 2, 0, 0, 2, 2, 83.28000000000006] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-000014-김가을/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 +2-1: when_run_button_click == when_run_button_click +2-2: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] != ['여기는 백화점1', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] != ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['코딩활용능력2급(엔트리)-000014-김가을', 1.7, 0, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 94.94000000000005] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-000015-고현빈/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['코딩활용능력2급(엔트리)-000015-고현빈', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 99.76000000000008] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-000016-안지완/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] != ['locate_xy', '-90', '100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +No elements found for $[2][0].type +5-18: ['repeat_while_true'] != [] +5-19: ['locate_object_time', '2'] != [] +5-20: ['wait_second', '0.5'] != [] +5-21: ['repeat_while_true'] != [] +5-22: ['locate_object_time', '2'] != [] +5-23: ['wait_second', '1'] != [] +5-24: ['locate_xy_time', '2', '-120', '-100'] != [] +No elements found for $[2][4].params[*].params +No elements found for $[2][5].type +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['코딩활용능력2급(엔트리)-000016-안지완', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 82.60000000000005] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-000017-서준경/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] != ['locate_xy', '-170', '100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['코딩활용능력2급(엔트리)-000017-서준경', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 98.20000000000007] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-000018-이서준/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog_time', '처음부터 다시 실행합니다.', "{'id': 'eddn', 'x': 0, 'y': 0, 'type': 'number', 'params': ['1'], 'statements': [], 'movable': None, 'deletable': 1, 'emphasized': False, 'readOnly': None, 'copyable': True, 'assemble': True, 'extensions': []}"] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['코딩활용능력2급(엔트리)-000018-이서준', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 0, 2, 2, 97.76000000000008] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-000019-권민찬/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 != 80 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['코딩활용능력2급(엔트리)-000019-권민찬', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 98.20000000000007] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-000020-정도윤/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] != ['wait_second', '1`'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start != when_run_button_click +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] != ['dialog_time', 'my room!', "{'id': 'vfnz', 'x': 0, 'y': 0, 'type': 'number', 'params': ['4'], 'statements': [], 'movable': None, 'deletable': 1, 'emphasized': False, 'readOnly': None, 'copyable': True, 'assemble': True, 'extensions': []}"] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['코딩활용능력2급(엔트리)-000020-정도윤', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 0, 2, 2, 0, 2, 2, 93.08000000000007] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-000021-조윤서/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] != ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] != ['ask_and_wait', '젓 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] != [] +No elements found for $[1][4].params[*].params +No elements found for $[1][5].type +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] != [] +No elements found for $[2][4].params[*].params +No elements found for $[2][5].type +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['코딩활용능력2급(엔트리)-000021-조윤서', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 0, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 0, 0, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 87.28000000000006] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-000022-김민석/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['코딩활용능력2급(엔트리)-000022-김민석', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 99.76000000000008] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-000023-이주환/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] != ['locate_xy', '-170', '-80'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] != ['ask_and_wait', '첫 번쨰로 방문할 장소는? '] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['코딩활용능력2급(엔트리)-000023-이주환', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 96.64000000000007] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-000024-김성민/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['코딩활용능력2급(엔트리)-000024-김성민', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 99.76000000000008] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-000026-김주완/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] != ['여기는 백화점!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['코딩활용능력2급(엔트리)-000026-김주완', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 98.20000000000007] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-000027-김태오/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['코딩활용능력2급(엔트리)-000027-김태오', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 99.76000000000008] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-000028-홍지호/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 +2-1: when_run_button_click == when_run_button_click +2-2: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['코딩활용능력2급(엔트리)-000028-홍지호', 1.7, 0, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 0, 2, 2, 96.06000000000006] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-000029-이찬이/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['코딩활용능력2급(엔트리)-000029-이찬이', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 99.76000000000008] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-000030-김예원/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] != ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +No elements found for $[0][0].type +6-2: ['set_visible_answer', 'HIDE'] != [] +6-3: ['dialog', 'my room!', 'speak'] != [] +No elements found for $[1][0].type +6-5: ['add_effect_amount', 'brightness', '10'] != [] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != [] +6-7: ['wait_second', '2'] != [] +No elements found for $[1][4].type +Total Points for ['코딩활용능력2급(엔트리)-000030-김예원', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 0, 0, 0, 0, 0, 0, 0, 83.52000000000007] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-000031-모한결/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['코딩활용능력2급(엔트리)-000031-모한결', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 99.76000000000008] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-000032-정효윤/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['코딩활용능력2급(엔트리)-000032-정효윤', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 99.76000000000008] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-000033-김예승/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] != ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] != ['move_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] != ['move_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['코딩활용능력2급(엔트리)-000033-김예승', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 95.08000000000007] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-000034-설서인/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['코딩활용능력2급(엔트리)-000034-설서인', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 99.76000000000008] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-000036-윤여상/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] != ['여기는 놀이동산! ', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] != ['여기는 백화점! ', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['코딩활용능력2급(엔트리)-000036-윤여상', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 96.64000000000007] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-000042-박하준/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['코딩활용능력2급(엔트리)-000042-박하준', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 99.76000000000008] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-000043-이혜원/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] != ['_if'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['코딩활용능력2급(엔트리)-000043-이혜원', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 98.20000000000007] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-000044-조하윤/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] != ['여기는 놀이 동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] != ['ask_and_wait', '첫 번쨰로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['코딩활용능력2급(엔트리)-000044-조하윤', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 96.64000000000007] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-000045-석준서/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +Element '$.messages[?(@.name=='놀이동산')]' not found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] != ['_if', "{'id': 'hooc', 'x': 0, 'y': 0, 'type': 'is_press_some_key', 'params': ['39', None], 'statements': [], 'movable': None, 'deletable': 1, 'emphasized': False, 'readOnly': None, 'copyable': True, 'assemble': True, 'extensions': []}"] +5-5: ['_if', 'is_press_some_key', '39'] != ['locate_xy', 'number', '-90'] +5-6: ['locate_xy', '-90', '-100'] != [] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['코딩활용능력2급(엔트리)-000045-석준서', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 0, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 93.52000000000007] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-000046-장하연/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['코딩활용능력2급(엔트리)-000046-장하연', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 99.76000000000008] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-000051-정이준/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 +2-1: when_run_button_click == when_run_button_click +2-2: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] != ['dialog', 'my room', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['코딩활용능력2급(엔트리)-000051-정이준', 1.7, 0, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 2, 2, 2, 2, 2, 96.50000000000006] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-000052-조은수/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 시작합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['코딩활용능력2급(엔트리)-000052-조은수', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 0, 2, 2, 97.76000000000008] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-000053-박율/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] != ['ask_and_wait', '첫 번째로 방문 할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행 합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['코딩활용능력2급(엔트리)-000053-박율', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 0, 2, 2, 96.20000000000007] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-000054-하도균/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] != ['여기는 백화점!', '4'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['코딩활용능력2급(엔트리)-000054-하도균', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 98.20000000000007] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-000056-이로하/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] != ['locate_xy', '90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['코딩활용능력2급(엔트리)-000056-이로하', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 98.20000000000007] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-000058-우나현/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] != ['wait_second', '1'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['코딩활용능력2급(엔트리)-000058-우나현', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 98.20000000000007] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-000059-권민지/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 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 +2-1: when_run_button_click == when_run_button_click +2-2: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] != ['ask_and_wait', '첫 번쨰로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] != ['move_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start != when_object_click +6-2: ['set_visible_answer', 'HIDE'] != ['add_effect_amount', 'brightness'] +6-3: ['dialog', 'my room!', 'speak'] != ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-4: when_object_click != when_scene_start +6-5: ['add_effect_amount', 'brightness', '10'] != ['set_visible_answer', 'HIDE'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', 'my room!', 'speak'] +6-7: ['wait_second', '2'] != [] +No elements found for $[1][4].type +Total Points for ['코딩활용능력2급(엔트리)-000059-권민지', 1.7, 1.7, 1.7, 0, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 0, 0, 0, 0, 0, 0, 0, 0, 80.26000000000005] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-000061-유주원/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] != ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['코딩활용능력2급(엔트리)-000061-유주원', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 2, 2, 2, 2, 2, 98.20000000000007] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-000062-김현주/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['코딩활용능력2급(엔트리)-000062-김현주', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 99.76000000000008] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-000064-백시온/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] != ['여기는 백화점', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['코딩활용능력2급(엔트리)-000064-백시온', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 98.20000000000007] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-000065-장희윤/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['코딩활용능력2급(엔트리)-000065-장희윤', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 99.76000000000008] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-000068-이수찬/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click != mouse_clicked +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['코딩활용능력2급(엔트리)-000068-이수찬', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 2, 2, 2, 2, 97.76000000000008] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-000071-김하윤/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] != ['locate_xy', '170', '80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] != ['_if', "{'id': '21l3', 'x': 0, 'y': 0, 'type': 'is_press_some_key', 'params': ['39', None], 'statements': [], 'movable': None, 'deletable': 1, 'emphasized': False, 'readOnly': None, 'copyable': True, 'assemble': True, 'extensions': []}"] +5-5: ['_if', 'is_press_some_key', '39'] != ['locate_xy', 'number', '-90'] +5-6: ['locate_xy', '-90', '-100'] != [] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['코딩활용능력2급(엔트리)-000071-김하윤', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 0, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 93.52000000000007] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-000073-신동준/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 +2-1: when_run_button_click == when_run_button_click +2-2: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] != [] +5-12: ['locate_object_time', '2'] != [] +5-13: ['wait_second', '1'] != [] +5-14: ['locate_xy_time', '2', '-120', '-100'] != [] +No elements found for $[1][4].params[*].params +No elements found for $[1][5].type +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] != [] +5-22: ['locate_object_time', '2'] != [] +5-23: ['wait_second', '1'] != [] +5-24: ['locate_xy_time', '2', '-120', '-100'] != [] +No elements found for $[2][4].params[*].params +No elements found for $[2][5].type +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['코딩활용능력2급(엔트리)-000073-신동준', 1.7, 0, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 0, 0, 0, 0, 0, 1.56, 1.56, 1.56, 1.56, 0, 0, 0, 0, 0, 0, 1.56, 1.56, 1.56, 2, 2, 0, 2, 2, 77.34000000000003] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-000074-서준/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 +Element '$..objects[?(@.name=='놀이동산')]' not found +example: 1-4 +Element '$..objects[?(@.name=='백화점')]' not found +example: 1-5 +elements found for $..objects[?(@.name=='우리집')] +$..objects[?(@.name=='우리집')] found +example: 1-6 +Element '$..objects[?(@.name=='어린이')]' not found +example: 2 +2-1: when_run_button_click == when_run_button_click +2-2: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +Element '$.messages[?(@.name=='놀이동산')]' not found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] != ['ask_and_wait', '첫 번째로 방문할 장소는'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] != ['dialog', '처음부터 다시 실행합니다', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['코딩활용능력2급(엔트리)-000074-서준', 1.7, 0, 0, 0, 1.7, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 0, 2, 2, 87.84000000000006] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-000075-이정현/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['코딩활용능력2급(엔트리)-000075-이정현', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 99.76000000000008] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-000077-권익현/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['코딩활용능력2급(엔트리)-000077-권익현', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 99.76000000000008] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-000078-허범용/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +No elements found for $[0][1].params[0].params[0] +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] != [] +No elements found for $[1][4].params[*].params +No elements found for $[1][5].type +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] != [] +No elements found for $[2][4].params[*].params +No elements found for $[2][5].type +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['코딩활용능력2급(엔트리)-000078-허범용', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 0, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 0, 0, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 88.84000000000006] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-000080-방호영/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['코딩활용능력2급(엔트리)-000080-방호영', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 99.76000000000008] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-000084-김동희/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['코딩활용능력2급(엔트리)-000084-김동희', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 99.76000000000008] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-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 +2-1: when_run_button_click == when_run_button_click +2-2: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] != ['여기는 백화점', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] != [] +No elements found for $[1][4].params[*].params +No elements found for $[1][5].type +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] != [] +No elements found for $[2][4].params[*].params +No elements found for $[2][5].type +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['코딩활용능력2급(엔트리)-000089-노윤서', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 0, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 0, 0, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 88.84000000000006] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-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 +2-1: when_run_button_click == when_run_button_click +2-2: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click != when_object_click_canceled +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] != ['ask_and_wait', '첫 번째로 기다릴 장소는?'] +4-6: ['wait_second', '0.5'] != ['wait_second', '2'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['코딩활용능력2급(엔트리)-000090-박지윤', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 0, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 95.08000000000007] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-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 +2-1: when_run_button_click == when_run_button_click +2-2: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] != ['ask_and_wait', '첫 번째로 방문한 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] != [] +No elements found for $[1][4].params[*].params +No elements found for $[1][5].type +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] != [] +No elements found for $[2][4].params[*].params +No elements found for $[2][5].type +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] != ['dialog', 'my room', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['코딩활용능력2급(엔트리)-000092-송설아', 1.7, 0, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 0, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 0, 0, 1.56, 1.56, 0, 2, 2, 2, 2, 2, 85.58000000000004] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-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 +2-1: when_run_button_click == when_run_button_click +2-2: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['코딩활용능력2급(엔트리)-000093-정서진', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 99.76000000000008] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-000095-조용화/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='약도')] +$..objects[?(@.name=='약도')] found +example: 1-2 +elements found for $..objects[?(@.name=='나의 방')] +$..objects[?(@.name=='나의 방')] found +example: 1-3 +elements found for $..objects[?(@.name=='놀이동산')] +$..objects[?(@.name=='놀이동산')] found +example: 1-4 +elements found for $..objects[?(@.name=='백화점')] +$..objects[?(@.name=='백화점')] found +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: 100 == 100 +2-3: ['locate_xy', '-25', '80'] == ['locate_xy', '-25', '80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] == ['ask_and_wait', '첫 번째로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['코딩활용능력2급(엔트리)-000095-조용화', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 99.76000000000008] + +Processing: ./output/2504 CAS 2급 A형/코딩활용능력2급(엔트리)-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 +2-1: when_run_button_click == when_run_button_click +2-2: 100 == 100 +2-3: ['locate_xy', '-25', '80'] != ['locate_xy', '-25', '-80'] +2-4: when_object_click == when_object_click +2-5: ['여기는 놀이동산!', '1'] == ['여기는 놀이동산!', '1'] +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: 80 == 80 +3-3: ['locate_xy', '170', '-80'] == ['locate_xy', '170', '-80'] +3-4: when_object_click == when_object_click +3-5: ['여기는 백화점!', '1'] == ['여기는 백화점!', '1'] +example: 31 +elements found for $.messages[?(@.name=='놀이동산')] +$.messages[?(@.name=='놀이동산')] found +example: 32 +elements found for $.messages[?(@.name=='백화점')] +$.messages[?(@.name=='백화점')] found +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: 110 == 110 +4-3: ['locate_xy', '-170', '-90'] == ['locate_xy', '-170', '-90'] +4-4: when_object_click == when_object_click +4-5: ['ask_and_wait', '첫 번째로 방문할 장소는?'] != ['ask_and_wait', '첫 번쨰로 방문할 장소는?'] +4-6: ['wait_second', '0.5'] == ['wait_second', '0.5'] +4-7: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '놀이동산'] +4-8: message_cast == message_cast +4-9: ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] == ['_if', 'boolean_basic_operator', 'get_canvas_input_value', 'EQUAL', '백화점'] +4-10: message_cast == message_cast +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: 40 == 40 +5-3: ['locate_xy', '-170', '-100'] == ['locate_xy', '-170', '-100'] +5-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +5-5: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +5-6: ['locate_xy', '-90', '-100'] == ['locate_xy', '-90', '-100'] +5-7: when_message_cast == when_message_cast +5-8: ['repeat_while_true'] == ['repeat_while_true'] +5-9: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-10: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-11: ['repeat_while_true'] == ['repeat_while_true'] +5-12: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-13: ['wait_second', '1'] == ['wait_second', '1'] +5-14: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-15: ['집 도착!', '1'] == ['집 도착!', '1'] +5-16: start_neighbor_scene == start_neighbor_scene +5-17: when_message_cast == when_message_cast +5-18: ['repeat_while_true'] == ['repeat_while_true'] +5-19: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-20: ['wait_second', '0.5'] == ['wait_second', '0.5'] +5-21: ['repeat_while_true'] == ['repeat_while_true'] +5-22: ['locate_object_time', '2'] == ['locate_object_time', '2'] +5-23: ['wait_second', '1'] == ['wait_second', '1'] +5-24: ['locate_xy_time', '2', '-120', '-100'] == ['locate_xy_time', '2', '-120', '-100'] +5-25: ['집 도착!', '1'] == ['집 도착!', '1'] +5-26: start_neighbor_scene == start_neighbor_scene +example: 6 +6-1: when_scene_start == when_scene_start +6-2: ['set_visible_answer', 'HIDE'] == ['set_visible_answer', 'HIDE'] +6-3: ['dialog', 'my room!', 'speak'] == ['dialog', 'my room!', 'speak'] +6-4: when_object_click == when_object_click +6-5: ['add_effect_amount', 'brightness', '10'] == ['add_effect_amount', 'brightness', '10'] +6-6: ['dialog', '처음부터 다시 실행합니다.', 'speak'] == ['dialog', '처음부터 다시 실행합니다.', 'speak'] +6-7: ['wait_second', '2'] == ['wait_second', '2'] +6-8: restart_project == restart_project +Total Points for ['코딩활용능력2급(엔트리)-000096-서형준', 1.7, 1.7, 1.7, 1.7, 1.7, 1.7, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 0, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 2, 2, 2, 2, 2, 96.64000000000007] + +Results saved to ./output/2504 CAS 2급 A형/results.xlsx diff --git a/logs/2505CAT3A.log b/logs/2505CAT3A.log new file mode 100644 index 0000000..d940d23 --- /dev/null +++ b/logs/2505CAT3A.log @@ -0,0 +1,3123 @@ + +Processing: ./output/2505CAT3A/CAT-000004-한재민/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: hide == hide +2-3: 40 == 40 +2-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +2-6: ['wait_second', '1'] == ['wait_second', '1'] +2-7: show == show +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: hide == hide +3-3: 30 == 30 +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +3-6: ['wait_second', '1'] == ['wait_second', '1'] +3-7: show == show +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '100', '60'] == ['locate_xy', '100', '60'] +4-3: 50 == 50 +4-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-5: ['_if', 'is_press_some_key', '37'] == ['_if', 'is_press_some_key', '37'] +4-6: ['move_x', '-5'] == ['move_x', '-5'] +4-7: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +4-8: ['move_x', '5'] == ['move_x', '5'] +4-9: ['_if', 'is_press_some_key', '38'] == ['_if', 'is_press_some_key', '38'] +4-10: ['move_y', '5'] == ['move_y', '5'] +4-11: ['_if', 'is_press_some_key', '40'] == ['_if', 'is_press_some_key', '40'] +4-12: ['move_y', '-5'] == ['move_y', '-5'] +4-13: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-14: ['냠냠!', '2'] == ['냠냠!', '2'] +4-15: 120 == 120 +4-16: hide == hide +4-17: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-18: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +4-19: ['으악!', '2'] == ['으악!', '2'] +4-20: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: hide == hide +5-3: ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] == ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] +5-4: ['stop_object', 'other_objects'] == ['stop_object', 'other_objects'] +5-5: locate == locate +5-6: show == show +5-7: ['상어로 변했어!', '2'] == ['상어로 변했어!', '2'] +Total Points for ['CAT-000004-한재민', 2, 2, 2, 2, 2, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 99.78999999999995] + +Processing: ./output/2505CAT3A/CAT-000043-서준/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: hide == hide +2-3: 40 == 40 +2-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +2-6: ['wait_second', '1'] == ['wait_second', '1'] +2-7: show == show +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: hide == hide +3-3: 30 == 30 +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +3-6: ['wait_second', '1'] == ['wait_second', '1'] +3-7: show == show +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '100', '60'] == ['locate_xy', '100', '60'] +4-3: 50 == 50 +4-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-5: ['_if', 'is_press_some_key', '37'] == ['_if', 'is_press_some_key', '37'] +4-6: ['move_x', '-5'] == ['move_x', '-5'] +4-7: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +4-8: ['move_x', '5'] == ['move_x', '5'] +4-9: ['_if', 'is_press_some_key', '38'] == ['_if', 'is_press_some_key', '38'] +4-10: ['move_y', '5'] == ['move_y', '5'] +4-11: ['_if', 'is_press_some_key', '40'] == ['_if', 'is_press_some_key', '40'] +4-12: ['move_y', '-5'] == ['move_y', '-5'] +4-13: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-14: ['냠냠!', '2'] == ['냠냠!', '2'] +4-15: 120 == 120 +4-16: hide == hide +4-17: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-18: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +4-19: ['으악!', '2'] == ['으악!', '2'] +4-20: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: hide == hide +5-3: ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] == ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] +5-4: ['stop_object', 'other_objects'] == ['stop_object', 'other_objects'] +5-5: locate == locate +5-6: show == show +5-7: ['상어로 변했어!', '2'] == ['상어로 변했어!', '2'] +Total Points for ['CAT-000043-서준', 2, 2, 2, 2, 2, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 99.78999999999995] + +Processing: ./output/2505CAT3A/CAT-000044-김민결/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: hide == hide +2-3: 40 == 40 +2-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +2-6: ['wait_second', '1'] == ['wait_second', '1'] +2-7: show == show +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: hide == hide +3-3: 30 == 30 +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +3-6: ['wait_second', '1'] == ['wait_second', '1'] +3-7: show == show +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '100', '60'] == ['locate_xy', '100', '60'] +4-3: 50 == 50 +4-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-5: ['_if', 'is_press_some_key', '37'] == ['_if', 'is_press_some_key', '37'] +4-6: ['move_x', '-5'] == ['move_x', '-5'] +4-7: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +4-8: ['move_x', '5'] == ['move_x', '5'] +4-9: ['_if', 'is_press_some_key', '38'] == ['_if', 'is_press_some_key', '38'] +4-10: ['move_y', '5'] == ['move_y', '5'] +4-11: ['_if', 'is_press_some_key', '40'] == ['_if', 'is_press_some_key', '40'] +4-12: ['move_y', '-5'] == ['move_y', '-5'] +4-13: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-14: ['냠냠!', '2'] == ['냠냠!', '2'] +4-15: 120 == 120 +4-16: hide == hide +4-17: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-18: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +4-19: ['으악!', '2'] == ['으악!', '2'] +4-20: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: hide == hide +5-3: ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] == ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] +5-4: ['stop_object', 'other_objects'] == ['stop_object', 'other_objects'] +5-5: locate == locate +5-6: show == show +5-7: ['상어로 변했어!', '2'] == ['상어로 변했어!', '2'] +Total Points for ['CAT-000044-김민결', 2, 2, 2, 2, 2, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 99.78999999999995] + +Processing: ./output/2505CAT3A/정답/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: hide == hide +2-3: 40 == 40 +2-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +2-6: ['wait_second', '1'] != ['wait_second', '2'] +2-7: show == show +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: hide == hide +3-3: 30 == 30 +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +3-6: ['wait_second', '1'] != ['wait_second', '2'] +3-7: show == show +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '100', '60'] == ['locate_xy', '100', '60'] +4-3: 50 == 50 +4-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-5: ['_if', 'is_press_some_key', '37'] == ['_if', 'is_press_some_key', '37'] +4-6: ['move_x', '-5'] == ['move_x', '-5'] +4-7: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +4-8: ['move_x', '5'] == ['move_x', '5'] +4-9: ['_if', 'is_press_some_key', '38'] == ['_if', 'is_press_some_key', '38'] +4-10: ['move_y', '5'] == ['move_y', '5'] +4-11: ['_if', 'is_press_some_key', '40'] == ['_if', 'is_press_some_key', '40'] +4-12: ['move_y', '-5'] == ['move_y', '-5'] +4-13: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-14: ['냠냠!', '2'] == ['냠냠!', '2'] +4-15: 120 == 120 +4-16: hide == hide +4-17: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-18: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +4-19: ['으악!', '2'] == ['으악!', '2'] +4-20: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: hide == hide +5-3: ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] == ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] +5-4: ['stop_object', 'other_objects'] == ['stop_object', 'other_objects'] +5-5: locate == locate +5-6: show == show +5-7: ['상어로 변했어!', '2'] == ['상어로 변했어!', '2'] +Total Points for ['정답', 2, 2, 2, 2, 2, 2.19, 2.19, 2.19, 2.19, 2.19, 0, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 0, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 95.40999999999995] + +Processing: ./output/2505CAT3A/코딩활용능력3급(엔트리)-000003-김민규/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: hide == hide +2-3: 40 == 40 +2-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +2-6: ['wait_second', '1'] == ['wait_second', '1'] +2-7: show == show +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: hide == hide +3-3: 30 == 30 +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +3-6: ['wait_second', '1'] == ['wait_second', '1'] +3-7: show == show +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '100', '60'] == ['locate_xy', '100', '60'] +4-3: 50 == 50 +4-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-5: ['_if', 'is_press_some_key', '37'] == ['_if', 'is_press_some_key', '37'] +4-6: ['move_x', '-5'] == ['move_x', '-5'] +4-7: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +4-8: ['move_x', '5'] == ['move_x', '5'] +4-9: ['_if', 'is_press_some_key', '38'] == ['_if', 'is_press_some_key', '38'] +4-10: ['move_y', '5'] == ['move_y', '5'] +4-11: ['_if', 'is_press_some_key', '40'] == ['_if', 'is_press_some_key', '40'] +4-12: ['move_y', '-5'] == ['move_y', '-5'] +4-13: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-14: ['냠냠!', '2'] == ['냠냠!', '2'] +4-15: 120 == 120 +4-16: hide == hide +4-17: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-18: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +4-19: ['으악!', '2'] == ['으악!', '2'] +4-20: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: hide == hide +5-3: ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] == ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] +5-4: ['stop_object', 'other_objects'] == ['stop_object', 'other_objects'] +5-5: locate == locate +5-6: show == show +5-7: ['상어로 변했어!', '2'] == ['상어로 변했어!', '2'] +Total Points for ['코딩활용능력3급(엔트리)-000003-김민규', 2, 2, 2, 2, 2, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 99.78999999999995] + +Processing: ./output/2505CAT3A/코딩활용능력3급(엔트리)-000005-송효원/temp/project.json +example: 1-1 +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 +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: 40 == 40 +2-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +2-6: ['wait_second', '1'] == ['wait_second', '1'] +2-7: show == show +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: hide == hide +3-3: 30 == 30 +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +3-6: ['wait_second', '1'] == ['wait_second', '1'] +3-7: show == show +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '100', '60'] == ['locate_xy', '100', '60'] +4-3: 50 == 50 +4-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-5: ['_if', 'is_press_some_key', '37'] == ['_if', 'is_press_some_key', '37'] +4-6: ['move_x', '-5'] == ['move_x', '-5'] +4-7: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +4-8: ['move_x', '5'] == ['move_x', '5'] +4-9: ['_if', 'is_press_some_key', '38'] == ['_if', 'is_press_some_key', '38'] +4-10: ['move_y', '5'] == ['move_y', '5'] +4-11: ['_if', 'is_press_some_key', '40'] == ['_if', 'is_press_some_key', '40'] +4-12: ['move_y', '-5'] == ['move_y', '-5'] +4-13: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-14: ['냠냠!', '2'] == ['냠냠!', '2'] +4-15: 120 == 120 +4-16: hide == hide +4-17: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-18: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +4-19: ['으악!', '2'] == ['으악!', '2'] +4-20: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: hide == hide +5-3: ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] == ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] +5-4: ['stop_object', 'other_objects'] == ['stop_object', 'other_objects'] +5-5: locate == locate +5-6: show == show +5-7: ['상어로 변했어!', '2'] == ['상어로 변했어!', '2'] +Total Points for ['코딩활용능력3급(엔트리)-000005-송효원', 0, 2, 2, 2, 2, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 97.78999999999994] + +Processing: ./output/2505CAT3A/코딩활용능력3급(엔트리)-000006-정지원/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: hide == hide +2-3: 40 == 40 +2-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +2-6: ['wait_second', '1'] == ['wait_second', '1'] +2-7: show == show +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: hide == hide +3-3: 30 == 30 +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +3-6: ['wait_second', '1'] == ['wait_second', '1'] +3-7: show == show +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '100', '60'] == ['locate_xy', '100', '60'] +4-3: 50 == 50 +4-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-5: ['_if', 'is_press_some_key', '37'] == ['_if', 'is_press_some_key', '37'] +4-6: ['move_x', '-5'] == ['move_x', '-5'] +4-7: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +4-8: ['move_x', '5'] == ['move_x', '5'] +4-9: ['_if', 'is_press_some_key', '38'] == ['_if', 'is_press_some_key', '38'] +4-10: ['move_y', '5'] == ['move_y', '5'] +4-11: ['_if', 'is_press_some_key', '40'] == ['_if', 'is_press_some_key', '40'] +4-12: ['move_y', '-5'] == ['move_y', '-5'] +4-13: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-14: ['냠냠!', '2'] == ['냠냠!', '2'] +4-15: 120 == 120 +4-16: hide == hide +4-17: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-18: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +4-19: ['으악!', '2'] == ['으악!', '2'] +4-20: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: hide == hide +5-3: ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] == ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] +5-4: ['stop_object', 'other_objects'] == ['stop_object', 'other_objects'] +5-5: locate == locate +5-6: show == show +5-7: ['상어로 변했어!', '2'] != ['상어로 변했다!', '2'] +Total Points for ['코딩활용능력3급(엔트리)-000006-정지원', 2, 2, 2, 2, 2, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 0, 97.59999999999995] + +Processing: ./output/2505CAT3A/코딩활용능력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: hide == hide +2-3: 40 == 40 +2-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +2-6: ['wait_second', '1'] == ['wait_second', '1'] +2-7: show == show +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: hide == hide +3-3: 30 == 30 +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +3-6: ['wait_second', '1'] == ['wait_second', '1'] +3-7: show == show +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '100', '60'] == ['locate_xy', '100', '60'] +4-3: 50 == 50 +4-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-5: ['_if', 'is_press_some_key', '37'] == ['_if', 'is_press_some_key', '37'] +4-6: ['move_x', '-5'] == ['move_x', '-5'] +4-7: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +4-8: ['move_x', '5'] == ['move_x', '5'] +4-9: ['_if', 'is_press_some_key', '38'] == ['_if', 'is_press_some_key', '38'] +4-10: ['move_y', '5'] == ['move_y', '5'] +4-11: ['_if', 'is_press_some_key', '40'] == ['_if', 'is_press_some_key', '40'] +4-12: ['move_y', '-5'] == ['move_y', '-5'] +4-13: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-14: ['냠냠!', '2'] == ['냠냠!', '2'] +4-15: 120 == 120 +4-16: hide == hide +4-17: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-18: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +4-19: ['으악!', '2'] == ['으악!', '2'] +4-20: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: hide == hide +5-3: ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] == ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] +5-4: ['stop_object', 'other_objects'] == ['stop_object', 'other_objects'] +5-5: locate == locate +5-6: show == show +5-7: ['상어로 변했어!', '2'] == ['상어로 변했어!', '2'] +Total Points for ['코딩활용능력3급(엔트리)-000007-김도현', 2, 2, 2, 2, 2, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 99.78999999999995] + +Processing: ./output/2505CAT3A/코딩활용능력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 +Element '$..objects[?(@.name=='물고기')]' not 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: hide == hide +2-3: 40 == 40 +2-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +2-6: ['wait_second', '1'] == ['wait_second', '1'] +2-7: show == show +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: hide == hide +3-3: 30 == 30 +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +3-6: ['wait_second', '1'] == ['wait_second', '1'] +3-7: show == show +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '100', '60'] == ['locate_xy', '100', '60'] +4-3: 50 == 50 +4-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-5: ['_if', 'is_press_some_key', '37'] == ['_if', 'is_press_some_key', '37'] +4-6: ['move_x', '-5'] == ['move_x', '-5'] +4-7: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +4-8: ['move_x', '5'] == ['move_x', '5'] +4-9: ['_if', 'is_press_some_key', '38'] == ['_if', 'is_press_some_key', '38'] +4-10: ['move_y', '5'] == ['move_y', '5'] +4-11: ['_if', 'is_press_some_key', '40'] == ['_if', 'is_press_some_key', '40'] +4-12: ['move_y', '-5'] == ['move_y', '-5'] +4-13: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-14: ['냠냠!', '2'] != ['냠냠', '2'] +4-15: 120 == 120 +4-16: hide == hide +4-17: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-18: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +4-19: ['으악!', '2'] != ['으악', '2'] +4-20: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: hide == hide +5-3: ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] == ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] +5-4: ['stop_object', 'other_objects'] == ['stop_object', 'other_objects'] +5-5: locate == locate +5-6: show == show +5-7: ['상어로 변했어!', '2'] == ['상어로 변했어!', '2'] +Total Points for ['코딩활용능력3급(엔트리)-000008-노규빈', 2, 2, 2, 0, 2, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 0, 2.19, 2.19, 2.19, 2.19, 0, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 93.40999999999994] + +Processing: ./output/2505CAT3A/코딩활용능력3급(엔트리)-000010-최서연/temp/project.json +example: 1-1 +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 +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: 40 == 40 +2-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +2-6: ['wait_second', '1'] == ['wait_second', '1'] +2-7: show == show +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: hide == hide +3-3: 30 == 30 +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +3-6: ['wait_second', '1'] == ['wait_second', '1'] +3-7: show == show +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '100', '60'] == ['locate_xy', '100', '60'] +4-3: 50 == 50 +4-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-5: ['_if', 'is_press_some_key', '37'] == ['_if', 'is_press_some_key', '37'] +4-6: ['move_x', '-5'] == ['move_x', '-5'] +4-7: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +4-8: ['move_x', '5'] == ['move_x', '5'] +4-9: ['_if', 'is_press_some_key', '38'] == ['_if', 'is_press_some_key', '38'] +4-10: ['move_y', '5'] == ['move_y', '5'] +4-11: ['_if', 'is_press_some_key', '40'] == ['_if', 'is_press_some_key', '40'] +4-12: ['move_y', '-5'] == ['move_y', '-5'] +4-13: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-14: ['냠냠!', '2'] == ['냠냠!', '2'] +4-15: 120 == 120 +4-16: hide == hide +4-17: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-18: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +4-19: ['으악!', '2'] == ['으악!', '2'] +4-20: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: hide == hide +5-3: ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] == ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] +5-4: ['stop_object', 'other_objects'] == ['stop_object', 'other_objects'] +5-5: locate == locate +5-6: show == show +5-7: ['상어로 변했어!', '2'] == ['상어로 변했어!', '2'] +Total Points for ['코딩활용능력3급(엔트리)-000010-최서연', 0, 2, 2, 2, 2, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 97.78999999999994] + +Processing: ./output/2505CAT3A/코딩활용능력3급(엔트리)-000011-나강혁/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: hide == hide +2-3: 40 == 40 +2-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +2-6: ['wait_second', '1'] == ['wait_second', '1'] +2-7: show == show +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: hide == hide +3-3: 30 == 30 +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +3-6: ['wait_second', '1'] == ['wait_second', '1'] +3-7: show == show +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '100', '60'] == ['locate_xy', '100', '60'] +4-3: 50 == 50 +4-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-5: ['_if', 'is_press_some_key', '37'] == ['_if', 'is_press_some_key', '37'] +4-6: ['move_x', '-5'] == ['move_x', '-5'] +4-7: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +4-8: ['move_x', '5'] == ['move_x', '5'] +4-9: ['_if', 'is_press_some_key', '38'] == ['_if', 'is_press_some_key', '38'] +4-10: ['move_y', '5'] == ['move_y', '5'] +4-11: ['_if', 'is_press_some_key', '40'] == ['_if', 'is_press_some_key', '40'] +4-12: ['move_y', '-5'] == ['move_y', '-5'] +4-13: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-14: ['냠냠!', '2'] == ['냠냠!', '2'] +4-15: 120 == 120 +4-16: hide == hide +4-17: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-18: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +4-19: ['으악!', '2'] == ['으악!', '2'] +4-20: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: hide == hide +5-3: ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] == ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] +5-4: ['stop_object', 'other_objects'] == ['stop_object', 'other_objects'] +5-5: locate == locate +5-6: show == show +5-7: ['상어로 변했어!', '2'] == ['상어로 변했어!', '2'] +Total Points for ['코딩활용능력3급(엔트리)-000011-나강혁', 2, 2, 2, 2, 2, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 99.78999999999995] + +Processing: ./output/2505CAT3A/코딩활용능력3급(엔트리)-000012-윤이섬/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: hide == hide +2-3: 40 == 40 +2-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +2-6: ['wait_second', '1'] == ['wait_second', '1'] +2-7: show == show +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: hide == hide +3-3: 30 == 30 +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +3-6: ['wait_second', '1'] == ['wait_second', '1'] +3-7: show == show +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '100', '60'] == ['locate_xy', '100', '60'] +4-3: 50 == 50 +4-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-5: ['_if', 'is_press_some_key', '37'] == ['_if', 'is_press_some_key', '37'] +4-6: ['move_x', '-5'] == ['move_x', '-5'] +4-7: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +4-8: ['move_x', '5'] == ['move_x', '5'] +4-9: ['_if', 'is_press_some_key', '38'] == ['_if', 'is_press_some_key', '38'] +4-10: ['move_y', '5'] == ['move_y', '5'] +4-11: ['_if', 'is_press_some_key', '40'] == ['_if', 'is_press_some_key', '40'] +4-12: ['move_y', '-5'] == ['move_y', '-5'] +4-13: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-14: ['냠냠!', '2'] == ['냠냠!', '2'] +4-15: 120 == 120 +4-16: hide == hide +4-17: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-18: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +4-19: ['으악!', '2'] == ['으악!', '2'] +4-20: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: hide == hide +5-3: ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] == ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] +5-4: ['stop_object', 'other_objects'] == ['stop_object', 'other_objects'] +5-5: locate == locate +5-6: show == show +5-7: ['상어로 변했어!', '2'] == ['상어로 변했어!', '2'] +Total Points for ['코딩활용능력3급(엔트리)-000012-윤이섬', 2, 2, 2, 2, 2, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 99.78999999999995] + +Processing: ./output/2505CAT3A/코딩활용능력3급(엔트리)-000013-송호연/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: hide == hide +2-3: 40 == 40 +2-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +2-6: ['wait_second', '1'] == ['wait_second', '1'] +2-7: show == show +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: hide == hide +3-3: 30 == 30 +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +3-6: ['wait_second', '1'] == ['wait_second', '1'] +3-7: show == show +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '100', '60'] == ['locate_xy', '100', '60'] +4-3: 50 == 50 +4-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-5: ['_if', 'is_press_some_key', '37'] == ['_if', 'is_press_some_key', '37'] +4-6: ['move_x', '-5'] == ['move_x', '-5'] +4-7: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +4-8: ['move_x', '5'] == ['move_x', '5'] +4-9: ['_if', 'is_press_some_key', '38'] == ['_if', 'is_press_some_key', '38'] +4-10: ['move_y', '5'] == ['move_y', '5'] +4-11: ['_if', 'is_press_some_key', '40'] == ['_if', 'is_press_some_key', '40'] +4-12: ['move_y', '-5'] == ['move_y', '-5'] +4-13: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-14: ['냠냠!', '2'] == ['냠냠!', '2'] +4-15: 120 == 120 +4-16: hide == hide +4-17: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-18: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +4-19: ['으악!', '2'] == ['으악!', '2'] +4-20: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: hide == hide +5-3: ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] == ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] +5-4: ['stop_object', 'other_objects'] == ['stop_object', 'other_objects'] +5-5: locate == locate +5-6: show == show +5-7: ['상어로 변했어!', '2'] == ['상어로 변했어!', '2'] +Total Points for ['코딩활용능력3급(엔트리)-000013-송호연', 2, 2, 2, 2, 2, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 99.78999999999995] + +Processing: ./output/2505CAT3A/코딩활용능력3급(엔트리)-000014-김병민/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: hide == hide +2-3: 40 == 40 +2-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +2-6: ['wait_second', '1'] == ['wait_second', '1'] +2-7: show == show +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: hide == hide +3-3: 30 == 30 +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +3-6: ['wait_second', '1'] == ['wait_second', '1'] +3-7: show == show +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '100', '60'] == ['locate_xy', '100', '60'] +4-3: 50 == 50 +4-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-5: ['_if', 'is_press_some_key', '37'] == ['_if', 'is_press_some_key', '37'] +4-6: ['move_x', '-5'] == ['move_x', '-5'] +4-7: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +4-8: ['move_x', '5'] == ['move_x', '5'] +4-9: ['_if', 'is_press_some_key', '38'] == ['_if', 'is_press_some_key', '38'] +4-10: ['move_y', '5'] == ['move_y', '5'] +4-11: ['_if', 'is_press_some_key', '40'] == ['_if', 'is_press_some_key', '40'] +4-12: ['move_y', '-5'] == ['move_y', '-5'] +4-13: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-14: ['냠냠!', '2'] == ['냠냠!', '2'] +4-15: 120 == 120 +4-16: hide == hide +4-17: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-18: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +4-19: ['으악!', '2'] == ['으악!', '2'] +4-20: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: hide == hide +5-3: ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] == ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] +5-4: ['stop_object', 'other_objects'] == ['stop_object', 'other_objects'] +5-5: locate == locate +5-6: show == show +5-7: ['상어로 변했어!', '2'] == ['상어로 변했어!', '2'] +Total Points for ['코딩활용능력3급(엔트리)-000014-김병민', 2, 2, 2, 2, 2, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 99.78999999999995] + +Processing: ./output/2505CAT3A/코딩활용능력3급(엔트리)-000015-강서준/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: hide == hide +2-3: 40 == 40 +2-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +2-6: ['wait_second', '1'] == ['wait_second', '1'] +2-7: show == show +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: hide == hide +3-3: 30 == 30 +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +3-6: ['wait_second', '1'] == ['wait_second', '1'] +3-7: show == show +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '100', '60'] == ['locate_xy', '100', '60'] +4-3: 50 == 50 +4-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-5: ['_if', 'is_press_some_key', '37'] == ['_if', 'is_press_some_key', '37'] +4-6: ['move_x', '-5'] == ['move_x', '-5'] +4-7: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +4-8: ['move_x', '5'] == ['move_x', '5'] +4-9: ['_if', 'is_press_some_key', '38'] == ['_if', 'is_press_some_key', '38'] +4-10: ['move_y', '5'] == ['move_y', '5'] +4-11: ['_if', 'is_press_some_key', '40'] == ['_if', 'is_press_some_key', '40'] +4-12: ['move_y', '-5'] == ['move_y', '-5'] +4-13: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-14: ['냠냠!', '2'] != ['냠냠', '2'] +4-15: 120 == 120 +4-16: hide == hide +4-17: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-18: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +4-19: ['으악!', '2'] != ['으악', '2'] +4-20: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: hide == hide +5-3: ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] == ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] +5-4: ['stop_object', 'other_objects'] == ['stop_object', 'other_objects'] +5-5: locate == locate +5-6: show == show +5-7: ['상어로 변했어!', '2'] != ['상어로 변했어', '2'] +Total Points for ['코딩활용능력3급(엔트리)-000015-강서준', 2, 2, 2, 2, 2, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 0, 2.19, 2.19, 2.19, 2.19, 0, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 0, 93.21999999999996] + +Processing: ./output/2505CAT3A/코딩활용능력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: hide == hide +2-3: 40 == 40 +2-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +2-6: ['wait_second', '1'] == ['wait_second', '1'] +2-7: show == show +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: hide == hide +3-3: 30 == 30 +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +3-6: ['wait_second', '1'] == ['wait_second', '1'] +3-7: show == show +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '100', '60'] == ['locate_xy', '100', '60'] +4-3: 50 == 50 +4-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-5: ['_if', 'is_press_some_key', '37'] == ['_if', 'is_press_some_key', '37'] +4-6: ['move_x', '-5'] == ['move_x', '-5'] +4-7: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +4-8: ['move_x', '5'] != ['locate_x', '5'] +4-9: ['_if', 'is_press_some_key', '38'] == ['_if', 'is_press_some_key', '38'] +4-10: ['move_y', '5'] == ['move_y', '5'] +4-11: ['_if', 'is_press_some_key', '40'] == ['_if', 'is_press_some_key', '40'] +4-12: ['move_y', '-5'] == ['move_y', '-5'] +4-13: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-14: ['냠냠!', '2'] == ['냠냠!', '2'] +4-15: 120 == 120 +4-16: hide == hide +4-17: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-18: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +4-19: ['으악!', '2'] != ['으악', '2'] +4-20: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: hide == hide +5-3: ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] == ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] +5-4: ['stop_object', 'other_objects'] == ['stop_object', 'other_objects'] +5-5: locate == locate +5-6: show == show +5-7: ['상어로 변했어!', '2'] != ['상어로 변신했어!', '2'] +Total Points for ['코딩활용능력3급(엔트리)-000016-배승준', 2, 2, 2, 2, 2, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 0, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 0, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 0, 93.21999999999996] + +Processing: ./output/2505CAT3A/코딩활용능력3급(엔트리)-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: hide == hide +2-3: 40 == 40 +2-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +2-6: ['wait_second', '1'] == ['wait_second', '1'] +2-7: show == show +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: hide == hide +3-3: 30 == 30 +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +3-6: ['wait_second', '1'] == ['wait_second', '1'] +3-7: show == show +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '100', '60'] == ['locate_xy', '100', '60'] +4-3: 50 == 50 +4-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-5: ['_if', 'is_press_some_key', '37'] == ['_if', 'is_press_some_key', '37'] +4-6: ['move_x', '-5'] == ['move_x', '-5'] +4-7: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +4-8: ['move_x', '5'] == ['move_x', '5'] +4-9: ['_if', 'is_press_some_key', '38'] == ['_if', 'is_press_some_key', '38'] +4-10: ['move_y', '5'] == ['move_y', '5'] +4-11: ['_if', 'is_press_some_key', '40'] == ['_if', 'is_press_some_key', '40'] +4-12: ['move_y', '-5'] == ['move_y', '-5'] +4-13: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-14: ['냠냠!', '2'] == ['냠냠!', '2'] +4-15: 120 == 120 +4-16: hide == hide +4-17: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-18: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +4-19: ['으악!', '2'] == ['으악!', '2'] +4-20: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: hide == hide +5-3: ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] == ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] +5-4: ['stop_object', 'other_objects'] == ['stop_object', 'other_objects'] +5-5: locate == locate +5-6: show == show +5-7: ['상어로 변했어!', '2'] == ['상어로 변했어!', '2'] +Total Points for ['코딩활용능력3급(엔트리)-000017-박지율', 2, 2, 2, 2, 2, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 99.78999999999995] + +Processing: ./output/2505CAT3A/코딩활용능력3급(엔트리)-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: hide == hide +2-3: 40 == 40 +2-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +2-6: ['wait_second', '1'] == ['wait_second', '1'] +2-7: show == show +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: hide == hide +3-3: 30 == 30 +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +3-6: ['wait_second', '1'] == ['wait_second', '1'] +3-7: show == show +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '100', '60'] == ['locate_xy', '100', '60'] +4-3: 50 == 50 +4-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-5: ['_if', 'is_press_some_key', '37'] == ['_if', 'is_press_some_key', '37'] +4-6: ['move_x', '-5'] == ['move_x', '-5'] +4-7: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +4-8: ['move_x', '5'] == ['move_x', '5'] +4-9: ['_if', 'is_press_some_key', '38'] == ['_if', 'is_press_some_key', '38'] +4-10: ['move_y', '5'] == ['move_y', '5'] +4-11: ['_if', 'is_press_some_key', '40'] == ['_if', 'is_press_some_key', '40'] +4-12: ['move_y', '-5'] == ['move_y', '-5'] +4-13: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-14: ['냠냠!', '2'] == ['냠냠!', '2'] +4-15: 120 == 120 +4-16: hide == hide +4-17: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-18: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +4-19: ['으악!', '2'] == ['으악!', '2'] +4-20: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: hide == hide +5-3: ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] == ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] +5-4: ['stop_object', 'other_objects'] == ['stop_object', 'other_objects'] +5-5: locate == locate +5-6: show == show +5-7: ['상어로 변했어!', '2'] == ['상어로 변했어!', '2'] +Total Points for ['코딩활용능력3급(엔트리)-000018-차아인', 2, 2, 2, 2, 2, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 99.78999999999995] + +Processing: ./output/2505CAT3A/코딩활용능력3급(엔트리)-000019-오승하/temp/project.json +example: 1-1 +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 +Element '$..objects[?(@.name=='물고기')]' not 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: hide == hide +2-3: 40 == 40 +2-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +2-6: ['wait_second', '1'] == ['wait_second', '1'] +2-7: show == show +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: hide == hide +3-3: 30 == 30 +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +3-6: ['wait_second', '1'] == ['wait_second', '1'] +3-7: show == show +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '100', '60'] == ['locate_xy', '100', '60'] +4-3: 50 == 50 +4-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-5: ['_if', 'is_press_some_key', '37'] == ['_if', 'is_press_some_key', '37'] +4-6: ['move_x', '-5'] == ['move_x', '-5'] +4-7: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +4-8: ['move_x', '5'] == ['move_x', '5'] +4-9: ['_if', 'is_press_some_key', '38'] == ['_if', 'is_press_some_key', '38'] +4-10: ['move_y', '5'] == ['move_y', '5'] +4-11: ['_if', 'is_press_some_key', '40'] == ['_if', 'is_press_some_key', '40'] +4-12: ['move_y', '-5'] == ['move_y', '-5'] +4-13: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-14: ['냠냠!', '2'] != ['냠냠', '2'] +4-15: 120 == 120 +4-16: hide == hide +4-17: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-18: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +4-19: ['으악!', '2'] != ['으악', '2'] +4-20: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: hide == hide +5-3: ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] == ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] +5-4: ['stop_object', 'other_objects'] == ['stop_object', 'other_objects'] +5-5: locate == locate +5-6: show == show +5-7: ['상어로 변했어!', '2'] != ['상어로 변했어', '2'] +Total Points for ['코딩활용능력3급(엔트리)-000019-오승하', 2, 0, 2, 0, 2, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 0, 2.19, 2.19, 2.19, 2.19, 0, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 0, 89.21999999999996] + +Processing: ./output/2505CAT3A/코딩활용능력3급(엔트리)-000020-이서별/temp/project.json +example: 1-1 +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 +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: 40 == 40 +2-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +2-6: ['wait_second', '1'] == ['wait_second', '1'] +2-7: show == show +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: hide == hide +3-3: 30 == 30 +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +3-6: ['wait_second', '1'] == ['wait_second', '1'] +3-7: show == show +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '100', '60'] == ['locate_xy', '100', '60'] +4-3: 50 == 50 +4-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-5: ['_if', 'is_press_some_key', '37'] == ['_if', 'is_press_some_key', '37'] +4-6: ['move_x', '-5'] == ['move_x', '-5'] +4-7: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +4-8: ['move_x', '5'] == ['move_x', '5'] +4-9: ['_if', 'is_press_some_key', '38'] == ['_if', 'is_press_some_key', '38'] +4-10: ['move_y', '5'] == ['move_y', '5'] +4-11: ['_if', 'is_press_some_key', '40'] == ['_if', 'is_press_some_key', '40'] +4-12: ['move_y', '-5'] == ['move_y', '-5'] +4-13: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-14: ['냠냠!', '2'] != ['냠냠', '2'] +4-15: 120 == 120 +4-16: hide == hide +4-17: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-18: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +4-19: ['으악!', '2'] == ['으악!', '2'] +4-20: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: hide == hide +5-3: ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] == ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] +5-4: ['stop_object', 'other_objects'] == ['stop_object', 'other_objects'] +5-5: locate == locate +5-6: show == show +5-7: ['상어로 변했어!', '2'] == ['상어로 변했어!', '2'] +Total Points for ['코딩활용능력3급(엔트리)-000020-이서별', 2, 0, 2, 2, 2, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 0, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 95.59999999999994] + +Processing: ./output/2505CAT3A/코딩활용능력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: hide == hide +2-3: 40 == 40 +2-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +2-6: ['wait_second', '1'] == ['wait_second', '1'] +2-7: show == show +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: hide == hide +3-3: 30 == 30 +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +3-6: ['wait_second', '1'] == ['wait_second', '1'] +3-7: show == show +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '100', '60'] == ['locate_xy', '100', '60'] +4-3: 50 == 50 +4-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-5: ['_if', 'is_press_some_key', '37'] == ['_if', 'is_press_some_key', '37'] +4-6: ['move_x', '-5'] == ['move_x', '-5'] +4-7: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +4-8: ['move_x', '5'] == ['move_x', '5'] +4-9: ['_if', 'is_press_some_key', '38'] == ['_if', 'is_press_some_key', '38'] +4-10: ['move_y', '5'] == ['move_y', '5'] +4-11: ['_if', 'is_press_some_key', '40'] == ['_if', 'is_press_some_key', '40'] +4-12: ['move_y', '-5'] == ['move_y', '-5'] +4-13: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-14: ['냠냠!', '2'] == ['냠냠!', '2'] +4-15: 120 == 120 +4-16: hide == hide +4-17: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-18: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +4-19: ['으악!', '2'] == ['으악!', '2'] +4-20: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: hide == hide +5-3: ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] == ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] +5-4: ['stop_object', 'other_objects'] == ['stop_object', 'other_objects'] +5-5: locate == locate +5-6: show == show +5-7: ['상어로 변했어!', '2'] == ['상어로 변했어!', '2'] +Total Points for ['코딩활용능력3급(엔트리)-000021-김다율', 2, 2, 2, 2, 2, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 99.78999999999995] + +Processing: ./output/2505CAT3A/코딩활용능력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: hide == hide +2-3: 40 == 40 +2-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +2-6: ['wait_second', '1'] == ['wait_second', '1'] +2-7: show == show +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: hide == hide +3-3: 30 == 30 +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +3-6: ['wait_second', '1'] == ['wait_second', '1'] +3-7: show == show +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '100', '60'] == ['locate_xy', '100', '60'] +4-3: 50 == 50 +4-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-5: ['_if', 'is_press_some_key', '37'] == ['_if', 'is_press_some_key', '37'] +4-6: ['move_x', '-5'] == ['move_x', '-5'] +4-7: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +4-8: ['move_x', '5'] == ['move_x', '5'] +4-9: ['_if', 'is_press_some_key', '38'] == ['_if', 'is_press_some_key', '38'] +4-10: ['move_y', '5'] == ['move_y', '5'] +4-11: ['_if', 'is_press_some_key', '40'] == ['_if', 'is_press_some_key', '40'] +4-12: ['move_y', '-5'] == ['move_y', '-5'] +4-13: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-14: ['냠냠!', '2'] == ['냠냠!', '2'] +4-15: 120 == 120 +4-16: hide == hide +4-17: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-18: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +4-19: ['으악!', '2'] == ['으악!', '2'] +4-20: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: hide == hide +5-3: ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] == ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] +5-4: ['stop_object', 'other_objects'] == ['stop_object', 'other_objects'] +5-5: locate == locate +5-6: show == show +5-7: ['상어로 변했어!', '2'] == ['상어로 변했어!', '2'] +Total Points for ['코딩활용능력3급(엔트리)-000022-우수현', 2, 2, 2, 2, 2, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 99.78999999999995] + +Processing: ./output/2505CAT3A/코딩활용능력3급(엔트리)-000023-유서호/temp/project.json +example: 1-1 +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 +2-1: when_run_button_click == when_run_button_click +2-2: hide == hide +2-3: 40 == 40 +2-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +2-6: ['wait_second', '1'] == ['wait_second', '1'] +2-7: show == show +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: hide == hide +3-3: 30 == 30 +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +3-6: ['wait_second', '1'] == ['wait_second', '1'] +3-7: show == show +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '100', '60'] == ['locate_xy', '100', '60'] +4-3: 50 == 50 +4-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-5: ['_if', 'is_press_some_key', '37'] == ['_if', 'is_press_some_key', '37'] +4-6: ['move_x', '-5'] == ['move_x', '-5'] +4-7: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +4-8: ['move_x', '5'] == ['move_x', '5'] +4-9: ['_if', 'is_press_some_key', '38'] == ['_if', 'is_press_some_key', '38'] +4-10: ['move_y', '5'] == ['move_y', '5'] +4-11: ['_if', 'is_press_some_key', '40'] == ['_if', 'is_press_some_key', '40'] +4-12: ['move_y', '-5'] == ['move_y', '-5'] +4-13: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-14: ['냠냠!', '2'] == ['냠냠!', '2'] +4-15: 120 == 120 +4-16: hide == hide +4-17: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-18: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +4-19: ['으악!', '2'] == ['으악!', '2'] +4-20: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: hide == hide +5-3: ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] == ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] +5-4: ['stop_object', 'other_objects'] == ['stop_object', 'other_objects'] +5-5: locate == locate +5-6: show == show +5-7: ['상어로 변했어!', '2'] == ['상어로 변했어!', '2'] +Total Points for ['코딩활용능력3급(엔트리)-000023-유서호', 0, 2, 2, 2, 2, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 97.78999999999994] + +Processing: ./output/2505CAT3A/코딩활용능력3급(엔트리)-000024-김성현/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: hide == hide +2-3: 40 == 40 +2-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +2-6: ['wait_second', '1'] == ['wait_second', '1'] +2-7: show == show +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: hide == hide +3-3: 30 == 30 +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +3-6: ['wait_second', '1'] == ['wait_second', '1'] +3-7: show == show +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '100', '60'] == ['locate_xy', '100', '60'] +4-3: 50 == 50 +4-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-5: ['_if', 'is_press_some_key', '37'] == ['_if', 'is_press_some_key', '37'] +4-6: ['move_x', '-5'] == ['move_x', '-5'] +4-7: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +4-8: ['move_x', '5'] == ['move_x', '5'] +4-9: ['_if', 'is_press_some_key', '38'] == ['_if', 'is_press_some_key', '38'] +4-10: ['move_y', '5'] == ['move_y', '5'] +4-11: ['_if', 'is_press_some_key', '40'] == ['_if', 'is_press_some_key', '40'] +4-12: ['move_y', '-5'] == ['move_y', '-5'] +4-13: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-14: ['냠냠!', '2'] != ['냠냠', '2'] +4-15: 120 == 120 +4-16: hide == hide +4-17: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-18: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +4-19: ['으악!', '2'] != ['으악', '2'] +4-20: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: hide == hide +5-3: ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] == ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] +5-4: ['stop_object', 'other_objects'] == ['stop_object', 'other_objects'] +5-5: locate == locate +5-6: show == show +5-7: ['상어로 변했어!', '2'] == ['상어로 변했어!', '2'] +Total Points for ['코딩활용능력3급(엔트리)-000024-김성현', 2, 2, 2, 2, 2, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 0, 2.19, 2.19, 2.19, 2.19, 0, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 95.40999999999995] + +Processing: ./output/2505CAT3A/코딩활용능력3급(엔트리)-000025-정지훈/temp/project.json +example: 1-1 +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 +Element '$..objects[?(@.name=='물고기')]' not 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: hide == hide +2-3: 40 == 40 +2-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +2-6: ['wait_second', '1'] == ['wait_second', '1'] +2-7: show == show +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: hide == hide +3-3: 30 == 30 +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +3-6: ['wait_second', '1'] == ['wait_second', '1'] +3-7: show == show +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '100', '60'] == ['locate_xy', '100', '60'] +4-3: 50 == 50 +4-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-5: ['_if', 'is_press_some_key', '37'] == ['_if', 'is_press_some_key', '37'] +4-6: ['move_x', '-5'] == ['move_x', '-5'] +4-7: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +4-8: ['move_x', '5'] == ['move_x', '5'] +4-9: ['_if', 'is_press_some_key', '38'] == ['_if', 'is_press_some_key', '38'] +4-10: ['move_y', '5'] == ['move_y', '5'] +4-11: ['_if', 'is_press_some_key', '40'] == ['_if', 'is_press_some_key', '40'] +4-12: ['move_y', '-5'] == ['move_y', '-5'] +4-13: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-14: ['냠냠!', '2'] != ['냠냠', '2'] +4-15: 120 == 120 +4-16: hide == hide +4-17: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-18: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +4-19: ['으악!', '2'] != ['으악', '2'] +4-20: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: hide == hide +5-3: ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] == ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] +5-4: ['stop_object', 'other_objects'] == ['stop_object', 'other_objects'] +5-5: locate == locate +5-6: show == show +5-7: ['상어로 변했어!', '2'] != ['상어로 변헸어', '2'] +Total Points for ['코딩활용능력3급(엔트리)-000025-정지훈', 2, 0, 2, 0, 2, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 0, 2.19, 2.19, 2.19, 2.19, 0, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 0, 89.21999999999996] + +Processing: ./output/2505CAT3A/코딩활용능력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: hide == hide +2-3: 40 == 40 +2-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +2-6: ['wait_second', '1'] == ['wait_second', '1'] +2-7: show == show +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: hide == hide +3-3: 30 == 30 +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +3-6: ['wait_second', '1'] == ['wait_second', '1'] +3-7: show == show +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '100', '60'] == ['locate_xy', '100', '60'] +4-3: 50 == 50 +4-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-5: ['_if', 'is_press_some_key', '37'] == ['_if', 'is_press_some_key', '37'] +4-6: ['move_x', '-5'] == ['move_x', '-5'] +4-7: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +4-8: ['move_x', '5'] == ['move_x', '5'] +4-9: ['_if', 'is_press_some_key', '38'] == ['_if', 'is_press_some_key', '38'] +4-10: ['move_y', '5'] == ['move_y', '5'] +4-11: ['_if', 'is_press_some_key', '40'] == ['_if', 'is_press_some_key', '40'] +4-12: ['move_y', '-5'] == ['move_y', '-5'] +4-13: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-14: ['냠냠!', '2'] == ['냠냠!', '2'] +4-15: 120 == 120 +4-16: hide == hide +4-17: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-18: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +4-19: ['으악!', '2'] == ['으악!', '2'] +4-20: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: hide == hide +5-3: ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] == ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] +5-4: ['stop_object', 'other_objects'] == ['stop_object', 'other_objects'] +5-5: locate == locate +5-6: show == show +5-7: ['상어로 변했어!', '2'] == ['상어로 변했어!', '2'] +Total Points for ['코딩활용능력3급(엔트리)-000026-김민건', 2, 2, 2, 2, 2, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 99.78999999999995] + +Processing: ./output/2505CAT3A/코딩활용능력3급(엔트리)-000027-신우진/temp/project.json +example: 1-1 +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 +Element '$..objects[?(@.name=='물고기')]' not 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: hide == hide +2-3: 40 == 40 +2-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +2-6: ['wait_second', '1'] == ['wait_second', '1'] +2-7: show == show +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: hide == hide +3-3: 30 == 30 +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +3-6: ['wait_second', '1'] == ['wait_second', '1'] +3-7: show == show +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '100', '60'] == ['locate_xy', '100', '60'] +4-3: 50 == 50 +4-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-5: ['_if', 'is_press_some_key', '37'] == ['_if', 'is_press_some_key', '37'] +4-6: ['move_x', '-5'] == ['move_x', '-5'] +4-7: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +4-8: ['move_x', '5'] == ['move_x', '5'] +4-9: ['_if', 'is_press_some_key', '38'] == ['_if', 'is_press_some_key', '38'] +4-10: ['move_y', '5'] == ['move_y', '5'] +4-11: ['_if', 'is_press_some_key', '40'] == ['_if', 'is_press_some_key', '40'] +4-12: ['move_y', '-5'] == ['move_y', '-5'] +4-13: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-14: ['냠냠!', '2'] != ['냠냠', '2'] +4-15: 120 == 120 +4-16: hide == hide +4-17: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-18: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +4-19: ['으악!', '2'] == ['으악!', '2'] +4-20: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: hide == hide +5-3: ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] == ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] +5-4: ['stop_object', 'other_objects'] == ['stop_object', 'other_objects'] +5-5: locate == locate +5-6: show == show +5-7: ['상어로 변했어!', '2'] != ['상어로변했어!', '2'] +Total Points for ['코딩활용능력3급(엔트리)-000027-신우진', 2, 0, 2, 0, 2, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 0, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 0, 91.40999999999995] + +Processing: ./output/2505CAT3A/코딩활용능력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 +Element '$..objects[?(@.name=='물고기')]' not 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: hide == hide +2-3: 40 != 30 +2-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +2-6: ['wait_second', '1'] == ['wait_second', '1'] +2-7: show == show +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: hide == hide +3-3: 30 == 30 +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +3-6: ['wait_second', '1'] == ['wait_second', '1'] +3-7: show == show +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '100', '60'] == ['locate_xy', '100', '60'] +4-3: 50 == 50 +4-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-5: ['_if', 'is_press_some_key', '37'] == ['_if', 'is_press_some_key', '37'] +4-6: ['move_x', '-5'] == ['move_x', '-5'] +4-7: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +4-8: ['move_x', '5'] == ['move_x', '5'] +4-9: ['_if', 'is_press_some_key', '38'] == ['_if', 'is_press_some_key', '38'] +4-10: ['move_y', '5'] == ['move_y', '5'] +4-11: ['_if', 'is_press_some_key', '40'] == ['_if', 'is_press_some_key', '40'] +4-12: ['move_y', '-5'] == ['move_y', '-5'] +4-13: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-14: ['냠냠!', '2'] != ['냠냠', '2'] +4-15: 120 == 120 +4-16: hide == hide +4-17: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-18: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +4-19: ['으악!', '2'] != ['으악', '2'] +4-20: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: hide == hide +5-3: ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] == ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] +5-4: ['stop_object', 'other_objects'] == ['stop_object', 'other_objects'] +5-5: locate == locate +5-6: show == show +5-7: ['상어로 변했어!', '2'] == ['상어로 변했어!', '2'] +Total Points for ['코딩활용능력3급(엔트리)-000028-유한승', 2, 2, 2, 0, 2, 2.19, 2.19, 0, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 0, 2.19, 2.19, 2.19, 2.19, 0, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 91.21999999999994] + +Processing: ./output/2505CAT3A/코딩활용능력3급(엔트리)-000029-정유준/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: hide == hide +2-3: 40 == 40 +2-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +2-6: ['wait_second', '1'] == ['wait_second', '1'] +2-7: show == show +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: hide == hide +3-3: 30 == 30 +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +3-6: ['wait_second', '1'] == ['wait_second', '1'] +3-7: show == show +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '100', '60'] == ['locate_xy', '100', '60'] +4-3: 50 == 50 +4-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-5: ['_if', 'is_press_some_key', '37'] == ['_if', 'is_press_some_key', '37'] +4-6: ['move_x', '-5'] == ['move_x', '-5'] +4-7: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +4-8: ['move_x', '5'] == ['move_x', '5'] +4-9: ['_if', 'is_press_some_key', '38'] == ['_if', 'is_press_some_key', '38'] +4-10: ['move_y', '5'] == ['move_y', '5'] +4-11: ['_if', 'is_press_some_key', '40'] == ['_if', 'is_press_some_key', '40'] +4-12: ['move_y', '-5'] == ['move_y', '-5'] +4-13: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-14: ['냠냠!', '2'] == ['냠냠!', '2'] +4-15: 120 == 120 +4-16: hide == hide +4-17: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-18: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +4-19: ['으악!', '2'] == ['으악!', '2'] +4-20: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: hide == hide +5-3: ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] == ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] +5-4: ['stop_object', 'other_objects'] == ['stop_object', 'other_objects'] +5-5: locate == locate +5-6: show == show +5-7: ['상어로 변했어!', '2'] == ['상어로 변했어!', '2'] +Total Points for ['코딩활용능력3급(엔트리)-000029-정유준', 2, 2, 2, 2, 2, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 99.78999999999995] + +Processing: ./output/2505CAT3A/코딩활용능력3급(엔트리)-000030-김태이/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: hide == hide +2-3: 40 == 40 +2-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +2-6: ['wait_second', '1'] == ['wait_second', '1'] +2-7: show == show +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: hide == hide +3-3: 30 == 30 +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +3-6: ['wait_second', '1'] == ['wait_second', '1'] +3-7: show == show +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '100', '60'] == ['locate_xy', '100', '60'] +4-3: 50 == 50 +4-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-5: ['_if', 'is_press_some_key', '37'] == ['_if', 'is_press_some_key', '37'] +4-6: ['move_x', '-5'] == ['move_x', '-5'] +4-7: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +4-8: ['move_x', '5'] == ['move_x', '5'] +4-9: ['_if', 'is_press_some_key', '38'] == ['_if', 'is_press_some_key', '38'] +4-10: ['move_y', '5'] == ['move_y', '5'] +4-11: ['_if', 'is_press_some_key', '40'] == ['_if', 'is_press_some_key', '40'] +4-12: ['move_y', '-5'] == ['move_y', '-5'] +4-13: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-14: ['냠냠!', '2'] == ['냠냠!', '2'] +4-15: 120 == 120 +4-16: hide == hide +4-17: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-18: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +4-19: ['으악!', '2'] == ['으악!', '2'] +4-20: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: hide == hide +5-3: ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] == ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] +5-4: ['stop_object', 'other_objects'] == ['stop_object', 'other_objects'] +5-5: locate == locate +5-6: show == show +5-7: ['상어로 변했어!', '2'] == ['상어로 변했어!', '2'] +Total Points for ['코딩활용능력3급(엔트리)-000030-김태이', 2, 2, 2, 2, 2, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 99.78999999999995] + +Processing: ./output/2505CAT3A/코딩활용능력3급(엔트리)-000031-이준우/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: hide == hide +2-3: 40 == 40 +2-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +2-6: ['wait_second', '1'] == ['wait_second', '1'] +2-7: show == show +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: hide == hide +3-3: 30 == 30 +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +3-6: ['wait_second', '1'] == ['wait_second', '1'] +3-7: show == show +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '100', '60'] == ['locate_xy', '100', '60'] +4-3: 50 == 50 +4-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-5: ['_if', 'is_press_some_key', '37'] == ['_if', 'is_press_some_key', '37'] +4-6: ['move_x', '-5'] == ['move_x', '-5'] +4-7: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +4-8: ['move_x', '5'] == ['move_x', '5'] +4-9: ['_if', 'is_press_some_key', '38'] == ['_if', 'is_press_some_key', '38'] +4-10: ['move_y', '5'] == ['move_y', '5'] +4-11: ['_if', 'is_press_some_key', '40'] == ['_if', 'is_press_some_key', '40'] +4-12: ['move_y', '-5'] == ['move_y', '-5'] +4-13: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-14: ['냠냠!', '2'] == ['냠냠!', '2'] +4-15: 120 == 120 +4-16: hide == hide +4-17: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-18: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +4-19: ['으악!', '2'] == ['으악!', '2'] +4-20: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: hide == hide +5-3: ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] == ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] +5-4: ['stop_object', 'other_objects'] == ['stop_object', 'other_objects'] +5-5: locate == locate +5-6: show == show +5-7: ['상어로 변했어!', '2'] == ['상어로 변했어!', '2'] +Total Points for ['코딩활용능력3급(엔트리)-000031-이준우', 2, 2, 2, 2, 2, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 99.78999999999995] + +Processing: ./output/2505CAT3A/코딩활용능력3급(엔트리)-000032-조수현/temp/project.json +example: 1-1 +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 +Element '$..objects[?(@.name=='물고기')]' not 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: hide == hide +2-3: 40 == 40 +2-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +2-6: ['wait_second', '1'] == ['wait_second', '1'] +2-7: show == show +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: hide == hide +3-3: 30 == 30 +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +3-6: ['wait_second', '1'] == ['wait_second', '1'] +3-7: show == show +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '100', '60'] == ['locate_xy', '100', '60'] +4-3: 50 == 50 +4-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-5: ['_if', 'is_press_some_key', '37'] == ['_if', 'is_press_some_key', '37'] +4-6: ['move_x', '-5'] == ['move_x', '-5'] +4-7: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +4-8: ['move_x', '5'] == ['move_x', '5'] +4-9: ['_if', 'is_press_some_key', '38'] == ['_if', 'is_press_some_key', '38'] +4-10: ['move_y', '5'] == ['move_y', '5'] +4-11: ['_if', 'is_press_some_key', '40'] == ['_if', 'is_press_some_key', '40'] +4-12: ['move_y', '-5'] == ['move_y', '-5'] +4-13: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-14: ['냠냠!', '2'] == ['냠냠!', '2'] +4-15: 120 == 120 +4-16: hide == hide +4-17: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-18: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +4-19: ['으악!', '2'] == ['으악!', '2'] +4-20: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: hide == hide +5-3: ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] == ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] +5-4: ['stop_object', 'other_objects'] == ['stop_object', 'other_objects'] +5-5: locate == locate +5-6: show == show +5-7: ['상어로 변했어!', '2'] == ['상어로 변했어!', '2'] +Total Points for ['코딩활용능력3급(엔트리)-000032-조수현', 2, 0, 2, 0, 2, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 95.78999999999995] + +Processing: ./output/2505CAT3A/코딩활용능력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: hide == hide +2-3: 40 == 40 +2-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +2-6: ['wait_second', '1'] == ['wait_second', '1'] +2-7: show == show +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: hide == hide +3-3: 30 == 30 +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +3-6: ['wait_second', '1'] == ['wait_second', '1'] +3-7: show == show +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '100', '60'] == ['locate_xy', '100', '60'] +4-3: 50 == 50 +4-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-5: ['_if', 'is_press_some_key', '37'] == ['_if', 'is_press_some_key', '37'] +4-6: ['move_x', '-5'] == ['move_x', '-5'] +4-7: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +4-8: ['move_x', '5'] == ['move_x', '5'] +4-9: ['_if', 'is_press_some_key', '38'] == ['_if', 'is_press_some_key', '38'] +4-10: ['move_y', '5'] == ['move_y', '5'] +4-11: ['_if', 'is_press_some_key', '40'] == ['_if', 'is_press_some_key', '40'] +4-12: ['move_y', '-5'] == ['move_y', '-5'] +4-13: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-14: ['냠냠!', '2'] == ['냠냠!', '2'] +4-15: 120 == 120 +4-16: hide == hide +4-17: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-18: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +4-19: ['으악!', '2'] != ['으악', '2'] +4-20: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: hide == hide +5-3: ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] == ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] +5-4: ['stop_object', 'other_objects'] == ['stop_object', 'other_objects'] +5-5: locate == locate +5-6: show == show +5-7: ['상어로 변했어!', '2'] == ['상어로 변했어!', '2'] +Total Points for ['코딩활용능력3급(엔트리)-000033-김신후', 2, 2, 2, 2, 2, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 0, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 97.59999999999995] + +Processing: ./output/2505CAT3A/코딩활용능력3급(엔트리)-000034-최규현/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: hide == hide +2-3: 40 == 40 +2-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +2-6: ['wait_second', '1'] == ['wait_second', '1'] +2-7: show == show +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: hide == hide +3-3: 30 == 30 +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +3-6: ['wait_second', '1'] == ['wait_second', '1'] +3-7: show == show +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '100', '60'] == ['locate_xy', '100', '60'] +4-3: 50 == 50 +4-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-5: ['_if', 'is_press_some_key', '37'] == ['_if', 'is_press_some_key', '37'] +4-6: ['move_x', '-5'] == ['move_x', '-5'] +4-7: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +4-8: ['move_x', '5'] == ['move_x', '5'] +4-9: ['_if', 'is_press_some_key', '38'] == ['_if', 'is_press_some_key', '38'] +4-10: ['move_y', '5'] == ['move_y', '5'] +4-11: ['_if', 'is_press_some_key', '40'] == ['_if', 'is_press_some_key', '40'] +4-12: ['move_y', '-5'] == ['move_y', '-5'] +4-13: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-14: ['냠냠!', '2'] == ['냠냠!', '2'] +4-15: 120 == 120 +4-16: hide == hide +4-17: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-18: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +4-19: ['으악!', '2'] == ['으악!', '2'] +4-20: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: hide == hide +5-3: ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] == ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] +5-4: ['stop_object', 'other_objects'] == ['stop_object', 'other_objects'] +5-5: locate == locate +5-6: show == show +5-7: ['상어로 변했어!', '2'] == ['상어로 변했어!', '2'] +Total Points for ['코딩활용능력3급(엔트리)-000034-최규현', 2, 2, 2, 2, 2, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 99.78999999999995] + +Processing: ./output/2505CAT3A/코딩활용능력3급(엔트리)-000035-박시현/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: hide == hide +2-3: 40 == 40 +2-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +2-6: ['wait_second', '1'] == ['wait_second', '1'] +2-7: show == show +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: hide == hide +3-3: 30 == 30 +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +3-6: ['wait_second', '1'] == ['wait_second', '1'] +3-7: show == show +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '100', '60'] == ['locate_xy', '100', '60'] +4-3: 50 == 50 +4-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-5: ['_if', 'is_press_some_key', '37'] == ['_if', 'is_press_some_key', '37'] +4-6: ['move_x', '-5'] == ['move_x', '-5'] +4-7: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +4-8: ['move_x', '5'] == ['move_x', '5'] +4-9: ['_if', 'is_press_some_key', '38'] == ['_if', 'is_press_some_key', '38'] +4-10: ['move_y', '5'] == ['move_y', '5'] +4-11: ['_if', 'is_press_some_key', '40'] == ['_if', 'is_press_some_key', '40'] +4-12: ['move_y', '-5'] == ['move_y', '-5'] +4-13: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-14: ['냠냠!', '2'] == ['냠냠!', '2'] +4-15: 120 == 120 +4-16: hide == hide +4-17: ['_if', 'reach_something'] != [] +4-18: ['add_effect_amount', 'color', '30'] != [] +No elements found for $[0][3].statements[0][5].statements[0][1].params[*].params +No elements found for $[0][3].statements[0][5].statements[0][2].type +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: hide == hide +5-3: ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] == ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] +5-4: ['stop_object', 'other_objects'] == ['stop_object', 'other_objects'] +5-5: locate == locate +5-6: show == show +5-7: ['상어로 변했어!', '2'] == ['상어로 변했어!', '2'] +Total Points for ['코딩활용능력3급(엔트리)-000035-박시현', 2, 2, 2, 2, 2, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 0, 0, 0, 0, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 91.02999999999996] + +Processing: ./output/2505CAT3A/코딩활용능력3급(엔트리)-000036-김라온누리/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: hide == hide +2-3: 40 == 40 +2-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +2-6: ['wait_second', '1'] == ['wait_second', '1'] +2-7: show == show +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: hide == hide +3-3: 30 == 30 +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +3-6: ['wait_second', '1'] == ['wait_second', '1'] +3-7: show == show +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '100', '60'] == ['locate_xy', '100', '60'] +4-3: 50 == 50 +4-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-5: ['_if', 'is_press_some_key', '37'] == ['_if', 'is_press_some_key', '37'] +4-6: ['move_x', '-5'] == ['move_x', '-5'] +4-7: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +4-8: ['move_x', '5'] == ['move_x', '5'] +4-9: ['_if', 'is_press_some_key', '38'] == ['_if', 'is_press_some_key', '38'] +4-10: ['move_y', '5'] == ['move_y', '5'] +4-11: ['_if', 'is_press_some_key', '40'] == ['_if', 'is_press_some_key', '40'] +4-12: ['move_y', '-5'] == ['move_y', '-5'] +4-13: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-14: ['냠냠!', '2'] == ['냠냠!', '2'] +4-15: 120 == 120 +4-16: hide == hide +4-17: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-18: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +4-19: ['으악!', '2'] == ['으악!', '2'] +4-20: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: hide == hide +5-3: ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] == ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] +5-4: ['stop_object', 'other_objects'] == ['stop_object', 'other_objects'] +5-5: locate == locate +5-6: show == show +5-7: ['상어로 변했어!', '2'] == ['상어로 변했어!', '2'] +Total Points for ['코딩활용능력3급(엔트리)-000036-김라온누리', 2, 2, 2, 2, 2, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 99.78999999999995] + +Processing: ./output/2505CAT3A/코딩활용능력3급(엔트리)-000037-김라온/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: hide == hide +2-3: 40 == 40 +2-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +2-6: ['wait_second', '1'] == ['wait_second', '1'] +2-7: show == show +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: hide == hide +3-3: 30 == 30 +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +3-6: ['wait_second', '1'] == ['wait_second', '1'] +3-7: show == show +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '100', '60'] == ['locate_xy', '100', '60'] +4-3: 50 == 50 +4-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-5: ['_if', 'is_press_some_key', '37'] != ['_if', 'is_press_some_key', '39'] +4-6: ['move_x', '-5'] != ['move_x', '5'] +4-7: ['_if', 'is_press_some_key', '39'] != ['_if', 'is_press_some_key', '37'] +4-8: ['move_x', '5'] != ['move_x', '-5'] +4-9: ['_if', 'is_press_some_key', '38'] == ['_if', 'is_press_some_key', '38'] +4-10: ['move_y', '5'] == ['move_y', '5'] +4-11: ['_if', 'is_press_some_key', '40'] == ['_if', 'is_press_some_key', '40'] +4-12: ['move_y', '-5'] == ['move_y', '-5'] +4-13: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-14: ['냠냠!', '2'] == ['냠냠!', '2'] +4-15: 120 == 120 +4-16: hide == hide +4-17: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-18: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +4-19: ['으악!', '2'] == ['으악!', '2'] +4-20: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: hide == hide +5-3: ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] == ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] +5-4: ['stop_object', 'other_objects'] == ['stop_object', 'other_objects'] +5-5: locate == locate +5-6: show == show +5-7: ['상어로 변했어!', '2'] == ['상어로 변했어!', '2'] +Total Points for ['코딩활용능력3급(엔트리)-000037-김라온', 2, 2, 2, 2, 2, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 0, 0, 0, 0, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 91.02999999999996] + +Processing: ./output/2505CAT3A/코딩활용능력3급(엔트리)-000038-최정원/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: hide == hide +2-3: 40 == 40 +2-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +2-6: ['wait_second', '1'] == ['wait_second', '1'] +2-7: show == show +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: hide == hide +3-3: 30 == 30 +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +3-6: ['wait_second', '1'] == ['wait_second', '1'] +3-7: show == show +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '100', '60'] == ['locate_xy', '100', '60'] +4-3: 50 == 50 +4-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-5: ['_if', 'is_press_some_key', '37'] == ['_if', 'is_press_some_key', '37'] +4-6: ['move_x', '-5'] == ['move_x', '-5'] +4-7: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +4-8: ['move_x', '5'] == ['move_x', '5'] +4-9: ['_if', 'is_press_some_key', '38'] == ['_if', 'is_press_some_key', '38'] +4-10: ['move_y', '5'] == ['move_y', '5'] +4-11: ['_if', 'is_press_some_key', '40'] == ['_if', 'is_press_some_key', '40'] +4-12: ['move_y', '-5'] == ['move_y', '-5'] +4-13: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-14: ['냠냠!', '2'] == ['냠냠!', '2'] +4-15: 120 == 120 +4-16: hide == hide +4-17: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-18: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +4-19: ['으악!', '2'] == ['으악!', '2'] +4-20: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: hide == hide +5-3: ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] == ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] +5-4: ['stop_object', 'other_objects'] == ['stop_object', 'other_objects'] +5-5: locate == locate +5-6: show == show +5-7: ['상어로 변했어!', '2'] == ['상어로 변했어!', '2'] +Total Points for ['코딩활용능력3급(엔트리)-000038-최정원', 2, 2, 2, 2, 2, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 99.78999999999995] + +Processing: ./output/2505CAT3A/코딩활용능력3급(엔트리)-000039-김한솔/temp/project.json +example: 1-1 +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 +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 +example: 4 +4-1: Script Not exist +4-1: Script Not exist +4-1: Script Not exist +4-1: Script Not exist +4-1: Script Not exist +4-1: Script Not exist +4-1: Script Not exist +4-1: Script Not exist +4-1: Script Not exist +4-1: Script Not exist +4-1: Script Not exist +4-1: Script Not exist +4-1: Script Not exist +4-1: Script Not exist +4-1: Script Not exist +4-1: Script Not exist +4-1: Script Not exist +4-1: Script Not exist +4-1: Script Not exist +4-1: Script Not exist +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 +Total Points for ['코딩활용능력3급(엔트리)-000039-김한솔', 0, 0, 0, 0, 0, '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', 0] + +Processing: ./output/2505CAT3A/코딩활용능력3급(엔트리)-000040-조청애/temp/project.json +example: 1-1 +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 +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 +example: 4 +4-1: Script Not exist +4-1: Script Not exist +4-1: Script Not exist +4-1: Script Not exist +4-1: Script Not exist +4-1: Script Not exist +4-1: Script Not exist +4-1: Script Not exist +4-1: Script Not exist +4-1: Script Not exist +4-1: Script Not exist +4-1: Script Not exist +4-1: Script Not exist +4-1: Script Not exist +4-1: Script Not exist +4-1: Script Not exist +4-1: Script Not exist +4-1: Script Not exist +4-1: Script Not exist +4-1: Script Not exist +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 +Total Points for ['코딩활용능력3급(엔트리)-000040-조청애', 0, 0, 0, 0, 0, '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', '확인 필요', 0] + +Processing: ./output/2505CAT3A/코딩활용능력3급(엔트리)-000042-김경주/temp/project.json +example: 1-1 +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 +Element '$..objects[?(@.name=='물고기')]' not found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 2 +2-1: when_run_button_click != hide +2-2: hide != set_scale_size +No elements found for $[0][2].params[0].params[0] +2-4: ['repeat_inf', 'None'] != ['wait_second', "{'id': 'lwyo', 'x': 0, 'y': 0, 'type': 'number', 'params': ['1'], 'statements': [], 'movable': None, 'deletable': 1, 'emphasized': False, 'readOnly': None, 'copyable': True, 'assemble': True, 'extensions': []}"] +2-5: ['locate_xy', '-200', '200', '-120', '120'] != [] +2-6: ['wait_second', '1'] != [] +No elements found for $[0][3].statements[0][2].type +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: hide == hide +3-3: 30 == 30 +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +3-6: ['wait_second', '1'] != [] +No elements found for $[0][3].statements[0][2].type +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '100', '60'] == ['locate_xy', '100', '60'] +4-3: 50 == 50 +4-4: ['repeat_inf', 'None'] != ['_if', "{'id': 'k7uh', 'x': 0, 'y': 0, 'type': 'True', 'params': [None], 'statements': [], 'movable': None, 'deletable': 1, 'emphasized': False, 'readOnly': None, 'copyable': True, 'assemble': True, 'extensions': []}"] +4-5: ['_if', 'is_press_some_key', '37'] != [] +4-6: ['move_x', '-5'] != [] +4-7: ['_if', 'is_press_some_key', '39'] != [] +4-8: ['move_x', '5'] != [] +4-9: ['_if', 'is_press_some_key', '38'] != [] +4-10: ['move_y', '5'] != [] +4-11: ['_if', 'is_press_some_key', '40'] != [] +4-12: ['move_y', '-5'] != [] +4-13: ['_if', 'reach_something'] != [] +No elements found for $[0][3].statements[0][4].statements[0][0].params[*].params +No elements found for $[0][3].statements[0][4].statements[0][1].params[0].params[0] +No elements found for $[0][3].statements[0][4].statements[0][2].type +4-17: ['_if', 'reach_something'] != [] +4-18: ['add_effect_amount', 'color', '30'] != [] +No elements found for $[0][3].statements[0][5].statements[0][1].params[*].params +No elements found for $[0][3].statements[0][5].statements[0][2].type +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: hide == hide +5-3: ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] != ['wait_until_true', 'boolean_basic_operator', 'EQUAL', "'ㄱ'"] +5-4: ['stop_object', 'other_objects'] == ['stop_object', 'other_objects'] +5-5: locate == locate +5-6: show == show +5-7: ['상어로 변했어!', '2'] != ['상어로변했어!', '2'] +Total Points for ['코딩활용능력3급(엔트리)-000042-김경주', 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2.19, 2.19, 2.19, 2.19, 2.19, 0, 0, 2.19, 2.19, 2.19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2.19, 2.19, 0, 2.19, 2.19, 2.19, 0, 32.470000000000006] + +Processing: ./output/2505CAT3A/코딩활용능력3급(엔트리)-000046-김준우/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: hide == hide +2-3: 40 == 40 +2-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +2-6: ['wait_second', '1'] == ['wait_second', '1'] +2-7: show == show +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: hide == hide +3-3: 30 == 30 +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +3-6: ['wait_second', '1'] == ['wait_second', '1'] +3-7: show == show +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '100', '60'] == ['locate_xy', '100', '60'] +4-3: 50 == 50 +4-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-5: ['_if', 'is_press_some_key', '37'] == ['_if', 'is_press_some_key', '37'] +4-6: ['move_x', '-5'] == ['move_x', '-5'] +4-7: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +4-8: ['move_x', '5'] == ['move_x', '5'] +4-9: ['_if', 'is_press_some_key', '38'] == ['_if', 'is_press_some_key', '38'] +4-10: ['move_y', '5'] == ['move_y', '5'] +4-11: ['_if', 'is_press_some_key', '40'] == ['_if', 'is_press_some_key', '40'] +4-12: ['move_y', '-5'] == ['move_y', '-5'] +4-13: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-14: ['냠냠!', '2'] == ['냠냠!', '2'] +4-15: 120 == 120 +4-16: hide == hide +4-17: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-18: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +4-19: ['으악!', '2'] == ['으악!', '2'] +4-20: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: hide == hide +5-3: ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] == ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] +5-4: ['stop_object', 'other_objects'] == ['stop_object', 'other_objects'] +5-5: locate == locate +5-6: show == show +5-7: ['상어로 변했어!', '2'] == ['상어로 변했어!', '2'] +Total Points for ['코딩활용능력3급(엔트리)-000046-김준우', 2, 2, 2, 2, 2, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 99.78999999999995] + +Processing: ./output/2505CAT3A/코딩활용능력3급(엔트리)-000046-석주원/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: hide == hide +2-3: 40 == 40 +2-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +2-6: ['wait_second', '1'] == ['wait_second', '1'] +2-7: show == show +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: hide == hide +3-3: 30 == 30 +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +3-6: ['wait_second', '1'] == ['wait_second', '1'] +3-7: show == show +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '100', '60'] == ['locate_xy', '100', '60'] +4-3: 50 == 50 +4-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-5: ['_if', 'is_press_some_key', '37'] == ['_if', 'is_press_some_key', '37'] +4-6: ['move_x', '-5'] == ['move_x', '-5'] +4-7: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +4-8: ['move_x', '5'] == ['move_x', '5'] +4-9: ['_if', 'is_press_some_key', '38'] == ['_if', 'is_press_some_key', '38'] +4-10: ['move_y', '5'] == ['move_y', '5'] +4-11: ['_if', 'is_press_some_key', '40'] == ['_if', 'is_press_some_key', '40'] +4-12: ['move_y', '-5'] == ['move_y', '-5'] +4-13: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-14: ['냠냠!', '2'] == ['냠냠!', '2'] +4-15: 120 == 120 +4-16: hide == hide +4-17: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-18: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +4-19: ['으악!', '2'] == ['으악!', '2'] +4-20: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: hide == hide +5-3: ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] == ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] +5-4: ['stop_object', 'other_objects'] == ['stop_object', 'other_objects'] +5-5: locate == locate +5-6: show == show +5-7: ['상어로 변했어!', '2'] == ['상어로 변했어!', '2'] +Total Points for ['코딩활용능력3급(엔트리)-000046-석주원', 2, 2, 2, 2, 2, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 99.78999999999995] + +Processing: ./output/2505CAT3A/코딩활용능력3급(엔트리)-000047-최준서/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: hide == hide +2-3: 40 == 40 +2-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +2-6: ['wait_second', '1'] == ['wait_second', '1'] +2-7: show == show +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: hide == hide +3-3: 30 == 30 +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +3-6: ['wait_second', '1'] == ['wait_second', '1'] +3-7: show == show +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '100', '60'] == ['locate_xy', '100', '60'] +4-3: 50 == 50 +4-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-5: ['_if', 'is_press_some_key', '37'] == ['_if', 'is_press_some_key', '37'] +4-6: ['move_x', '-5'] == ['move_x', '-5'] +4-7: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +4-8: ['move_x', '5'] == ['move_x', '5'] +4-9: ['_if', 'is_press_some_key', '38'] == ['_if', 'is_press_some_key', '38'] +4-10: ['move_y', '5'] == ['move_y', '5'] +4-11: ['_if', 'is_press_some_key', '40'] == ['_if', 'is_press_some_key', '40'] +4-12: ['move_y', '-5'] == ['move_y', '-5'] +4-13: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-14: ['냠냠!', '2'] == ['냠냠!', '2'] +4-15: 120 == 120 +4-16: hide == hide +4-17: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-18: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +4-19: ['으악!', '2'] == ['으악!', '2'] +4-20: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: hide == hide +5-3: ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] == ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] +5-4: ['stop_object', 'other_objects'] == ['stop_object', 'other_objects'] +5-5: locate == locate +5-6: show == show +5-7: ['상어로 변했어!', '2'] == ['상어로 변했어!', '2'] +Total Points for ['코딩활용능력3급(엔트리)-000047-최준서', 2, 2, 2, 2, 2, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 99.78999999999995] + +Processing: ./output/2505CAT3A/코딩활용능력3급(엔트리)-000048-주환/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: hide == hide +2-3: 40 == 40 +2-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +2-6: ['wait_second', '1'] == ['wait_second', '1'] +2-7: show == show +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: hide == hide +3-3: 30 == 30 +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +3-6: ['wait_second', '1'] == ['wait_second', '1'] +3-7: show == show +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '100', '60'] == ['locate_xy', '100', '60'] +4-3: 50 == 50 +4-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-5: ['_if', 'is_press_some_key', '37'] == ['_if', 'is_press_some_key', '37'] +4-6: ['move_x', '-5'] == ['move_x', '-5'] +4-7: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +4-8: ['move_x', '5'] == ['move_x', '5'] +4-9: ['_if', 'is_press_some_key', '38'] == ['_if', 'is_press_some_key', '38'] +4-10: ['move_y', '5'] == ['move_y', '5'] +4-11: ['_if', 'is_press_some_key', '40'] == ['_if', 'is_press_some_key', '40'] +4-12: ['move_y', '-5'] == ['move_y', '-5'] +4-13: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-14: ['냠냠!', '2'] == ['냠냠!', '2'] +4-15: 120 == 120 +4-16: hide == hide +4-17: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-18: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +4-19: ['으악!', '2'] == ['으악!', '2'] +4-20: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: hide == hide +5-3: ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] == ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] +5-4: ['stop_object', 'other_objects'] == ['stop_object', 'other_objects'] +5-5: locate == locate +5-6: show == show +5-7: ['상어로 변했어!', '2'] == ['상어로 변했어!', '2'] +Total Points for ['코딩활용능력3급(엔트리)-000048-주환', 2, 2, 2, 2, 2, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 99.78999999999995] + +Processing: ./output/2505CAT3A/코딩활용능력3급(엔트리)-000050-신서영/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: hide == hide +2-3: 40 == 40 +2-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +2-6: ['wait_second', '1'] == ['wait_second', '1'] +2-7: show == show +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: hide == hide +3-3: 30 == 30 +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +3-6: ['wait_second', '1'] == ['wait_second', '1'] +3-7: show == show +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '100', '60'] == ['locate_xy', '100', '60'] +4-3: 50 == 50 +4-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-5: ['_if', 'is_press_some_key', '37'] == ['_if', 'is_press_some_key', '37'] +4-6: ['move_x', '-5'] == ['move_x', '-5'] +4-7: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +4-8: ['move_x', '5'] == ['move_x', '5'] +4-9: ['_if', 'is_press_some_key', '38'] == ['_if', 'is_press_some_key', '38'] +4-10: ['move_y', '5'] == ['move_y', '5'] +4-11: ['_if', 'is_press_some_key', '40'] == ['_if', 'is_press_some_key', '40'] +4-12: ['move_y', '-5'] == ['move_y', '-5'] +4-13: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-14: ['냠냠!', '2'] == ['냠냠!', '2'] +4-15: 120 == 120 +4-16: hide == hide +4-17: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-18: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +4-19: ['으악!', '2'] == ['으악!', '2'] +4-20: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: hide == hide +5-3: ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] == ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] +5-4: ['stop_object', 'other_objects'] == ['stop_object', 'other_objects'] +5-5: locate == locate +5-6: show == show +5-7: ['상어로 변했어!', '2'] == ['상어로 변했어!', '2'] +Total Points for ['코딩활용능력3급(엔트리)-000050-신서영', 2, 2, 2, 2, 2, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 99.78999999999995] + +Processing: ./output/2505CAT3A/코딩활용능력3급(엔트리)-000051-유준우/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: hide == hide +2-3: 40 == 40 +2-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +2-6: ['wait_second', '1'] == ['wait_second', '1'] +2-7: show == show +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: hide == hide +3-3: 30 == 30 +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +3-6: ['wait_second', '1'] == ['wait_second', '1'] +3-7: show == show +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '100', '60'] == ['locate_xy', '100', '60'] +4-3: 50 == 50 +4-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-5: ['_if', 'is_press_some_key', '37'] == ['_if', 'is_press_some_key', '37'] +4-6: ['move_x', '-5'] == ['move_x', '-5'] +4-7: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +4-8: ['move_x', '5'] == ['move_x', '5'] +4-9: ['_if', 'is_press_some_key', '38'] == ['_if', 'is_press_some_key', '38'] +4-10: ['move_y', '5'] == ['move_y', '5'] +4-11: ['_if', 'is_press_some_key', '40'] == ['_if', 'is_press_some_key', '40'] +4-12: ['move_y', '-5'] == ['move_y', '-5'] +4-13: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-14: ['냠냠!', '2'] == ['냠냠!', '2'] +4-15: 120 == 120 +4-16: hide == hide +4-17: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-18: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +4-19: ['으악!', '2'] == ['으악!', '2'] +4-20: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: hide == hide +5-3: ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] == ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] +5-4: ['stop_object', 'other_objects'] == ['stop_object', 'other_objects'] +5-5: locate == locate +5-6: show == show +5-7: ['상어로 변했어!', '2'] == ['상어로 변했어!', '2'] +Total Points for ['코딩활용능력3급(엔트리)-000051-유준우', 2, 2, 2, 2, 2, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 99.78999999999995] + +Processing: ./output/2505CAT3A/코딩활용능력3급(엔트리)-000052-이하나/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 +Element '$..objects[?(@.name=='물고기')]' not 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: hide == hide +2-3: 40 == 40 +2-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +2-6: ['wait_second', '1'] == ['wait_second', '1'] +2-7: show == show +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: hide == hide +3-3: 30 == 30 +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +3-6: ['wait_second', '1'] == ['wait_second', '1'] +3-7: show == show +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '100', '60'] == ['locate_xy', '100', '60'] +4-3: 50 == 50 +4-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-5: ['_if', 'is_press_some_key', '37'] == ['_if', 'is_press_some_key', '37'] +4-6: ['move_x', '-5'] == ['move_x', '-5'] +4-7: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +4-8: ['move_x', '5'] == ['move_x', '5'] +4-9: ['_if', 'is_press_some_key', '38'] == ['_if', 'is_press_some_key', '38'] +4-10: ['move_y', '5'] == ['move_y', '5'] +4-11: ['_if', 'is_press_some_key', '40'] == ['_if', 'is_press_some_key', '40'] +4-12: ['move_y', '-5'] == ['move_y', '-5'] +4-13: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-14: ['냠냠!', '2'] == ['냠냠!', '2'] +4-15: 120 == 120 +4-16: hide == hide +4-17: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-18: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +4-19: ['으악!', '2'] == ['으악!', '2'] +4-20: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: hide == hide +5-3: ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] == ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] +5-4: ['stop_object', 'other_objects'] == ['stop_object', 'other_objects'] +5-5: locate == locate +5-6: show == show +5-7: ['상어로 변했어!', '2'] == ['상어로 변했어!', '2'] +Total Points for ['코딩활용능력3급(엔트리)-000052-이하나', 2, 2, 2, 0, 2, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 97.78999999999994] + +Processing: ./output/2505CAT3A/코딩활용능력3급(엔트리)-000053-육하준/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 +Element '$..objects[?(@.name=='물고기')]' not 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: hide == hide +2-3: 40 == 40 +2-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +2-6: ['wait_second', '1'] == ['wait_second', '1'] +2-7: show == show +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: hide == hide +3-3: 30 == 30 +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +3-6: ['wait_second', '1'] == ['wait_second', '1'] +3-7: show == show +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '100', '60'] == ['locate_xy', '100', '60'] +4-3: 50 == 50 +4-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-5: ['_if', 'is_press_some_key', '37'] == ['_if', 'is_press_some_key', '37'] +4-6: ['move_x', '-5'] == ['move_x', '-5'] +4-7: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +4-8: ['move_x', '5'] == ['move_x', '5'] +4-9: ['_if', 'is_press_some_key', '38'] == ['_if', 'is_press_some_key', '38'] +4-10: ['move_y', '5'] == ['move_y', '5'] +4-11: ['_if', 'is_press_some_key', '40'] == ['_if', 'is_press_some_key', '40'] +4-12: ['move_y', '-5'] == ['move_y', '-5'] +4-13: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-14: ['냠냠!', '2'] == ['냠냠!', '2'] +4-15: 120 == 120 +4-16: hide == hide +4-17: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-18: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +4-19: ['으악!', '2'] == ['으악!', '2'] +4-20: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: hide == hide +5-3: ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] == ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] +5-4: ['stop_object', 'other_objects'] == ['stop_object', 'other_objects'] +5-5: locate == locate +5-6: show == show +5-7: ['상어로 변했어!', '2'] == ['상어로 변했어!', '2'] +Total Points for ['코딩활용능력3급(엔트리)-000053-육하준', 2, 2, 2, 0, 2, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 97.78999999999994] + +Processing: ./output/2505CAT3A/코딩활용능력3급(엔트리)-000054-변지환/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: hide == hide +2-3: 40 == 40 +2-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +2-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +2-6: ['wait_second', '1'] == ['wait_second', '1'] +2-7: show == show +example: 3 +3-1: when_run_button_click == when_run_button_click +3-2: hide == hide +3-3: 30 == 30 +3-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +3-5: ['locate_xy', '-200', '200', '-120', '120'] == ['locate_xy', '-200', '200', '-120', '120'] +3-6: ['wait_second', '1'] == ['wait_second', '1'] +3-7: show == show +example: 4 +4-1: when_run_button_click == when_run_button_click +4-2: ['locate_xy', '100', '60'] == ['locate_xy', '100', '60'] +4-3: 50 == 50 +4-4: ['repeat_inf', 'None'] == ['repeat_inf', 'None'] +4-5: ['_if', 'is_press_some_key', '37'] == ['_if', 'is_press_some_key', '37'] +4-6: ['move_x', '-5'] == ['move_x', '-5'] +4-7: ['_if', 'is_press_some_key', '39'] == ['_if', 'is_press_some_key', '39'] +4-8: ['move_x', '5'] == ['move_x', '5'] +4-9: ['_if', 'is_press_some_key', '38'] == ['_if', 'is_press_some_key', '38'] +4-10: ['move_y', '5'] == ['move_y', '5'] +4-11: ['_if', 'is_press_some_key', '40'] == ['_if', 'is_press_some_key', '40'] +4-12: ['move_y', '-5'] == ['move_y', '-5'] +4-13: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-14: ['냠냠!', '2'] == ['냠냠!', '2'] +4-15: 120 == 120 +4-16: hide == hide +4-17: ['_if', 'reach_something'] == ['_if', 'reach_something'] +4-18: ['add_effect_amount', 'color', '30'] == ['add_effect_amount', 'color', '30'] +4-19: ['으악!', '2'] == ['으악!', '2'] +4-20: erase_all_effects == erase_all_effects +example: 5 +5-1: when_run_button_click == when_run_button_click +5-2: hide == hide +5-3: ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] == ['wait_until_true', 'boolean_basic_operator', 'EQUAL', '120'] +5-4: ['stop_object', 'other_objects'] == ['stop_object', 'other_objects'] +5-5: locate == locate +5-6: show == show +5-7: ['상어로 변했어!', '2'] == ['상어로 변했어!', '2'] +Total Points for ['코딩활용능력3급(엔트리)-000054-변지환', 2, 2, 2, 2, 2, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 2.19, 99.78999999999995] + +Results saved to ./output/2505CAT3A/results.xlsx diff --git a/logs/2506_CAS_2_A.log b/logs/2506_CAS_2_A.log new file mode 100644 index 0000000..fae5850 --- /dev/null +++ b/logs/2506_CAS_2_A.log @@ -0,0 +1,9797 @@ + +Processing: ./output/2506_CAS_2_A/CAS-000190-김지환/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['CAS-000190-김지환', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/CAS-000191-김힘찬/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +Element '$..variables[?(@.name=='물고기 수')]' not found +Total Points for ['CAS-000191-김힘찬', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 0, 10.0] + +Processing: ./output/2506_CAS_2_A/CAS-000192-양보람/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['CAS-000192-양보람', 1.8, 1.8, 1.6, 0, 1.6, 1.6, 1, 9.4] + +Processing: ./output/2506_CAS_2_A/CAS-000193-구서연/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['CAS-000193-구서연', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/CAS-000194-강건우/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['CAS-000194-강건우', 1.8, 1.8, 1.6, 0, 1.6, 1.6, 1, 9.4] + +Processing: ./output/2506_CAS_2_A/CAS-000195-전하진/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['CAS-000195-전하진', 1.8, 1.8, 1.6, 0, 1.6, 1.6, 1, 9.4] + +Processing: ./output/2506_CAS_2_A/CAS-000196-노현빈/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['CAS-000196-노현빈', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/CAS-000197-최정원/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['CAS-000197-최정원', 1.8, 1.8, 1.6, 0, 1.6, 1.6, 1, 9.4] + +Processing: ./output/2506_CAS_2_A/CAS-000198-이하준/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['CAS-000198-이하준', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/CAS-000199-이예준/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['CAS-000199-이예준', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/CAS-000200-박태민/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +Element '$..variables[?(@.name=='물고기 수')]' not found +Total Points for ['CAS-000200-박태민', 0, 0, 1.6, 0, 1.6, 1.6, 0, 4.800000000000001] + +Processing: ./output/2506_CAS_2_A/CAS-000201-김민서/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['CAS-000201-김민서', 1.8, 1.8, 1.6, 0, 1.6, 1.6, 1, 9.4] + +Processing: ./output/2506_CAS_2_A/CAS-000246-김준교/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['CAS-000246-김준교', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/CAS-000405-김주엘/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['CAS-000405-김주엘', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/CAS-000406-김윤정/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['CAS-000406-김윤정', 1.8, 0, 1.6, 1.6, 1.6, 1.6, 1, 9.2] + +Processing: ./output/2506_CAS_2_A/CAS-000407-이시우/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['CAS-000407-이시우', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/CAS-000408-정해윤/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['CAS-000408-정해윤', 1.8, 1.8, 1.6, 0, 1.6, 1.6, 1, 9.4] + +Processing: ./output/2506_CAS_2_A/CAS-000454-김현정/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['CAS-000454-김현정', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/CAS-000457-김시우/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['CAS-000457-김시우', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/CAS-000458-김지효/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +Element '$..variables[?(@.name=='물고기 수')]' not found +Total Points for ['CAS-000458-김지효', 0, 0, 1.6, 1.6, 1.6, 1.6, 0, 6.4] + +Processing: ./output/2506_CAS_2_A/CAS-000459-한지석/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] 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: 1-7 +Element '$..variables[?(@.name=='물고기 수')]' not found +Total Points for ['CAS-000459-한지석', 1.8, 1.8, 1.6, 0, 1.6, 1.6, 0, 8.4] + +Processing: ./output/2506_CAS_2_A/CAS-000460-차현준/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['CAS-000460-차현준', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/CAS-000461-이은찬/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] 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: 1-7 +Element '$..variables[?(@.name=='물고기 수')]' not found +Total Points for ['CAS-000461-이은찬', 1.8, 1.8, 1.6, 0, 1.6, 1.6, 0, 8.4] + +Processing: ./output/2506_CAS_2_A/CAS-000462-박푸른/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['CAS-000462-박푸른', 1.8, 0, 1.6, 1.6, 1.6, 1.6, 1, 9.2] + +Processing: ./output/2506_CAS_2_A/cas-000046-손은지/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['cas-000046-손은지', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/cas-000047-김민재/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['cas-000047-김민재', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/cas-000048-안지현/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['cas-000048-안지현', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/cas-000049-정하음/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['cas-000049-정하음', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/cas-000050-이주원/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['cas-000050-이주원', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/cas-000051-정시온/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['cas-000051-정시온', 1.8, 1.8, 1.6, 0, 1.6, 1.6, 1, 9.4] + +Processing: ./output/2506_CAS_2_A/cas-000052-박지율/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['cas-000052-박지율', 1.8, 1.8, 1.6, 0, 1.6, 1.6, 1, 9.4] + +Processing: ./output/2506_CAS_2_A/cas-000053-신현빈/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['cas-000053-신현빈', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/cas-000054-박성우/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['cas-000054-박성우', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/cas-000055-채세정/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['cas-000055-채세정', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/cas-000056-정윤진/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['cas-000056-정윤진', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/cas-000057-하정우/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['cas-000057-하정우', 0, 0, 1.6, 1.6, 1.6, 1.6, 1, 7.4] + +Processing: ./output/2506_CAS_2_A/cas-000058-성지민/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['cas-000058-성지민', 0, 0, 1.6, 1.6, 1.6, 1.6, 1, 7.4] + +Processing: ./output/2506_CAS_2_A/cas-000059-강은채/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['cas-000059-강은채', 1.8, 0, 1.6, 1.6, 1.6, 1.6, 1, 9.2] + +Processing: ./output/2506_CAS_2_A/cas-000060-황지영/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['cas-000060-황지영', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/cas-000061-유수진 /temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['cas-000061-유수진 ', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/cas-000062-김선우/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['cas-000062-김선우', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/cas-000063-이연두/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['cas-000063-이연두', 0, 1.8, 1.6, 0, 1.6, 1.6, 1, 7.6] + +Processing: ./output/2506_CAS_2_A/cas-000064-이우주/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['cas-000064-이우주', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/cas-000065-최명우/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['cas-000065-최명우', 0, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 9.2] + +Processing: ./output/2506_CAS_2_A/cas-000066-김도윤/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] 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: 1-7 +Element '$..variables[?(@.name=='물고기 수')]' not found +Total Points for ['cas-000066-김도윤', 1.8, 1.8, 1.6, 0, 1.6, 1.6, 0, 8.4] + +Processing: ./output/2506_CAS_2_A/cas-000067-강현서/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['cas-000067-강현서', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/cas-000157-박태양/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['cas-000157-박태양', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/cas-000158-정이든/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['cas-000158-정이든', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/cas-000159-박도겸/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['cas-000159-박도겸', 0, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 9.2] + +Processing: ./output/2506_CAS_2_A/cas-000160-이준우/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['cas-000160-이준우', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/cas-000161-정윤서/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['cas-000161-정윤서', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/cas-000162-김민찬/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['cas-000162-김민찬', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/cas-000163-박서우/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['cas-000163-박서우', 0, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 9.2] + +Processing: ./output/2506_CAS_2_A/cas-000164-안태민/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['cas-000164-안태민', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/cas-000165-이재범/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['cas-000165-이재범', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/cas-000166-노현서/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['cas-000166-노현서', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/cas-000167-김지한/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['cas-000167-김지한', 1.8, 1.8, 1.6, 0, 1.6, 1.6, 1, 9.4] + +Processing: ./output/2506_CAS_2_A/cas-000169-이아준/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +Element '$..variables[?(@.name=='물고기 수')]' not found +Total Points for ['cas-000169-이아준', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 0, 10.0] + +Processing: ./output/2506_CAS_2_A/cas-000170-정도규/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['cas-000170-정도규', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/cas-000171-정호원/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['cas-000171-정호원', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/cas-000172-정수민/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['cas-000172-정수민', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/cas-000173-주시아/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['cas-000173-주시아', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/cas-000174-김민준/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['cas-000174-김민준', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/cas-000175-한채윤/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['cas-000175-한채윤', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/cas-000176-김재훈/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['cas-000176-김재훈', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/cas-000177-김태완/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['cas-000177-김태완', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/cas-000178-양지호/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['cas-000178-양지호', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/cas-000179-엄예준/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['cas-000179-엄예준', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/cas-000180-김도윤/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['cas-000180-김도윤', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/cas-000181-박채원/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['cas-000181-박채원', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/cas-000182-양지승/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['cas-000182-양지승', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/cas-000183-임동건/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['cas-000183-임동건', 1.8, 0, 1.6, 1.6, 1.6, 1.6, 1, 9.2] + +Processing: ./output/2506_CAS_2_A/cas-000184-정서영/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['cas-000184-정서영', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/cas-000185-지서은/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['cas-000185-지서은', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/cas-000186-김민서/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['cas-000186-김민서', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/cas-000187-함광현/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['cas-000187-함광현', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/cas-000254-성은규/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['cas-000254-성은규', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/cas-000356-황찬우/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['cas-000356-황찬우', 0, 0, 1.6, 0, 1.6, 1.6, 1, 5.800000000000001] + +Processing: ./output/2506_CAS_2_A/cas-000357-윤대한/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['cas-000357-윤대한', 0, 0, 1.6, 1.6, 1.6, 1.6, 1, 7.4] + +Processing: ./output/2506_CAS_2_A/cas-000409-홍연우/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['cas-000409-홍연우', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/cas-000410-김슬아/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['cas-000410-김슬아', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/cas-000413-박예은/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['cas-000413-박예은', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/cas-000455-박지현/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['cas-000455-박지현', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/제2506회 코딩활용능력 2급 A형 정답/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['제2506회 코딩활용능력 2급 A형 정답', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(앤트리)-000349-최강빈/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(앤트리)-000349-최강빈', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000002-김민규/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000002-김민규', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000003-원혜림/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000003-원혜림', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000004-윤이솔/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000004-윤이솔', 1.8, 1.8, 1.6, 0, 1.6, 1.6, 1, 9.4] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000005-고온유/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000005-고온유', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000006-최시아/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000006-최시아', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000007-최시윤/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000007-최시윤', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000008-김시현/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000008-김시현', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000011-이윤호/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000011-이윤호', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000012-엄은율/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000012-엄은율', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000013-박준희/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000013-박준희', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000014-유다현/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000014-유다현', 0, 0, 1.6, 1.6, 1.6, 1.6, 1, 7.4] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000016-황성현/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000016-황성현', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000017-김규민/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000017-김규민', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000018-공지호/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000018-공지호', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000019-한강민/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000019-한강민', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000020-김민서/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000020-김민서', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000021-여지원/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000021-여지원', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000022-김윤일/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +Element '$..variables[?(@.name=='물고기 수')]' not found +Total Points for ['코딩활용능력2급(엔트리)-000022-김윤일', 0, 0, 1.6, 0, 1.6, 1.6, 0, 4.800000000000001] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000023-신유진/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000023-신유진', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000026-여찬희/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000026-여찬희', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000027-유이레/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000027-유이레', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000029-윤현정/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000029-윤현정', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000030-오현서/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000030-오현서', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000031-장수호/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000031-장수호', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000032-윤준원/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000032-윤준원', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000033-정연아/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000033-정연아', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000042-김주아/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000042-김주아', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000045-박유수/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +Element '$..variables[?(@.name=='물고기 수')]' not found +Total Points for ['코딩활용능력2급(엔트리)-000045-박유수', 1.8, 0, 1.6, 1.6, 1.6, 1.6, 0, 8.2] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000068-이민서/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000068-이민서', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000069-이서윤/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000069-이서윤', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000074-서민서/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000074-서민서', 0, 0, 1.6, 0, 1.6, 1.6, 1, 5.800000000000001] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000078-정지원/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000078-정지원', 0, 0, 1.6, 1.6, 1.6, 1.6, 1, 7.4] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000079-엄승빈/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000079-엄승빈', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000080-박현태/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000080-박현태', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000081-장다현/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000081-장다현', 1.8, 0, 1.6, 0, 1.6, 1.6, 1, 7.6] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000082-양하은/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000082-양하은', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000083-박준우/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] 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: 1-7 +Element '$..variables[?(@.name=='물고기 수')]' not found +Total Points for ['코딩활용능력2급(엔트리)-000083-박준우', 1.8, 1.8, 1.6, 0, 1.6, 1.6, 0, 8.4] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000084-도현진/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000084-도현진', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000085-김지오/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000085-김지오', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000086-이예진/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000086-이예진', 1.8, 0, 1.6, 1.6, 1.6, 1.6, 1, 9.2] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000087-채연우/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +Element '$..variables[?(@.name=='물고기 수')]' not found +Total Points for ['코딩활용능력2급(엔트리)-000087-채연우', 0, 0, 1.6, 1.6, 1.6, 1.6, 0, 6.4] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000088-오은서/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000088-오은서', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000089-조호진/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000089-조호진', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000090-정시훈/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000090-정시훈', 0, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 9.2] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000091-김혜언/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000091-김혜언', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000092-박태훈/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000092-박태훈', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000093-김규성/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000093-김규성', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000094-정나윤/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000094-정나윤', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000095-윤하준/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000095-윤하준', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000096-손준우/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000096-손준우', 1.8, 0, 1.6, 1.6, 1.6, 1.6, 1, 9.2] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000097-박시현/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000097-박시현', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000098-장준혁/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000098-장준혁', 1.8, 1.8, 1.6, 0, 1.6, 1.6, 1, 9.4] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000099-박승수/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000099-박승수', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000100-임승현/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] 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: 1-7 +Element '$..variables[?(@.name=='물고기 수')]' not found +Total Points for ['코딩활용능력2급(엔트리)-000100-임승현', 1.8, 1.8, 1.6, 0, 1.6, 1.6, 0, 8.4] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000101-이지안/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000101-이지안', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000102-이승진/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000102-이승진', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000103-장민기/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000103-장민기', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000104-권민규/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000104-권민규', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000105-조승호/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000105-조승호', 0, 0, 1.6, 1.6, 1.6, 1.6, 1, 7.4] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000106-김세이/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000106-김세이', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000107-황효민/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000107-황효민', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000108-송지섭/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000108-송지섭', 1.8, 0, 1.6, 1.6, 1.6, 1.6, 1, 9.2] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000109-박예은/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000109-박예은', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000110-채준우/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000110-채준우', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000111-김민재/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000111-김민재', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000112-정서연/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000112-정서연', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000113-최유건/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000113-최유건', 0, 0, 1.6, 1.6, 1.6, 1.6, 1, 7.4] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000114-차현서/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000114-차현서', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000116-주서림/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000116-주서림', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000117-박서연/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000117-박서연', 1.8, 0, 1.6, 0, 1.6, 1.6, 1, 7.6] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000118-이승헌/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000118-이승헌', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000119-배현근/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000119-배현근', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000120-김다현/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000120-김다현', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000121-전태준/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000121-전태준', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000122-김재현/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] 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: 1-7 +Element '$..variables[?(@.name=='물고기 수')]' not found +Total Points for ['코딩활용능력2급(엔트리)-000122-김재현', 1.8, 1.8, 1.6, 0, 1.6, 1.6, 0, 8.4] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000123-장호진/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000123-장호진', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000124-박소윤/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000124-박소윤', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000125-유가영/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000125-유가영', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000126-안혜원/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000126-안혜원', 1.8, 0, 1.6, 1.6, 1.6, 1.6, 1, 9.2] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000127-이지우/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000127-이지우', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000128-한석영/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000128-한석영', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000129-정재영/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000129-정재영', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000130-손채원/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000130-손채원', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000131-박지우/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000131-박지우', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000132-강아인/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000132-강아인', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000133-정지원/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000133-정지원', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000134-윤이현/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000134-윤이현', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000135-김지운/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000135-김지운', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000136-오수빈/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000136-오수빈', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000137-김예슬/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000137-김예슬', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000139-조아영/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000139-조아영', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000140-김범서/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000140-김범서', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000141-박규빈/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000141-박규빈', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000142-손단아/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000142-손단아', 0, 0, 1.6, 0, 1.6, 1.6, 1, 5.800000000000001] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000143-김재권/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000143-김재권', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000144-조제원/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000144-조제원', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000145-권윤주/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000145-권윤주', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000146-박무겸/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000146-박무겸', 1.8, 1.8, 1.6, 0, 1.6, 1.6, 1, 9.4] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000147-이민주/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000147-이민주', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000148-정서현/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000148-정서현', 1.8, 1.8, 1.6, 0, 1.6, 1.6, 1, 9.4] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000149-김민석/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000149-김민석', 1.8, 1.8, 1.6, 0, 1.6, 1.6, 1, 9.4] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000150-최한결/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000150-최한결', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000151-김선우/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000151-김선우', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000152-윤서현/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000152-윤서현', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000153-윤채현/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000153-윤채현', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000154-배지산/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000154-배지산', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000155-차윤휘/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000155-차윤휘', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000156-이시현/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000156-이시현', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000202-윤이섬/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000202-윤이섬', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000203-송호연/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000203-송호연', 0, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 9.2] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000204-김병민/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000204-김병민', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000205-박서은/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000205-박서은', 1.8, 1.8, 1.6, 0, 1.6, 1.6, 1, 9.4] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000206-문채현/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000206-문채현', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000207-차범민/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000207-차범민', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000208-강서준/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000208-강서준', 1.8, 0, 1.6, 0, 1.6, 1.6, 1, 7.6] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000209-이다희/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000209-이다희', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000211-배승준/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000211-배승준', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000212-박지율/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000212-박지율', 0, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 9.2] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000213-차아인/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000213-차아인', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000214-김다율/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000214-김다율', 0, 0, 1.6, 1.6, 1.6, 1.6, 1, 7.4] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000215-우수현/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000215-우수현', 1.8, 0, 1.6, 1.6, 1.6, 1.6, 1, 9.2] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000216-유서호/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000216-유서호', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000217-정지훈/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000217-정지훈', 1.8, 0, 1.6, 1.6, 1.6, 1.6, 1, 9.2] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000218-김민건/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000218-김민건', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000219-유한승/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000219-유한승', 1.8, 1.8, 1.6, 0, 1.6, 1.6, 1, 9.4] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000220-정유준/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000220-정유준', 0, 1.8, 1.6, 0, 1.6, 1.6, 1, 7.6] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000221-김태이/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000221-김태이', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000222-김신후/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000222-김신후', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000223-박시현/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000223-박시현', 0, 0, 1.6, 1.6, 1.6, 1.6, 1, 7.4] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000224-김라온누리/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000224-김라온누리', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000225-김라온/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000225-김라온', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000226-김준수/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000226-김준수', 1.8, 1.8, 1.6, 0, 1.6, 1.6, 1, 9.4] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000227-김건율/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000227-김건율', 1.8, 1.8, 1.6, 0, 1.6, 1.6, 1, 9.4] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000228-최정원/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000228-최정원', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000229-박범수/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000229-박범수', 1.8, 1.8, 1.6, 0, 1.6, 1.6, 1, 9.4] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000230-박찬/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000230-박찬', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000231-김병욱/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000231-김병욱', 0, 0, 1.6, 0, 1.6, 1.6, 1, 5.800000000000001] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000232-박미소/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000232-박미소', 0, 0, 1.6, 1.6, 1.6, 1.6, 1, 7.4] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000233-양수현/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000233-양수현', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000234-홍려원/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000234-홍려원', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000235-이유은/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000235-이유은', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000236-최세인/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000236-최세인', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000237-전영준/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000237-전영준', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000238-이민서/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000238-이민서', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000239-이준형/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000239-이준형', 1.8, 1.8, 1.6, 0, 1.6, 1.6, 1, 9.4] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000240-임재연/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000240-임재연', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000241-조용범/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000241-조용범', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000242-문하늘/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000242-문하늘', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000243-이지완/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000243-이지완', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000250-박지후/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000250-박지후', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000251-이도경/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000251-이도경', 0, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 9.2] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000252-이지원/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000252-이지원', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000253-박서현/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000253-박서현', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000255-정예슬/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000255-정예슬', 0, 0, 1.6, 0, 1.6, 1.6, 1, 5.800000000000001] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000256-전하윤/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000256-전하윤', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000259-한지아/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000259-한지아', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000260-강무성/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000260-강무성', 1.8, 1.8, 1.6, 0, 1.6, 1.6, 1, 9.4] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000261-안서준/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000261-안서준', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000262-이주원/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000262-이주원', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000263-한민건/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000263-한민건', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000266-김효현/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000266-김효현', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000267-강재은/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000267-강재은', 0, 0, 1.6, 1.6, 1.6, 1.6, 1, 7.4] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000268-이도은/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000268-이도은', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000270-오주환/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000270-오주환', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000271-문정우/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000271-문정우', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000272-강시현/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000272-강시현', 0, 0, 1.6, 1.6, 1.6, 1.6, 1, 7.4] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000273-LI DONGPING/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000273-LI DONGPING', 1.8, 0, 1.6, 1.6, 1.6, 1.6, 1, 9.2] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000274-신다민/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000274-신다민', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000275-최연우/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000275-최연우', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000276-임재온/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000276-임재온', 0, 0, 1.6, 1.6, 1.6, 0, 1, 5.800000000000001] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000277-황설빈/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000277-황설빈', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000278-조성빈/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +Element '$..variables[?(@.name=='물고기 수')]' not found +Total Points for ['코딩활용능력2급(엔트리)-000278-조성빈', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 0, 10.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000279-김도윤/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000279-김도윤', 0, 1.8, 1.6, 0, 1.6, 1.6, 1, 7.6] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000280-선우빈/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000280-선우빈', 1.8, 1.8, 1.6, 0, 1.6, 1.6, 1, 9.4] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000281-서민수/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000281-서민수', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000282-김유찬/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000282-김유찬', 0, 0, 1.6, 1.6, 1.6, 1.6, 1, 7.4] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000283-배민준/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000283-배민준', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000284-오정효/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000284-오정효', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000285-신훈승/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000285-신훈승', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000286-엄현식/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000286-엄현식', 0, 0, 1.6, 0, 1.6, 1.6, 1, 5.800000000000001] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000287-한준희/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000287-한준희', 0, 0, 1.6, 1.6, 1.6, 1.6, 1, 7.4] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000288-홍성혁/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000288-홍성혁', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000289-정세인/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000289-정세인', 1.8, 0, 1.6, 1.6, 1.6, 1.6, 1, 9.2] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000290-조우솔/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000290-조우솔', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000291-최준서/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000291-최준서', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000292-주환/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000292-주환', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000293-김태양/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000293-김태양', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000294-석주원/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000294-석주원', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000295-허지율/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000295-허지율', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000296-문서준/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000296-문서준', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000297-문하준/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000297-문하준', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000298-서준/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000298-서준', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000299-이리안/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000299-이리안', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000300-강규람/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000300-강규람', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000301-김성주/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000301-김성주', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000302-임윤우/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000302-임윤우', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000303-김시현/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000303-김시현', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000304-금해솔/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000304-금해솔', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000305-신연우/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000305-신연우', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000306-손해윤/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000306-손해윤', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000307-이용현/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000307-이용현', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000312-최유석/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000312-최유석', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000313-최윤성/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000313-최윤성', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000314-이하람/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000314-이하람', 1.8, 1.8, 1.6, 0, 1.6, 1.6, 1, 9.4] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000315-하헌서/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000315-하헌서', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000316-이하준/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000316-이하준', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000317-한지안/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +Element '$..variables[?(@.name=='물고기 수')]' not found +Total Points for ['코딩활용능력2급(엔트리)-000317-한지안', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 0, 10.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000319-장한율/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000319-장한율', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000320-박진원/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000320-박진원', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000324-김민기/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000324-김민기', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000325-최원빈/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000325-최원빈', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000326-김범석/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000326-김범석', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000327-고강민/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000327-고강민', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000330-황태경/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000330-황태경', 1.8, 0, 1.6, 0, 1.6, 1.6, 1, 7.6] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000332-박채연/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000332-박채연', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000334-안수범/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000334-안수범', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000335-이애린/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000335-이애린', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000336-정하율/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000336-정하율', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000337-이다율/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000337-이다율', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000338-손정현/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +Element '$..variables[?(@.name=='물고기 수')]' not found +Total Points for ['코딩활용능력2급(엔트리)-000338-손정현', 0, 0, 1.6, 1.6, 1.6, 1.6, 0, 6.4] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000339-정하윤/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000339-정하윤', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000340-윤하음/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000340-윤하음', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000341-이사랑/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000341-이사랑', 1.8, 1.8, 1.6, 0, 1.6, 1.6, 1, 9.4] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000343-길나경/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000343-길나경', 1.8, 1.8, 1.6, 0, 1.6, 1.6, 1, 9.4] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000346-전채원/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000346-전채원', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000347-이하율/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000347-이하율', 0, 1.8, 1.6, 0, 1.6, 1.6, 1, 7.6] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000348-이예찬/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000348-이예찬', 0, 0, 1.6, 1.6, 1.6, 1.6, 1, 7.4] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000350-이주호/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +Element '$..variables[?(@.name=='물고기 수')]' not found +Total Points for ['코딩활용능력2급(엔트리)-000350-이주호', 0, 0, 1.6, 1.6, 1.6, 1.6, 0, 6.4] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000351-김영준/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000351-김영준', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000352-강한솔/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +Element '$..variables[?(@.name=='물고기 수')]' not found +Total Points for ['코딩활용능력2급(엔트리)-000352-강한솔', 0, 0, 1.6, 0, 1.6, 1.6, 0, 4.800000000000001] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000353-유선호/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000353-유선호', 0, 0, 1.6, 1.6, 1.6, 1.6, 1, 7.4] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000354-정종현/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000354-정종현', 1.8, 1.8, 1.6, 0, 1.6, 1.6, 1, 9.4] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000355-이지윤/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000355-이지윤', 1.8, 0, 1.6, 1.6, 1.6, 1.6, 1, 9.2] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000358-정영찬/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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 +Element '$..objects[?(@.name=='상어')]' not found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000358-정영찬', 0, 0, 1.6, 0, 1.6, 0, 1, 4.2] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000359-최원영/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000359-최원영', 0, 0, 1.6, 1.6, 1.6, 1.6, 1, 7.4] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000360-노경은/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000360-노경은', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000361-남현준/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000361-남현준', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000362-이서준/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000362-이서준', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000363-신하준/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000363-신하준', 1.8, 1.8, 0, 1.6, 1.6, 1.6, 1, 9.4] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000364-최수아/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000364-최수아', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000365-권민채/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000365-권민채', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000366-서연우/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000366-서연우', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000367-장하준/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000367-장하준', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000368-차요한/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000368-차요한', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000369-김하준/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000369-김하준', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000370-추연준/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000370-추연준', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000371-김지혁/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000371-김지혁', 0, 0, 1.6, 1.6, 1.6, 1.6, 1, 7.4] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000372-서연수/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000372-서연수', 0, 0, 1.6, 0, 1.6, 1.6, 1, 5.800000000000001] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000373-곽한빛/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000373-곽한빛', 0, 0, 1.6, 1.6, 1.6, 1.6, 1, 7.4] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000374-김정수/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000374-김정수', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000375-지태권/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000375-지태권', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000376-이윤건/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000376-이윤건', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000377-윤서진/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000377-윤서진', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000378-이정원/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000378-이정원', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000379-차준호/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000379-차준호', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000380-성지언/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000380-성지언', 1.8, 1.8, 1.6, 0, 1.6, 1.6, 1, 9.4] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000382-권태민/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000382-권태민', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000384-이서우/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000384-이서우', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000385-고다연/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000385-고다연', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000386-임예준/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000386-임예준', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000387-정승환/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000387-정승환', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000388-한서현/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000388-한서현', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000389-김동현/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000389-김동현', 0, 0, 1.6, 1.6, 1.6, 0, 1, 5.800000000000001] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000391-조경환/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000391-조경환', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000396-윤예담/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000396-윤예담', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000397-한정서/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000397-한정서', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000398-윤새론/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000398-윤새론', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000399-전우리/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000399-전우리', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000400-전우림/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000400-전우림', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000401-김지유/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000401-김지유', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000402-박수호/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000402-박수호', 1.8, 1.8, 1.6, 0, 1.6, 1.6, 1, 9.4] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000403-김지우/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000403-김지우', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000404-안종문/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000404-안종문', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000411-정유진/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000411-정유진', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000412-박태현/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000412-박태현', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000415-성시윤/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000415-성시윤', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000416-송민준/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000416-송민준', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000418_-전윤성/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000418_-전윤성', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000419-이윤재/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000419-이윤재', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000420-노아현/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000420-노아현', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000421-이상은/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000421-이상은', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000422-서동윤/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000422-서동윤', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000423-손정완/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000423-손정완', 0, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 9.2] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000424-김동욱/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000424-김동욱', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000425-유시아/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000425-유시아', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000426-안우영/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000426-안우영', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000427나주언/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000427나주언', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000428-송예서/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000428-송예서', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000429-신예준/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000429-신예준', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000430-윤예은/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000430-윤예은', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000433-서동현/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000433-서동현', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000434-서동우/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000434-서동우', 1.8, 1.8, 1.6, 0, 1.6, 1.6, 1, 9.4] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000435-홍민준/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000435-홍민준', 1.8, 1.8, 1.6, 0, 1.6, 1.6, 1, 9.4] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000436-황도연/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000436-황도연', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000437-박서진/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000437-박서진', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000438-최래정/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000438-최래정', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000439-강지우/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000439-강지우', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000440-진소휘/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +Element '$..variables[?(@.name=='물고기 수')]' not found +Total Points for ['코딩활용능력2급(엔트리)-000440-진소휘', 0, 0, 0, 0, 0, 0, 0, 0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000441-유동엽/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +Element '$..variables[?(@.name=='물고기 수')]' not found +Total Points for ['코딩활용능력2급(엔트리)-000441-유동엽', 0, 0, 0, 0, 0, 0, 0, 0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000442-박진영/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000442-박진영', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000443-박세현/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000443-박세현', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000444-신준율/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +Element '$..variables[?(@.name=='물고기 수')]' not found +Total Points for ['코딩활용능력2급(엔트리)-000444-신준율', 0, 0, 0, 0, 0, 0, 0, 0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000445-김근아/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +Element '$..variables[?(@.name=='물고기 수')]' not found +Total Points for ['코딩활용능력2급(엔트리)-000445-김근아', 0, 0, 0, 0, 0, 0, 0, 0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000446-최하람/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000446-최하람', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000447-김지우/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000447-김지우', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000448-김동건/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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 +Element '$..objects[?(@.name=='상어')]' not found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000448-김동건', 0, 0, 1.6, 0, 1.6, 0, 1, 4.2] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000449-김태경/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +Element '$..variables[?(@.name=='물고기 수')]' not found +Total Points for ['코딩활용능력2급(엔트리)-000449-김태경', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 0, 10.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000450-박용우/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000450-박용우', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000451-김지성/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000451-김지성', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000452-김수아/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +Element '$..variables[?(@.name=='물고기 수')]' not found +Total Points for ['코딩활용능력2급(엔트리)-000452-김수아', 0, 0, 0, 0, 0, 0, 0, 0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급(엔트리)-000453-전세인/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급(엔트리)-000453-전세인', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급-000034-박승찬/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급-000034-박승찬', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급-000035-황창연/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급-000035-황창연', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급-000036-서시원/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급-000036-서시원', 0, 0, 1.6, 1.6, 1.6, 1.6, 1, 7.4] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급-000037-한승준/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급-000037-한승준', 0, 0, 1.6, 1.6, 1.6, 1.6, 1, 7.4] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급-000038-전성웅/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급-000038-전성웅', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급-000039-양승연/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급-000039-양승연', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급-000040-윤재인/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급-000040-윤재인', 1.8, 1.8, 1.6, 0, 1.6, 1.6, 1, 9.4] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급-000071-오혜원/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급-000071-오혜원', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급-000072-최민근/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급-000072-최민근', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급-000073-정연우/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급-000073-정연우', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급-000188-김서연/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +Element '$..variables[?(@.name=='물고기 수')]' not found +Total Points for ['코딩활용능력2급-000188-김서연', 0, 0, 1.6, 1.6, 1.6, 1.6, 0, 6.4] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급-000308-김아현/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급-000308-김아현', 0, 0, 1.6, 0, 1.6, 1.6, 1, 5.800000000000001] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급-000310-최석빈/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급-000310-최석빈', 1.8, 0, 1.6, 1.6, 1.6, 1.6, 1, 9.2] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급-000321-김지우/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급-000321-김지우', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급-000322-김연우/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급-000322-김연우', 0, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 9.2] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급-000323-김도빈/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급-000323-김도빈', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급-000333-박건영/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +Element '$..objects[?(@.name=='바다2')]' 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: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급-000333-박건영', 0, 0, 1.6, 1.6, 1.6, 1.6, 1, 7.4] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급-000342-이호영/temp/project.json +example: 1-1 +Element '$..objects[?(@.name=='바다1')]' not found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] 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: 1-7 +Element '$..variables[?(@.name=='물고기 수')]' not found +Total Points for ['코딩활용능력2급-000342-이호영', 0, 1.8, 1.6, 0, 1.6, 1.6, 0, 6.6] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급-000392-진다엘/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급-000392-진다엘', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급-000393-이지한/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급-000393-이지한', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급-000394-전은재/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급-000394-전은재', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Processing: ./output/2506_CAS_2_A/코딩활용능력2급-000395-박진호/temp/project.json +example: 1-1 +elements found for $..objects[?(@.name=='바다1')] +$..objects[?(@.name=='바다1')] found +example: 1-2 +elements found for $..objects[?(@.name=='바다2')] +$..objects[?(@.name=='바다2')] found +example: 1-3 +elements found for $..objects[?(@.name=='빨간 물고기')] +$..objects[?(@.name=='빨간 물고기')] found +example: 1-4 +elements found for $..objects[?(@.name=='노란 물고기')] +$..objects[?(@.name=='노란 물고기')] found +example: 1-5 +elements found for $..objects[?(@.name=='쓰레기')] +$..objects[?(@.name=='쓰레기')] found +example: 1-6 +elements found for $..objects[?(@.name=='상어')] +$..objects[?(@.name=='상어')] found +example: 1-7 +elements found for $..variables[?(@.name=='물고기 수')] +$..variables[?(@.name=='물고기 수')] found +Total Points for ['코딩활용능력2급-000395-박진호', 1.8, 1.8, 1.6, 1.6, 1.6, 1.6, 1, 11.0] + +Results saved to ./output/2506_CAS_2_A//results.xlsx diff --git a/main-김세연.log b/logs/main-김세연.log similarity index 100% rename from main-김세연.log rename to logs/main-김세연.log diff --git a/main.log b/logs/main.log similarity index 100% rename from main.log rename to logs/main.log diff --git a/main.py b/main.py index 8d8e601..4d94754 100644 --- a/main.py +++ b/main.py @@ -7,8 +7,8 @@ import unicodedata # 상단에 import 추가 import re # 상단에 추가 # 파일 경로 설정 -project_json_path = 'output/2503 CAT 3급 A형' -scoring_json_path = './2503 CAT 3급 A형.json' +project_json_path = './output/2506_CAS_2_A/' +scoring_json_path = './correct/2506_CAS_2_A.json' # JSON 파일 읽기 def read_json(file_path): @@ -49,10 +49,10 @@ def swap_script(origin): return origin # 스크립트 블록 분류를 위한 임시 저장소 - run_button_block = None + run_button_blocks = [] key_press_blocks = [] clone_start_block = None - message_cast_block = None + message_cast_block = [] other_blocks = [] # 각 블록을 타입별로 분류 @@ -62,23 +62,23 @@ def swap_script(origin): 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 + # # 기존 로직: 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 + # # 기존 로직: 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 + run_button_blocks.append(block) elif block_type == "when_some_key_pressed": # params[1]에서 키 값 확인 (49, 50, 51) 아스키코드 값이므로 필요하면 추가 가능 key_value = block[0].get("params")[1] @@ -87,7 +87,7 @@ def swap_script(origin): elif block_type == "when_clone_start": clone_start_block = block elif block_type == "when_message_cast": - message_cast_block = block + message_cast_block.append(block) else: other_blocks.append(block) @@ -95,8 +95,8 @@ def swap_script(origin): result = [] # 1. when_run_button_click 블록을 첫 번째로 추가 - if run_button_block: - result.append(run_button_block) + if run_button_blocks: + result.extend(run_button_blocks) # 2. when_some_key_pressed 블록들을 키 값 순서대로 정렬하여 추가 key_press_blocks.sort(key=lambda x: int(x[0]) if x[0] else 0) @@ -106,7 +106,7 @@ def swap_script(origin): if clone_start_block: result.append(clone_start_block) if message_cast_block: - result.append(message_cast_block) + result.extend(message_cast_block) # 4. 나머지 블록 추가 result.extend(other_blocks) @@ -259,7 +259,7 @@ def main(): try: # 디렉토리 패스 내에 학생 이름만 뽑아서 엑셀 컬럼 명으로 추가 # output/cas-000040-이지원/temp/project.json - student_id = normalize_path(full_path.split('/')[2]) + student_id = normalize_path(full_path.split('/')[3]) project_data = read_json(full_path) points = process_project(project_data, scoring_data) points.insert(0, student_id) diff --git a/sample/제2410회 코딩활용능력 2급 B형 정답.tar b/sample/제2410회 코딩활용능력 2급 B형 정답.tar deleted file mode 100644 index b5e6a8e..0000000 Binary files a/sample/제2410회 코딩활용능력 2급 B형 정답.tar and /dev/null differ diff --git a/sample/코딩활용능력 3급 A형 정답.tar b/sample/코딩활용능력 3급 A형 정답.tar deleted file mode 100644 index 15bc2f1..0000000 Binary files a/sample/코딩활용능력 3급 A형 정답.tar and /dev/null differ