diff --git "a/questions/tricycle/test/questions_cycle_representative_clockwise.json" "b/questions/tricycle/test/questions_cycle_representative_clockwise.json" new file mode 100644--- /dev/null +++ "b/questions/tricycle/test/questions_cycle_representative_clockwise.json" @@ -0,0 +1,23022 @@ +{ + "info": { + "date": "16d-10-25", + "version": "1.0", + "split": "test", + "license": "Creative Commons Attribution (CC-BY 4.0)" + }, + "questions": [ + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_recolor_2.mp4", + "video_index": 2, + "video": "tricycle_test_orbit_orbit_recolor_2", + "question": "There is an orbiting Metal Sphere. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 0 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_linear_linear_11.mp4", + "video_index": 11, + "video": "tricycle_test_orbit_linear_linear_11", + "question": "There is an orbiting Cube. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 5 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 5, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 1 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_orbit_20.mp4", + "video_index": 20, + "video": "tricycle_test_orbit_orbit_orbit_20", + "question": "The yellow Cone is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4, + 5 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 2 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_resize_6.mp4", + "video_index": 6, + "video": "tricycle_test_orbit_recolor_resize_6", + "question": "There is an orbiting small enlarging Cube. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_enlarge", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 5 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 3 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_resize_5.mp4", + "video_index": 5, + "video": "tricycle_test_orbit_resize_resize_5", + "question": "There is an orbiting tiny cyan enlarging thing. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + 3 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "filter_enlarge", + "inputs": [ + 3 + ], + "_output": [ + 4 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 5 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 4 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_orbit_17.mp4", + "video_index": 17, + "video": "tricycle_test_orbit_orbit_orbit_17", + "question": "There is an orbiting Cone. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4, + 5 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 5, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 5 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_resize_1.mp4", + "video_index": 1, + "video": "tricycle_test_orbit_resize_resize_1", + "question": "There is an orbiting Rubber thing. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 6 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_rotate_13.mp4", + "video_index": 13, + "video": "tricycle_test_orbit_orbit_rotate_13", + "question": "The blue Cube is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 7 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_orbit_21.mp4", + "video_index": 21, + "video": "tricycle_test_orbit_orbit_orbit_21", + "question": "There is an orbiting tiny purple Metal object. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2, + 3, + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2, + 3, + 4 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "filter_material", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 5 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 8 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_resize_18.mp4", + "video_index": 18, + "video": "tricycle_test_orbit_orbit_resize_18", + "question": "There is an orbiting large Rubber object. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 9 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_linear_14.mp4", + "video_index": 14, + "video": "tricycle_test_orbit_resize_linear_14", + "question": "The big blue enlarging thing is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "filter_enlarge", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 5 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 10 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_resize_4.mp4", + "video_index": 4, + "video": "tricycle_test_orbit_recolor_resize_4", + "question": "There is an orbiting purple Cube. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 11 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_rotate_11.mp4", + "video_index": 11, + "video": "tricycle_test_orbit_orbit_rotate_11", + "question": "The tiny Rubber Cube is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + 3 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 5 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 12 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_rotate_0.mp4", + "video_index": 0, + "video": "tricycle_test_orbit_orbit_rotate_0", + "question": "There is an orbiting rotating Cube. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_rotate", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 13 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_rotate_3.mp4", + "video_index": 3, + "video": "tricycle_test_orbit_orbit_rotate_3", + "question": "The tiny rotating thing is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + 3 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_rotate", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 14 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_orbit_3.mp4", + "video_index": 3, + "video": "tricycle_test_orbit_orbit_orbit_3", + "question": "The small green Cube is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2, + 3, + 4 + ], + "value_inputs": [ + 3 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2, + 3, + 4 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 5 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 15 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_linear_3.mp4", + "video_index": 3, + "video": "tricycle_test_orbit_recolor_linear_3", + "question": "There is an orbiting purple object. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 5 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 5, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 16 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_linear_20.mp4", + "video_index": 20, + "video": "tricycle_test_orbit_orbit_linear_20", + "question": "The large Cone is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 17 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_rotate_4.mp4", + "video_index": 4, + "video": "tricycle_test_orbit_recolor_rotate_4", + "question": "There is an orbiting tiny object. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 18 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_linear_14.mp4", + "video_index": 14, + "video": "tricycle_test_orbit_orbit_linear_14", + "question": "There is an orbiting gray object. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 19 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_rotate_rotate_7.mp4", + "video_index": 7, + "video": "tricycle_test_orbit_rotate_rotate_7", + "question": "The rotating object is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_rotate", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 20 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_resize_1.mp4", + "video_index": 1, + "video": "tricycle_test_orbit_recolor_resize_1", + "question": "There is an orbiting color-changing Cylinder. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "filter_change_color", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 21 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_rotate_13.mp4", + "video_index": 13, + "video": "tricycle_test_orbit_recolor_rotate_13", + "question": "The rotating object is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_rotate", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 22 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_rotate_5.mp4", + "video_index": 5, + "video": "tricycle_test_orbit_recolor_rotate_5", + "question": "The small Cube is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 23 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_rotate_rotate_18.mp4", + "video_index": 18, + "video": "tricycle_test_orbit_rotate_rotate_18", + "question": "There is an orbiting cyan Cone. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 5 + ], + "value_inputs": [ + 3 + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 5, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 24 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_rotate_2.mp4", + "video_index": 2, + "video": "tricycle_test_orbit_resize_rotate_2", + "question": "The small Metal object is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 25 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_orbit_18.mp4", + "video_index": 18, + "video": "tricycle_test_orbit_orbit_orbit_18", + "question": "There is an orbiting small yellow object. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2, + 3, + 4 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2, + 3, + 4 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 26 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_resize_18.mp4", + "video_index": 18, + "video": "tricycle_test_orbit_recolor_resize_18", + "question": "There is an orbiting small Cone. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 27 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_linear_12.mp4", + "video_index": 12, + "video": "tricycle_test_orbit_orbit_linear_12", + "question": "There is an orbiting gray object. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4, + 5 + ], + "value_inputs": [ + 3 + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 5, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 28 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_resize_3.mp4", + "video_index": 3, + "video": "tricycle_test_orbit_recolor_resize_3", + "question": "There is an orbiting small red Cone. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 5 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 29 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_rotate_rotate_17.mp4", + "video_index": 17, + "video": "tricycle_test_orbit_rotate_rotate_17", + "question": "The Metal thing is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 30 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_rotate_21.mp4", + "video_index": 21, + "video": "tricycle_test_orbit_recolor_rotate_21", + "question": "The color-changing object is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_change_color", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 31 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_orbit_8.mp4", + "video_index": 8, + "video": "tricycle_test_orbit_orbit_orbit_8", + "question": "There is an orbiting Sphere. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2, + 3, + 4 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 32 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_linear_11.mp4", + "video_index": 11, + "video": "tricycle_test_orbit_recolor_linear_11", + "question": "There is an orbiting Metal Cylinder. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 5 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 5, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 33 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_resize_8.mp4", + "video_index": 8, + "video": "tricycle_test_orbit_resize_resize_8", + "question": "The large thing is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 5 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 5, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 34 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_orbit_5.mp4", + "video_index": 5, + "video": "tricycle_test_orbit_orbit_orbit_5", + "question": "The red Sphere is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4, + 5 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 3, + 5 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 5, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 35 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_resize_3.mp4", + "video_index": 3, + "video": "tricycle_test_orbit_orbit_resize_3", + "question": "The tiny purple Cube is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + 3 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 5 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 36 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_resize_19.mp4", + "video_index": 19, + "video": "tricycle_test_orbit_resize_resize_19", + "question": "The green Rubber object is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "filter_material", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 37 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_orbit_0.mp4", + "video_index": 0, + "video": "tricycle_test_orbit_orbit_orbit_0", + "question": "There is an orbiting brown Cube. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2, + 3, + 4 + ], + "value_inputs": [ + 3 + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 38 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_linear_4.mp4", + "video_index": 4, + "video": "tricycle_test_orbit_recolor_linear_4", + "question": "The large thing is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 39 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_recolor_12.mp4", + "video_index": 12, + "video": "tricycle_test_orbit_orbit_recolor_12", + "question": "The cyan Cone is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 40 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_linear_linear_0.mp4", + "video_index": 0, + "video": "tricycle_test_orbit_linear_linear_0", + "question": "There is an orbiting object. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + 3 + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 2 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 41 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_linear_linear_4.mp4", + "video_index": 4, + "video": "tricycle_test_orbit_linear_linear_4", + "question": "The tiny Cube is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 42 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_resize_14.mp4", + "video_index": 14, + "video": "tricycle_test_orbit_resize_resize_14", + "question": "There is an orbiting big brown Rubber object. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "filter_material", + "inputs": [ + 3 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 5 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 43 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_recolor_16.mp4", + "video_index": 16, + "video": "tricycle_test_orbit_recolor_recolor_16", + "question": "There is an orbiting Cylinder. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 5 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 5, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 44 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_recolor_17.mp4", + "video_index": 17, + "video": "tricycle_test_orbit_recolor_recolor_17", + "question": "There is an orbiting small object. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 45 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_linear_17.mp4", + "video_index": 17, + "video": "tricycle_test_orbit_orbit_linear_17", + "question": "The tiny Sphere is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 46 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_orbit_1.mp4", + "video_index": 1, + "video": "tricycle_test_orbit_orbit_orbit_1", + "question": "The red thing is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4, + 5 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 47 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_resize_8.mp4", + "video_index": 8, + "video": "tricycle_test_orbit_orbit_resize_8", + "question": "There is an orbiting blue Cone. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 48 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_recolor_12.mp4", + "video_index": 12, + "video": "tricycle_test_orbit_recolor_recolor_12", + "question": "There is an orbiting tiny cyan Sphere. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 5 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 49 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_rotate_7.mp4", + "video_index": 7, + "video": "tricycle_test_orbit_recolor_rotate_7", + "question": "There is an orbiting thing. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 2 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 50 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_linear_linear_10.mp4", + "video_index": 10, + "video": "tricycle_test_orbit_linear_linear_10", + "question": "There is an orbiting small brown Metal object. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 5 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "filter_material", + "inputs": [ + 3 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 5, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 5 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 51 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_linear_3.mp4", + "video_index": 3, + "video": "tricycle_test_orbit_orbit_linear_3", + "question": "The big green thing is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 52 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_linear_linear_14.mp4", + "video_index": 14, + "video": "tricycle_test_orbit_linear_linear_14", + "question": "The thing is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 5 + ], + "value_inputs": [ + null + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 5, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 2 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 53 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_rotate_15.mp4", + "video_index": 15, + "video": "tricycle_test_orbit_recolor_rotate_15", + "question": "There is an orbiting tiny thing. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 54 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_recolor_14.mp4", + "video_index": 14, + "video": "tricycle_test_orbit_orbit_recolor_14", + "question": "The gray Rubber object is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4, + 5 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 4, + 5 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "filter_material", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 55 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_recolor_7.mp4", + "video_index": 7, + "video": "tricycle_test_orbit_orbit_recolor_7", + "question": "There is an orbiting Rubber object. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 56 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_recolor_7.mp4", + "video_index": 7, + "video": "tricycle_test_orbit_recolor_recolor_7", + "question": "There is an orbiting large color-changing object. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_change_color", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 57 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_recolor_11.mp4", + "video_index": 11, + "video": "tricycle_test_orbit_recolor_recolor_11", + "question": "There is an orbiting purple thing. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 58 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_recolor_3.mp4", + "video_index": 3, + "video": "tricycle_test_orbit_recolor_recolor_3", + "question": "There is an orbiting Cylinder. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 59 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_resize_7.mp4", + "video_index": 7, + "video": "tricycle_test_orbit_recolor_resize_7", + "question": "There is an orbiting thing. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 2 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 60 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_linear_16.mp4", + "video_index": 16, + "video": "tricycle_test_orbit_orbit_linear_16", + "question": "There is an orbiting tiny yellow thing. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 61 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_linear_rotate_13.mp4", + "video_index": 13, + "video": "tricycle_test_orbit_linear_rotate_13", + "question": "The big yellow rotating object is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_rotate", + "inputs": [ + 3 + ], + "_output": [ + 4 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 5 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 62 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_rotate_20.mp4", + "video_index": 20, + "video": "tricycle_test_orbit_orbit_rotate_20", + "question": "There is an orbiting purple Cube. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 63 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_rotate_12.mp4", + "video_index": 12, + "video": "tricycle_test_orbit_recolor_rotate_12", + "question": "There is an orbiting Rubber object. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 5 + ], + "value_inputs": [ + 3 + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 5, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 64 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_resize_2.mp4", + "video_index": 2, + "video": "tricycle_test_orbit_resize_resize_2", + "question": "There is an orbiting cyan enlarging object. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "filter_enlarge", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 65 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_linear_linear_15.mp4", + "video_index": 15, + "video": "tricycle_test_orbit_linear_linear_15", + "question": "The Metal thing is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 66 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_rotate_rotate_1.mp4", + "video_index": 1, + "video": "tricycle_test_orbit_rotate_rotate_1", + "question": "The green Cube is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 67 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_linear_5.mp4", + "video_index": 5, + "video": "tricycle_test_orbit_resize_linear_5", + "question": "The object is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 2 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 68 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_linear_19.mp4", + "video_index": 19, + "video": "tricycle_test_orbit_resize_linear_19", + "question": "The object is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 5 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 5, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 2 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 69 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_rotate_8.mp4", + "video_index": 8, + "video": "tricycle_test_orbit_resize_rotate_8", + "question": "The brown Sphere is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 70 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_rotate_11.mp4", + "video_index": 11, + "video": "tricycle_test_orbit_recolor_rotate_11", + "question": "There is an orbiting yellow Cone. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 71 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_linear_linear_17.mp4", + "video_index": 17, + "video": "tricycle_test_orbit_linear_linear_17", + "question": "There is an orbiting cyan thing. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 5 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 5, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 72 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_linear_rotate_19.mp4", + "video_index": 19, + "video": "tricycle_test_orbit_linear_rotate_19", + "question": "There is an orbiting large rotating thing. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_rotate", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 73 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_resize_10.mp4", + "video_index": 10, + "video": "tricycle_test_orbit_orbit_resize_10", + "question": "The big enlarging Cone is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + 3 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_enlarge", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 5 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 74 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_linear_5.mp4", + "video_index": 5, + "video": "tricycle_test_orbit_orbit_linear_5", + "question": "The Cylinder is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4, + 5 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 5, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 75 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_linear_18.mp4", + "video_index": 18, + "video": "tricycle_test_orbit_orbit_linear_18", + "question": "There is an orbiting yellow thing. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 76 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_rotate_rotate_6.mp4", + "video_index": 6, + "video": "tricycle_test_orbit_rotate_rotate_6", + "question": "The tiny rotating Cube is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_rotate", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 5 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 77 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_orbit_7.mp4", + "video_index": 7, + "video": "tricycle_test_orbit_orbit_orbit_7", + "question": "There is an orbiting gray object. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4, + 5 + ], + "value_inputs": [ + 3 + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 5, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 78 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_linear_11.mp4", + "video_index": 11, + "video": "tricycle_test_orbit_resize_linear_11", + "question": "The Cylinder is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 79 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_linear_9.mp4", + "video_index": 9, + "video": "tricycle_test_orbit_orbit_linear_9", + "question": "The tiny gray Sphere is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4, + 5 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4, + 5 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 5 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 80 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_recolor_20.mp4", + "video_index": 20, + "video": "tricycle_test_orbit_orbit_recolor_20", + "question": "The Cylinder is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 81 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_rotate_0.mp4", + "video_index": 0, + "video": "tricycle_test_orbit_resize_rotate_0", + "question": "The small Cone is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 82 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_recolor_4.mp4", + "video_index": 4, + "video": "tricycle_test_orbit_orbit_recolor_4", + "question": "There is an orbiting Metal Cylinder. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4, + 5 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 5, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 83 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_linear_1.mp4", + "video_index": 1, + "video": "tricycle_test_orbit_orbit_linear_1", + "question": "There is an orbiting tiny yellow thing. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 84 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_recolor_1.mp4", + "video_index": 1, + "video": "tricycle_test_orbit_orbit_recolor_1", + "question": "The Rubber Cylinder is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 85 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_recolor_6.mp4", + "video_index": 6, + "video": "tricycle_test_orbit_recolor_recolor_6", + "question": "The tiny blue Sphere is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 5 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 86 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_resize_12.mp4", + "video_index": 12, + "video": "tricycle_test_orbit_resize_resize_12", + "question": "There is an orbiting tiny brown Sphere. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 5 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 87 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_resize_21.mp4", + "video_index": 21, + "video": "tricycle_test_orbit_orbit_resize_21", + "question": "The Metal Cube is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 88 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_linear_15.mp4", + "video_index": 15, + "video": "tricycle_test_orbit_orbit_linear_15", + "question": "There is an orbiting big Cone. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 89 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_rotate_2.mp4", + "video_index": 2, + "video": "tricycle_test_orbit_orbit_rotate_2", + "question": "The small Metal object is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 90 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_resize_20.mp4", + "video_index": 20, + "video": "tricycle_test_orbit_orbit_resize_20", + "question": "There is an orbiting yellow Rubber thing. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_material", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 91 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_rotate_9.mp4", + "video_index": 9, + "video": "tricycle_test_orbit_resize_rotate_9", + "question": "The thing is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 2 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 92 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_resize_11.mp4", + "video_index": 11, + "video": "tricycle_test_orbit_orbit_resize_11", + "question": "The large Sphere is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 93 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_rotate_12.mp4", + "video_index": 12, + "video": "tricycle_test_orbit_orbit_rotate_12", + "question": "There is an orbiting small Cube. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 94 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_orbit_6.mp4", + "video_index": 6, + "video": "tricycle_test_orbit_orbit_orbit_6", + "question": "The yellow Cube is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4, + 5 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 95 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_resize_7.mp4", + "video_index": 7, + "video": "tricycle_test_orbit_orbit_resize_7", + "question": "The red object is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 96 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_recolor_15.mp4", + "video_index": 15, + "video": "tricycle_test_orbit_orbit_recolor_15", + "question": "There is an orbiting Rubber thing. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 97 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_rotate_rotate_13.mp4", + "video_index": 13, + "video": "tricycle_test_orbit_rotate_rotate_13", + "question": "There is an orbiting purple thing. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 98 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_linear_rotate_15.mp4", + "video_index": 15, + "video": "tricycle_test_orbit_linear_rotate_15", + "question": "There is an orbiting red object. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 99 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_linear_20.mp4", + "video_index": 20, + "video": "tricycle_test_orbit_resize_linear_20", + "question": "The thing is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 2 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 100 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_linear_19.mp4", + "video_index": 19, + "video": "tricycle_test_orbit_recolor_linear_19", + "question": "The small color-changing thing is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_change_color", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 101 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_rotate_4.mp4", + "video_index": 4, + "video": "tricycle_test_orbit_orbit_rotate_4", + "question": "The cyan Metal object is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "filter_material", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 102 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_resize_4.mp4", + "video_index": 4, + "video": "tricycle_test_orbit_orbit_resize_4", + "question": "There is an orbiting Cone. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + 3 + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 103 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_resize_20.mp4", + "video_index": 20, + "video": "tricycle_test_orbit_recolor_resize_20", + "question": "There is an orbiting tiny cyan Cone. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 5 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 104 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_linear_linear_7.mp4", + "video_index": 7, + "video": "tricycle_test_orbit_linear_linear_7", + "question": "The tiny Cube is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 105 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_recolor_8.mp4", + "video_index": 8, + "video": "tricycle_test_orbit_recolor_recolor_8", + "question": "The color-changing thing is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "filter_change_color", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 106 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_linear_7.mp4", + "video_index": 7, + "video": "tricycle_test_orbit_resize_linear_7", + "question": "The large green Cube is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 5 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 107 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_rotate_rotate_0.mp4", + "video_index": 0, + "video": "tricycle_test_orbit_rotate_rotate_0", + "question": "There is an orbiting yellow rotating thing. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_rotate", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 108 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_linear_15.mp4", + "video_index": 15, + "video": "tricycle_test_orbit_resize_linear_15", + "question": "There is an orbiting yellow object. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 109 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_linear_linear_3.mp4", + "video_index": 3, + "video": "tricycle_test_orbit_linear_linear_3", + "question": "There is an orbiting green Sphere. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 5 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 5, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 110 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_linear_rotate_12.mp4", + "video_index": 12, + "video": "tricycle_test_orbit_linear_rotate_12", + "question": "The Rubber object is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 5 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 5, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 111 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_resize_17.mp4", + "video_index": 17, + "video": "tricycle_test_orbit_orbit_resize_17", + "question": "The red Cylinder is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 112 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_rotate_11.mp4", + "video_index": 11, + "video": "tricycle_test_orbit_resize_rotate_11", + "question": "There is an orbiting large Cube. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 113 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_recolor_20.mp4", + "video_index": 20, + "video": "tricycle_test_orbit_recolor_recolor_20", + "question": "The small green Cube is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 5 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 114 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_rotate_20.mp4", + "video_index": 20, + "video": "tricycle_test_orbit_resize_rotate_20", + "question": "The small thing is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 115 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_linear_7.mp4", + "video_index": 7, + "video": "tricycle_test_orbit_recolor_linear_7", + "question": "There is an orbiting Sphere. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 116 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_rotate_rotate_3.mp4", + "video_index": 3, + "video": "tricycle_test_orbit_rotate_rotate_3", + "question": "There is an orbiting small object. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 117 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_linear_4.mp4", + "video_index": 4, + "video": "tricycle_test_orbit_orbit_linear_4", + "question": "The big blue Rubber Cylinder is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4, + 5 + ], + "value_inputs": [ + 3 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4, + 5 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 4, + 5 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "filter_material", + "inputs": [ + 3 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 6 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 118 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_linear_17.mp4", + "video_index": 17, + "video": "tricycle_test_orbit_resize_linear_17", + "question": "There is an orbiting large blue object. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 119 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_linear_0.mp4", + "video_index": 0, + "video": "tricycle_test_orbit_resize_linear_0", + "question": "There is an orbiting Metal thing. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 5 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 5, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 120 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_resize_3.mp4", + "video_index": 3, + "video": "tricycle_test_orbit_resize_resize_3", + "question": "The large yellow Cylinder is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 5 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 121 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_resize_8.mp4", + "video_index": 8, + "video": "tricycle_test_orbit_recolor_resize_8", + "question": "The thing is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 2 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 122 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_linear_21.mp4", + "video_index": 21, + "video": "tricycle_test_orbit_recolor_linear_21", + "question": "The tiny yellow object is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 123 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_recolor_4.mp4", + "video_index": 4, + "video": "tricycle_test_orbit_recolor_recolor_4", + "question": "There is an orbiting Metal Cone. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 124 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_resize_6.mp4", + "video_index": 6, + "video": "tricycle_test_orbit_resize_resize_6", + "question": "The small enlarging thing is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_enlarge", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 125 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_rotate_8.mp4", + "video_index": 8, + "video": "tricycle_test_orbit_orbit_rotate_8", + "question": "The big rotating object is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + 3 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_rotate", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 126 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_rotate_5.mp4", + "video_index": 5, + "video": "tricycle_test_orbit_resize_rotate_5", + "question": "There is an orbiting small Cylinder. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 127 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_resize_19.mp4", + "video_index": 19, + "video": "tricycle_test_orbit_recolor_resize_19", + "question": "There is an orbiting large yellow Cylinder. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 5 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 128 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_linear_rotate_10.mp4", + "video_index": 10, + "video": "tricycle_test_orbit_linear_rotate_10", + "question": "There is an orbiting thing. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 2 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 129 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_linear_rotate_3.mp4", + "video_index": 3, + "video": "tricycle_test_orbit_linear_rotate_3", + "question": "There is an orbiting blue Cube. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 130 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_linear_1.mp4", + "video_index": 1, + "video": "tricycle_test_orbit_resize_linear_1", + "question": "There is an orbiting big Cube. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 5 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 5, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 131 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_recolor_9.mp4", + "video_index": 9, + "video": "tricycle_test_orbit_orbit_recolor_9", + "question": "There is an orbiting Cube. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 132 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_resize_1.mp4", + "video_index": 1, + "video": "tricycle_test_orbit_orbit_resize_1", + "question": "There is an orbiting small Metal object. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 133 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_rotate_rotate_15.mp4", + "video_index": 15, + "video": "tricycle_test_orbit_rotate_rotate_15", + "question": "There is an orbiting brown Cube. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 134 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_rotate_rotate_8.mp4", + "video_index": 8, + "video": "tricycle_test_orbit_rotate_rotate_8", + "question": "The tiny Cone is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 5 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 5, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 135 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_linear_linear_9.mp4", + "video_index": 9, + "video": "tricycle_test_orbit_linear_linear_9", + "question": "The large Metal thing is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 5 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 2 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 5, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 136 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_linear_18.mp4", + "video_index": 18, + "video": "tricycle_test_orbit_recolor_linear_18", + "question": "There is an orbiting gray Metal object. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "filter_material", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 137 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_resize_21.mp4", + "video_index": 21, + "video": "tricycle_test_orbit_recolor_resize_21", + "question": "There is an orbiting small purple Cube. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 5 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 138 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_linear_linear_1.mp4", + "video_index": 1, + "video": "tricycle_test_orbit_linear_linear_1", + "question": "The large Rubber object is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 139 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_recolor_2.mp4", + "video_index": 2, + "video": "tricycle_test_orbit_recolor_recolor_2", + "question": "The Metal Cone is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 140 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_rotate_10.mp4", + "video_index": 10, + "video": "tricycle_test_orbit_recolor_rotate_10", + "question": "There is an orbiting Metal thing. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + 3 + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 141 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_linear_6.mp4", + "video_index": 6, + "video": "tricycle_test_orbit_orbit_linear_6", + "question": "The tiny Rubber thing is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4, + 5 + ], + "value_inputs": [ + 3 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4, + 5 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 2 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 5, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 142 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_rotate_rotate_2.mp4", + "video_index": 2, + "video": "tricycle_test_orbit_rotate_rotate_2", + "question": "The rotating Cone is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_rotate", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 143 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_linear_linear_2.mp4", + "video_index": 2, + "video": "tricycle_test_orbit_linear_linear_2", + "question": "There is an orbiting brown Sphere. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 5 + ], + "value_inputs": [ + 3 + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 5, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 144 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_recolor_5.mp4", + "video_index": 5, + "video": "tricycle_test_orbit_orbit_recolor_5", + "question": "There is an orbiting small purple Cone. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 5 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 145 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_rotate_21.mp4", + "video_index": 21, + "video": "tricycle_test_orbit_resize_rotate_21", + "question": "There is an orbiting large thing. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 146 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_rotate_1.mp4", + "video_index": 1, + "video": "tricycle_test_orbit_recolor_rotate_1", + "question": "The Metal Cube is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 147 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_orbit_13.mp4", + "video_index": 13, + "video": "tricycle_test_orbit_orbit_orbit_13", + "question": "There is an orbiting big Cylinder. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2, + 3, + 4 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2, + 3, + 4 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 148 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_linear_3.mp4", + "video_index": 3, + "video": "tricycle_test_orbit_resize_linear_3", + "question": "There is an orbiting large Rubber Sphere. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 5 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 149 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_resize_13.mp4", + "video_index": 13, + "video": "tricycle_test_orbit_resize_resize_13", + "question": "The Rubber enlarging object is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_enlarge", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 150 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_rotate_2.mp4", + "video_index": 2, + "video": "tricycle_test_orbit_recolor_rotate_2", + "question": "There is an orbiting small object. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 5 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 5, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 151 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_linear_6.mp4", + "video_index": 6, + "video": "tricycle_test_orbit_resize_linear_6", + "question": "The big Sphere is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 152 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_resize_0.mp4", + "video_index": 0, + "video": "tricycle_test_orbit_orbit_resize_0", + "question": "There is an orbiting big green object. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 153 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_resize_16.mp4", + "video_index": 16, + "video": "tricycle_test_orbit_recolor_resize_16", + "question": "There is an orbiting tiny blue thing. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 154 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_rotate_rotate_21.mp4", + "video_index": 21, + "video": "tricycle_test_orbit_rotate_rotate_21", + "question": "There is an orbiting small thing. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 155 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_resize_9.mp4", + "video_index": 9, + "video": "tricycle_test_orbit_resize_resize_9", + "question": "There is an orbiting gray Cube. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 156 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_orbit_14.mp4", + "video_index": 14, + "video": "tricycle_test_orbit_orbit_orbit_14", + "question": "The tiny purple thing is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4, + 5 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3, + 4, + 5 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 157 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_linear_13.mp4", + "video_index": 13, + "video": "tricycle_test_orbit_resize_linear_13", + "question": "There is an orbiting purple enlarging object. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "filter_enlarge", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 158 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_linear_13.mp4", + "video_index": 13, + "video": "tricycle_test_orbit_orbit_linear_13", + "question": "There is an orbiting red thing. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 159 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_linear_rotate_2.mp4", + "video_index": 2, + "video": "tricycle_test_orbit_linear_rotate_2", + "question": "There is an orbiting thing. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 2 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 160 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_linear_16.mp4", + "video_index": 16, + "video": "tricycle_test_orbit_resize_linear_16", + "question": "There is an orbiting large Cone. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 161 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_resize_21.mp4", + "video_index": 21, + "video": "tricycle_test_orbit_resize_resize_21", + "question": "There is an orbiting object. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 2 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 162 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_linear_8.mp4", + "video_index": 8, + "video": "tricycle_test_orbit_resize_linear_8", + "question": "The brown thing is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 163 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_rotate_6.mp4", + "video_index": 6, + "video": "tricycle_test_orbit_recolor_rotate_6", + "question": "The Cube is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 164 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_rotate_18.mp4", + "video_index": 18, + "video": "tricycle_test_orbit_orbit_rotate_18", + "question": "There is an orbiting big Metal thing. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4, + 5 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4, + 5 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 2 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 5, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 165 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_rotate_18.mp4", + "video_index": 18, + "video": "tricycle_test_orbit_recolor_rotate_18", + "question": "The color-changing object is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_change_color", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 166 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_linear_12.mp4", + "video_index": 12, + "video": "tricycle_test_orbit_recolor_linear_12", + "question": "The tiny red Sphere is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 5 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 167 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_resize_0.mp4", + "video_index": 0, + "video": "tricycle_test_orbit_recolor_resize_0", + "question": "There is an orbiting brown object. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 5 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 5, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 168 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_linear_linear_13.mp4", + "video_index": 13, + "video": "tricycle_test_orbit_linear_linear_13", + "question": "There is an orbiting big Metal object. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 169 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_orbit_11.mp4", + "video_index": 11, + "video": "tricycle_test_orbit_orbit_orbit_11", + "question": "There is an orbiting brown Cylinder. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4, + 5 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 5, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 170 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_linear_rotate_16.mp4", + "video_index": 16, + "video": "tricycle_test_orbit_linear_rotate_16", + "question": "The large purple Cone is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 5 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 171 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_resize_10.mp4", + "video_index": 10, + "video": "tricycle_test_orbit_resize_resize_10", + "question": "There is an orbiting yellow Sphere. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 172 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_resize_9.mp4", + "video_index": 9, + "video": "tricycle_test_orbit_recolor_resize_9", + "question": "There is an orbiting tiny cyan thing. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 173 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_rotate_17.mp4", + "video_index": 17, + "video": "tricycle_test_orbit_resize_rotate_17", + "question": "There is an orbiting Cone. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 174 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_linear_2.mp4", + "video_index": 2, + "video": "tricycle_test_orbit_recolor_linear_2", + "question": "There is an orbiting big cyan thing. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 5 + ], + "value_inputs": [ + 3 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 5, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 175 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_linear_8.mp4", + "video_index": 8, + "video": "tricycle_test_orbit_recolor_linear_8", + "question": "There is an orbiting purple thing. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 176 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_rotate_16.mp4", + "video_index": 16, + "video": "tricycle_test_orbit_orbit_rotate_16", + "question": "There is an orbiting big blue Cube. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 5 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 177 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_rotate_15.mp4", + "video_index": 15, + "video": "tricycle_test_orbit_resize_rotate_15", + "question": "The Cylinder is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 5 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 5, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 178 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_recolor_1.mp4", + "video_index": 1, + "video": "tricycle_test_orbit_recolor_recolor_1", + "question": "There is an orbiting brown Cylinder. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 179 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_linear_rotate_7.mp4", + "video_index": 7, + "video": "tricycle_test_orbit_linear_rotate_7", + "question": "There is an orbiting Rubber thing. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 5 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 5, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 180 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_recolor_10.mp4", + "video_index": 10, + "video": "tricycle_test_orbit_recolor_recolor_10", + "question": "The Cube is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 181 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_rotate_16.mp4", + "video_index": 16, + "video": "tricycle_test_orbit_resize_rotate_16", + "question": "The enlarging Cone is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_enlarge", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 182 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_linear_12.mp4", + "video_index": 12, + "video": "tricycle_test_orbit_resize_linear_12", + "question": "There is an orbiting small yellow Sphere. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 5 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 183 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_orbit_4.mp4", + "video_index": 4, + "video": "tricycle_test_orbit_orbit_orbit_4", + "question": "There is an orbiting large Sphere. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2, + 3, + 4 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2, + 3, + 4 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 184 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_linear_linear_5.mp4", + "video_index": 5, + "video": "tricycle_test_orbit_linear_linear_5", + "question": "The object is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 5 + ], + "value_inputs": [ + null + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 5, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 2 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 185 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_rotate_18.mp4", + "video_index": 18, + "video": "tricycle_test_orbit_resize_rotate_18", + "question": "There is an orbiting tiny enlarging object. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_enlarge", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 186 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_rotate_7.mp4", + "video_index": 7, + "video": "tricycle_test_orbit_orbit_rotate_7", + "question": "The large blue Cylinder is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 5 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 187 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_linear_0.mp4", + "video_index": 0, + "video": "tricycle_test_orbit_recolor_linear_0", + "question": "There is an orbiting thing. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 2 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 188 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_recolor_8.mp4", + "video_index": 8, + "video": "tricycle_test_orbit_orbit_recolor_8", + "question": "The Rubber thing is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 189 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_linear_rotate_4.mp4", + "video_index": 4, + "video": "tricycle_test_orbit_linear_rotate_4", + "question": "The small brown object is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 190 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_rotate_0.mp4", + "video_index": 0, + "video": "tricycle_test_orbit_recolor_rotate_0", + "question": "The purple Cube is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 191 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_linear_linear_16.mp4", + "video_index": 16, + "video": "tricycle_test_orbit_linear_linear_16", + "question": "There is an orbiting big thing. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 192 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_rotate_17.mp4", + "video_index": 17, + "video": "tricycle_test_orbit_orbit_rotate_17", + "question": "The large rotating thing is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_rotate", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 193 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_resize_7.mp4", + "video_index": 7, + "video": "tricycle_test_orbit_resize_resize_7", + "question": "The gray thing is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 194 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_recolor_0.mp4", + "video_index": 0, + "video": "tricycle_test_orbit_orbit_recolor_0", + "question": "There is an orbiting gray object. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + 3 + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 195 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_rotate_13.mp4", + "video_index": 13, + "video": "tricycle_test_orbit_resize_rotate_13", + "question": "There is an orbiting Rubber object. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 196 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_linear_2.mp4", + "video_index": 2, + "video": "tricycle_test_orbit_resize_linear_2", + "question": "The large Cylinder is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 197 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_recolor_9.mp4", + "video_index": 9, + "video": "tricycle_test_orbit_recolor_recolor_9", + "question": "There is an orbiting color-changing thing. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_change_color", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 198 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_linear_linear_20.mp4", + "video_index": 20, + "video": "tricycle_test_orbit_linear_linear_20", + "question": "The large green Cone is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 5 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 5, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 5 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 199 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_rotate_rotate_10.mp4", + "video_index": 10, + "video": "tricycle_test_orbit_rotate_rotate_10", + "question": "There is an orbiting big Cube. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 200 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_resize_20.mp4", + "video_index": 20, + "video": "tricycle_test_orbit_resize_resize_20", + "question": "The big thing is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 201 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_recolor_18.mp4", + "video_index": 18, + "video": "tricycle_test_orbit_recolor_recolor_18", + "question": "There is an orbiting big thing. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 5 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 5, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 202 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_rotate_5.mp4", + "video_index": 5, + "video": "tricycle_test_orbit_orbit_rotate_5", + "question": "There is an orbiting brown Sphere. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + 3 + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 203 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_linear_16.mp4", + "video_index": 16, + "video": "tricycle_test_orbit_recolor_linear_16", + "question": "There is an orbiting cyan thing. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 204 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_rotate_15.mp4", + "video_index": 15, + "video": "tricycle_test_orbit_orbit_rotate_15", + "question": "There is an orbiting small Metal Cube. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4, + 5 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4, + 5 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 5 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 205 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_resize_15.mp4", + "video_index": 15, + "video": "tricycle_test_orbit_resize_resize_15", + "question": "There is an orbiting Sphere. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 5 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 5, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 206 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_resize_2.mp4", + "video_index": 2, + "video": "tricycle_test_orbit_recolor_resize_2", + "question": "The large purple Cone is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 5 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 207 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_rotate_rotate_19.mp4", + "video_index": 19, + "video": "tricycle_test_orbit_rotate_rotate_19", + "question": "There is an orbiting big thing. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 208 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_recolor_21.mp4", + "video_index": 21, + "video": "tricycle_test_orbit_orbit_recolor_21", + "question": "There is an orbiting small gray thing. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 209 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_linear_rotate_14.mp4", + "video_index": 14, + "video": "tricycle_test_orbit_linear_rotate_14", + "question": "The large rotating object is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_rotate", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 210 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_resize_12.mp4", + "video_index": 12, + "video": "tricycle_test_orbit_orbit_resize_12", + "question": "The big Cone is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 211 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_linear_rotate_18.mp4", + "video_index": 18, + "video": "tricycle_test_orbit_linear_rotate_18", + "question": "There is an orbiting tiny red thing. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 212 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_linear_21.mp4", + "video_index": 21, + "video": "tricycle_test_orbit_orbit_linear_21", + "question": "The tiny gray thing is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 213 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_linear_9.mp4", + "video_index": 9, + "video": "tricycle_test_orbit_resize_linear_9", + "question": "There is an orbiting small Cone. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 214 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_rotate_rotate_14.mp4", + "video_index": 14, + "video": "tricycle_test_orbit_rotate_rotate_14", + "question": "There is an orbiting green Rubber thing. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "filter_material", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 215 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_recolor_19.mp4", + "video_index": 19, + "video": "tricycle_test_orbit_recolor_recolor_19", + "question": "The tiny thing is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 216 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_orbit_19.mp4", + "video_index": 19, + "video": "tricycle_test_orbit_orbit_orbit_19", + "question": "There is an orbiting small purple Cylinder. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4, + 5 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3, + 4, + 5 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 5 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 217 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_resize_17.mp4", + "video_index": 17, + "video": "tricycle_test_orbit_resize_resize_17", + "question": "The large enlarging object is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_enlarge", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 218 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_linear_7.mp4", + "video_index": 7, + "video": "tricycle_test_orbit_orbit_linear_7", + "question": "The large brown Cube is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 5 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 219 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_resize_15.mp4", + "video_index": 15, + "video": "tricycle_test_orbit_recolor_resize_15", + "question": "The large thing is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 220 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_rotate_14.mp4", + "video_index": 14, + "video": "tricycle_test_orbit_orbit_rotate_14", + "question": "There is an orbiting blue thing. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 221 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_rotate_19.mp4", + "video_index": 19, + "video": "tricycle_test_orbit_resize_rotate_19", + "question": "There is an orbiting large object. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 222 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_linear_19.mp4", + "video_index": 19, + "video": "tricycle_test_orbit_orbit_linear_19", + "question": "There is an orbiting large green thing. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4, + 5 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4, + 5 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 223 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_linear_rotate_0.mp4", + "video_index": 0, + "video": "tricycle_test_orbit_linear_rotate_0", + "question": "There is an orbiting tiny yellow Cone. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 5 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 224 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_resize_16.mp4", + "video_index": 16, + "video": "tricycle_test_orbit_orbit_resize_16", + "question": "The enlarging object is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "filter_enlarge", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 225 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_recolor_0.mp4", + "video_index": 0, + "video": "tricycle_test_orbit_recolor_recolor_0", + "question": "The object is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 2 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 226 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_orbit_15.mp4", + "video_index": 15, + "video": "tricycle_test_orbit_orbit_orbit_15", + "question": "There is an orbiting Cone. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2, + 3, + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 227 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_linear_10.mp4", + "video_index": 10, + "video": "tricycle_test_orbit_recolor_linear_10", + "question": "There is an orbiting big cyan Cone. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 5 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 5, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 5 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 228 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_recolor_11.mp4", + "video_index": 11, + "video": "tricycle_test_orbit_orbit_recolor_11", + "question": "The small red object is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 229 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_linear_rotate_6.mp4", + "video_index": 6, + "video": "tricycle_test_orbit_linear_rotate_6", + "question": "There is an orbiting Cube. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 230 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_recolor_14.mp4", + "video_index": 14, + "video": "tricycle_test_orbit_recolor_recolor_14", + "question": "The Metal Cone is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 231 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_orbit_16.mp4", + "video_index": 16, + "video": "tricycle_test_orbit_orbit_orbit_16", + "question": "The small cyan object is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4, + 5 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3, + 4, + 5 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 232 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_resize_6.mp4", + "video_index": 6, + "video": "tricycle_test_orbit_orbit_resize_6", + "question": "There is an orbiting gray Cone. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + 3 + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 233 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_linear_0.mp4", + "video_index": 0, + "video": "tricycle_test_orbit_orbit_linear_0", + "question": "There is an orbiting green Sphere. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + 3 + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 234 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_linear_21.mp4", + "video_index": 21, + "video": "tricycle_test_orbit_resize_linear_21", + "question": "The Rubber Cone is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 235 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_resize_0.mp4", + "video_index": 0, + "video": "tricycle_test_orbit_resize_resize_0", + "question": "There is an orbiting Cube. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 236 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_orbit_12.mp4", + "video_index": 12, + "video": "tricycle_test_orbit_orbit_orbit_12", + "question": "The tiny brown Rubber thing is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2, + 3, + 4 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2, + 3, + 4 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "filter_material", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 5 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 237 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_resize_2.mp4", + "video_index": 2, + "video": "tricycle_test_orbit_orbit_resize_2", + "question": "There is an orbiting tiny green Cube. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4, + 5 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4, + 5 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 5, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 5 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 238 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_linear_9.mp4", + "video_index": 9, + "video": "tricycle_test_orbit_recolor_linear_9", + "question": "There is an orbiting Rubber Sphere. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 5 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 5, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 239 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_rotate_3.mp4", + "video_index": 3, + "video": "tricycle_test_orbit_recolor_rotate_3", + "question": "There is an orbiting thing. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 2 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 240 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_resize_13.mp4", + "video_index": 13, + "video": "tricycle_test_orbit_orbit_resize_13", + "question": "There is an orbiting Sphere. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 241 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_linear_6.mp4", + "video_index": 6, + "video": "tricycle_test_orbit_recolor_linear_6", + "question": "There is an orbiting small gray thing. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 242 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_rotate_9.mp4", + "video_index": 9, + "video": "tricycle_test_orbit_orbit_rotate_9", + "question": "There is an orbiting red thing. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 243 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_resize_5.mp4", + "video_index": 5, + "video": "tricycle_test_orbit_orbit_resize_5", + "question": "The gray enlarging thing is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "filter_enlarge", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 244 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_recolor_13.mp4", + "video_index": 13, + "video": "tricycle_test_orbit_orbit_recolor_13", + "question": "The color-changing Cylinder is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "filter_change_color", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 245 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_linear_10.mp4", + "video_index": 10, + "video": "tricycle_test_orbit_orbit_linear_10", + "question": "There is an orbiting Metal Cube. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4, + 5 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 5, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 246 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_linear_rotate_8.mp4", + "video_index": 8, + "video": "tricycle_test_orbit_linear_rotate_8", + "question": "The Metal thing is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 5 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 5, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 247 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_resize_9.mp4", + "video_index": 9, + "video": "tricycle_test_orbit_orbit_resize_9", + "question": "The big gray Cone is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 5 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 248 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_orbit_9.mp4", + "video_index": 9, + "video": "tricycle_test_orbit_orbit_orbit_9", + "question": "The tiny purple thing is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4, + 5 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3, + 4, + 5 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 249 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_resize_18.mp4", + "video_index": 18, + "video": "tricycle_test_orbit_resize_resize_18", + "question": "There is an orbiting Rubber Cone. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 250 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_rotate_19.mp4", + "video_index": 19, + "video": "tricycle_test_orbit_recolor_rotate_19", + "question": "The purple object is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 251 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_linear_rotate_5.mp4", + "video_index": 5, + "video": "tricycle_test_orbit_linear_rotate_5", + "question": "The brown thing is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 252 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_rotate_21.mp4", + "video_index": 21, + "video": "tricycle_test_orbit_orbit_rotate_21", + "question": "There is an orbiting gray Cylinder. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 253 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_recolor_13.mp4", + "video_index": 13, + "video": "tricycle_test_orbit_recolor_recolor_13", + "question": "There is an orbiting tiny brown Cube. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 5 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 254 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_linear_linear_6.mp4", + "video_index": 6, + "video": "tricycle_test_orbit_linear_linear_6", + "question": "There is an orbiting small purple Cube. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 5 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 5, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 5 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 255 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_rotate_rotate_16.mp4", + "video_index": 16, + "video": "tricycle_test_orbit_rotate_rotate_16", + "question": "There is an orbiting large thing. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 256 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_rotate_14.mp4", + "video_index": 14, + "video": "tricycle_test_orbit_resize_rotate_14", + "question": "The brown rotating thing is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "filter_rotate", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 257 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_linear_10.mp4", + "video_index": 10, + "video": "tricycle_test_orbit_resize_linear_10", + "question": "There is an orbiting tiny object. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + 3 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 258 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_rotate_rotate_9.mp4", + "video_index": 9, + "video": "tricycle_test_orbit_rotate_rotate_9", + "question": "There is an orbiting rotating Cylinder. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_rotate", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 259 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_linear_20.mp4", + "video_index": 20, + "video": "tricycle_test_orbit_recolor_linear_20", + "question": "The purple Cylinder is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 260 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_rotate_4.mp4", + "video_index": 4, + "video": "tricycle_test_orbit_resize_rotate_4", + "question": "The thing is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 5 + ], + "value_inputs": [ + null + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 5, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 2 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 261 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_recolor_6.mp4", + "video_index": 6, + "video": "tricycle_test_orbit_orbit_recolor_6", + "question": "The Rubber Cone is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 262 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_resize_19.mp4", + "video_index": 19, + "video": "tricycle_test_orbit_orbit_resize_19", + "question": "There is an orbiting blue thing. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4, + 5 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 5, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 263 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_rotate_rotate_20.mp4", + "video_index": 20, + "video": "tricycle_test_orbit_rotate_rotate_20", + "question": "There is an orbiting purple Rubber object. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 5 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "filter_material", + "inputs": [ + 2 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 5, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 264 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_rotate_1.mp4", + "video_index": 1, + "video": "tricycle_test_orbit_orbit_rotate_1", + "question": "There is an orbiting big purple object. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 265 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_resize_16.mp4", + "video_index": 16, + "video": "tricycle_test_orbit_resize_resize_16", + "question": "The Rubber Cylinder is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 266 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_linear_rotate_20.mp4", + "video_index": 20, + "video": "tricycle_test_orbit_linear_rotate_20", + "question": "There is an orbiting tiny brown thing. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 267 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_rotate_10.mp4", + "video_index": 10, + "video": "tricycle_test_orbit_resize_rotate_10", + "question": "There is an orbiting large Cube. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 268 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_rotate_16.mp4", + "video_index": 16, + "video": "tricycle_test_orbit_recolor_rotate_16", + "question": "The big Metal thing is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 269 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_rotate_7.mp4", + "video_index": 7, + "video": "tricycle_test_orbit_resize_rotate_7", + "question": "There is an orbiting tiny object. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 270 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_linear_linear_18.mp4", + "video_index": 18, + "video": "tricycle_test_orbit_linear_linear_18", + "question": "There is an orbiting thing. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 5 + ], + "value_inputs": [ + null + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 5, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 2 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 271 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_resize_5.mp4", + "video_index": 5, + "video": "tricycle_test_orbit_recolor_resize_5", + "question": "The gray Metal thing is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 5 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "filter_material", + "inputs": [ + 2 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 5, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 272 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_recolor_3.mp4", + "video_index": 3, + "video": "tricycle_test_orbit_orbit_recolor_3", + "question": "There is an orbiting small Rubber object. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 273 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_linear_rotate_11.mp4", + "video_index": 11, + "video": "tricycle_test_orbit_linear_rotate_11", + "question": "There is an orbiting big red Sphere. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 5 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 274 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_recolor_19.mp4", + "video_index": 19, + "video": "tricycle_test_orbit_orbit_recolor_19", + "question": "There is an orbiting big red thing. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4, + 5 + ], + "value_inputs": [ + 3 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4, + 5 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 5, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 275 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_rotate_6.mp4", + "video_index": 6, + "video": "tricycle_test_orbit_resize_rotate_6", + "question": "The small cyan Cube is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 5 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 276 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_rotate_20.mp4", + "video_index": 20, + "video": "tricycle_test_orbit_recolor_rotate_20", + "question": "There is an orbiting object. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 2 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 277 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_rotate_rotate_12.mp4", + "video_index": 12, + "video": "tricycle_test_orbit_rotate_rotate_12", + "question": "There is an orbiting red object. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 278 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_rotate_rotate_4.mp4", + "video_index": 4, + "video": "tricycle_test_orbit_rotate_rotate_4", + "question": "There is an orbiting large Cone. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 5 + ], + "value_inputs": [ + 3 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 5, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 279 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_rotate_14.mp4", + "video_index": 14, + "video": "tricycle_test_orbit_recolor_rotate_14", + "question": "The tiny green rotating object is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "filter_rotate", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 5 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 280 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_recolor_10.mp4", + "video_index": 10, + "video": "tricycle_test_orbit_orbit_recolor_10", + "question": "The big yellow Cone is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 5 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 281 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_recolor_18.mp4", + "video_index": 18, + "video": "tricycle_test_orbit_orbit_recolor_18", + "question": "There is an orbiting Cube. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 282 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_resize_14.mp4", + "video_index": 14, + "video": "tricycle_test_orbit_orbit_resize_14", + "question": "There is an orbiting tiny red Sphere. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 5 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 283 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_recolor_21.mp4", + "video_index": 21, + "video": "tricycle_test_orbit_recolor_recolor_21", + "question": "The large thing is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 284 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_resize_10.mp4", + "video_index": 10, + "video": "tricycle_test_orbit_recolor_resize_10", + "question": "There is an orbiting Metal Cone. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 285 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_rotate_rotate_5.mp4", + "video_index": 5, + "video": "tricycle_test_orbit_rotate_rotate_5", + "question": "The big green Cylinder is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 5 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 286 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_recolor_15.mp4", + "video_index": 15, + "video": "tricycle_test_orbit_recolor_recolor_15", + "question": "The purple Sphere is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 287 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_linear_rotate_21.mp4", + "video_index": 21, + "video": "tricycle_test_orbit_linear_rotate_21", + "question": "The large object is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 288 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_orbit_2.mp4", + "video_index": 2, + "video": "tricycle_test_orbit_orbit_orbit_2", + "question": "There is an orbiting big yellow thing. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2, + 3, + 4 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2, + 3, + 4 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 289 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_resize_14.mp4", + "video_index": 14, + "video": "tricycle_test_orbit_recolor_resize_14", + "question": "The small brown thing is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 290 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_linear_linear_8.mp4", + "video_index": 8, + "video": "tricycle_test_orbit_linear_linear_8", + "question": "There is an orbiting tiny yellow Cone. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 5 + ], + "value_inputs": [ + 3 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 5, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 5 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 291 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_resize_15.mp4", + "video_index": 15, + "video": "tricycle_test_orbit_orbit_resize_15", + "question": "The brown Cube is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4, + 5 + ], + "value_inputs": [ + 4 + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 4, + 5 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 5, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 292 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_recolor_16.mp4", + "video_index": 16, + "video": "tricycle_test_orbit_orbit_recolor_16", + "question": "There is an orbiting big red Cube. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 5 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 293 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_orbit_10.mp4", + "video_index": 10, + "video": "tricycle_test_orbit_orbit_orbit_10", + "question": "The Rubber thing is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4, + 5 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 294 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_rotate_6.mp4", + "video_index": 6, + "video": "tricycle_test_orbit_orbit_rotate_6", + "question": "There is an orbiting tiny Rubber Cylinder. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 2 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 5 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 295 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_linear_4.mp4", + "video_index": 4, + "video": "tricycle_test_orbit_resize_linear_4", + "question": "The large cyan Cube is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 5 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 296 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_resize_resize_4.mp4", + "video_index": 4, + "video": "tricycle_test_orbit_resize_resize_4", + "question": "The Metal object is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 3 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 297 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_recolor_5.mp4", + "video_index": 5, + "video": "tricycle_test_orbit_recolor_recolor_5", + "question": "There is an orbiting large Rubber object. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 5 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 2 + ], + "_output": [ + 5 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 5, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 298 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_linear_1.mp4", + "video_index": 1, + "video": "tricycle_test_orbit_recolor_linear_1", + "question": "The small color-changing thing is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_change_color", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 299 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_linear_11.mp4", + "video_index": 11, + "video": "tricycle_test_orbit_orbit_linear_11", + "question": "There is an orbiting big Cube. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4, + 5 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4, + 5 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 300 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_linear_8.mp4", + "video_index": 8, + "video": "tricycle_test_orbit_orbit_linear_8", + "question": "There is an orbiting big Cylinder. In which clock direction is it orbiting?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 301 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_linear_linear_21.mp4", + "video_index": 21, + "video": "tricycle_test_orbit_linear_linear_21", + "question": "The big yellow object is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 302 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_resize_11.mp4", + "video_index": 11, + "video": "tricycle_test_orbit_recolor_resize_11", + "question": "The yellow color-changing thing is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_change_color", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "clockwise", + "value_inputs": [] + } + ], + "answer": "clockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 303 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_orbit_recolor_17.mp4", + "video_index": 17, + "video": "tricycle_test_orbit_orbit_recolor_17", + "question": "The cyan Cylinder is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3, + 4 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 304 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_linear_15.mp4", + "video_index": 15, + "video": "tricycle_test_orbit_recolor_linear_15", + "question": "The gray Cylinder is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 305 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_linear_13.mp4", + "video_index": 13, + "video": "tricycle_test_orbit_recolor_linear_13", + "question": "The tiny Cube is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 306 + }, + { + "split": "test", + "video_filename": "tricycle_test_orbit_recolor_resize_12.mp4", + "video_index": 12, + "video": "tricycle_test_orbit_recolor_resize_12", + "question": "The big color-changing object is orbiting around a central object. Is the object orbiting clockwise or counterclockwise?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3, + 4 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 4 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 4 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_change_color", + "inputs": [ + 2 + ], + "_output": [ + 4 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 4, + "value_inputs": [] + }, + { + "type": "query_orbit_direction", + "inputs": [ + 4 + ], + "_output": "counterclockwise", + "value_inputs": [] + } + ], + "answer": "counterclockwise", + "template_filename": "cycle_representative_clockwise.json", + "question_family_index": 0, + "question_index": 307 + } + ], + "template_counts": { + "cycle_representative_clockwise.json_0": 616 + }, + "template_answer_counts": { + "cycle_representative_clockwise.json_0": { + "clockwise": 302, + "counterclockwise": 314 + } + } +} \ No newline at end of file