시작하기 클릭이 여러개 있는 경우 배열에 추가하고 정렬하도록 수정(2506 CAS 2급 채점 완료)
This commit is contained in:
656
correct/2504CAS2A.json
Normal file
656
correct/2504CAS2A.json
Normal file
@@ -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/처음부터 다시 실행하기"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user