qid
stringlengths
16
20
question
stringlengths
330
565
choices
imagewidth (px)
2.36k
2.36k
images
images listlengths
1
1
answer
stringclasses
4 values
transformations
stringlengths
16
81
difficulty_level
stringclasses
3 values
question_info
stringlengths
2.12k
3.28k
answer_info
stringlengths
13
41
2steps_hard_no_101
Imagine transforming a ellipse step by step. <shapeB_image> Follow these changes: - Shift the ellipse a little to the right and significantly downward. <shapeB_step_0> - Shift the ellipse a little to the left. <shapeB_step_1> After these transformations, which of the following shapes best represents the ...
D
[['translate', [10, -30]], ['translate', [-10, 0]]]
hard
{"instance_id": 101, "shape_A": {"name": "rectangle", "facecolor": [0.008981558192268757, 0.9166664011286465, 0.5050242899246621], "edgecolor": "black", "center": [0, 0], "size": [32.68920971753934, 23.22743674000318]}, "shape_B": {"name": "ellipse", "facecolor": [0.044870105594161824, 0.8026445564168357, 0.40446247044...
{"easy": "C", "medium": "A", "hard": "D"}
2steps_hard_no_58
Imagine transforming a triangle step by step. <shapeB_image> Follow these changes: - Rotate the triangle by 30 degrees counter-clockwise around its center. <shapeB_step_0> - Reduce the size of the triangle, making it smaller. <shapeB_step_1> After these transformations, which of the following shapes best...
A
[['rotate', 30], ['scale', 0.5]]
hard
{"instance_id": 58, "shape_A": {"name": "square", "facecolor": [0.28987798506674867, 0.6018293120096013, 0.06120654954074456], "edgecolor": "black", "center": [0, 0], "size": 32.97502196345081}, "shape_B": {"name": "triangle", "facecolor": [0.25266266881353594, 0.5200834580091733, 0.7701724411654437], "edgecolor": "bla...
{"easy": "B", "medium": "A", "hard": "A"}
2steps_hard_no_119
Imagine transforming a circle step by step. <shapeB_image> Follow these changes: - Rotate the circle by 60 degrees counter-clockwise around its center. <shapeB_step_0> - Shift the circle to the right by a significant amount and slightly upward. <shapeB_step_1> After these transformations, which of the fo...
D
[['rotate', 60], ['translate', [30, 10]]]
hard
{"instance_id": 119, "shape_A": {"name": "pentagon", "facecolor": [0.3628331336161923, 0.3181537710579265, 0.07237053133625004], "edgecolor": "black", "center": [0, 0], "size": 31.759976635722538}, "shape_B": {"name": "circle", "facecolor": [0.6316884315781659, 0.43310721074800496, 0.9987398031319847], "edgecolor": "bl...
{"easy": "C", "medium": "D", "hard": "D"}
2steps_hard_no_75
Imagine transforming a triangle step by step. <shapeB_image> Follow these changes: - Shift the triangle to the left by a significant amount and slightly upward. <shapeB_step_0> - Rotate the triangle by 60 degrees clockwise around its center. <shapeB_step_1> After these transformations, which of the follo...
B
[['translate', [-30, 10]], ['rotate', -60]]
hard
{"instance_id": 75, "shape_A": {"name": "ellipse", "facecolor": [0.6449646778112202, 0.7254909738760252, 0.9883519577568156], "edgecolor": "black", "center": [0, 0], "size": [32.94666450665948, 22.631616809247262]}, "shape_B": {"name": "triangle", "facecolor": [0.954358485726285, 0.20291821457172288, 0.0570200523667651...
{"easy": "D", "medium": "A", "hard": "B"}
2steps_hard_no_13
Imagine transforming a circle step by step. <shapeB_image> Follow these changes: - Shift the circle to the left by a significant amount and slightly downward. <shapeB_step_0> - Flip the circle as if there's a mirror along the vertical line x = 0. <shapeB_step_1> After these transformations, which of the ...
B
[['translate', [-30, -10]], ['flip', 'vertical']]
hard
{"instance_id": 13, "shape_A": {"name": "hexagon", "facecolor": [0.21558950436894597, 0.8245541437076062, 0.1905787640570693], "edgecolor": "black", "center": [0, 0], "size": 34.819273780987736}, "shape_B": {"name": "circle", "facecolor": [0.35513897858473564, 0.6336611804696446, 0.7999127156435218], "edgecolor": "blac...
{"easy": "B", "medium": "A", "hard": "B"}
2steps_hard_no_38
Imagine transforming a pentagon step by step. <shapeB_image> Follow these changes: - Rotate the pentagon by 30 degrees counter-clockwise around its center. <shapeB_step_0> - Shift the pentagon to the left by a significant amount and significantly downward. <shapeB_step_1> After these transformations, whi...
D
[['rotate', 30], ['translate', [-30, -30]]]
hard
{"instance_id": 38, "shape_A": {"name": "hexagon", "facecolor": [0.48469771433833664, 0.3141682789085136, 0.8832135016941292], "edgecolor": "black", "center": [0, 0], "size": 31.24113234842976}, "shape_B": {"name": "pentagon", "facecolor": [0.2000583397160205, 0.810728592022073, 0.18819505689833826], "edgecolor": "blac...
{"medium": "C", "hard": "D"}
2steps_hard_no_25
Imagine transforming a hexagon step by step. <shapeB_image> Follow these changes: - Reduce the size of the hexagon, making it smaller. <shapeB_step_0> - Rotate the hexagon by 90 degrees counter-clockwise around its center. <shapeB_step_1> After these transformations, which of the following shapes best re...
D
[['scale', 0.5], ['rotate', 90]]
hard
{"instance_id": 25, "shape_A": {"name": "ellipse", "facecolor": [0.6810664843571737, 0.25428803449433146, 0.602149326937957], "edgecolor": "black", "center": [0, 0], "size": [32.11472429952858, 24.148747825133484]}, "shape_B": {"name": "hexagon", "facecolor": [0.9517782454386701, 0.8415158999072567, 0.01233738747783475...
{"easy": "D", "medium": "D", "hard": "D"}
2steps_hard_no_47
Imagine transforming a hexagon step by step. <shapeB_image> Follow these changes: - Rotate the hexagon by 60 degrees clockwise around its center. <shapeB_step_0> - Shift the hexagon to the left by a significant amount and significantly downward. <shapeB_step_1> After these transformations, which of the f...
C
[['rotate', -60], ['translate', [-30, -30]]]
hard
{"instance_id": 47, "shape_A": {"name": "square", "facecolor": [0.6823387267082941, 0.7924052345565082, 0.36868091711306583], "edgecolor": "black", "center": [0, 0], "size": 31.341612199366306}, "shape_B": {"name": "hexagon", "facecolor": [0.03831579559023779, 0.6730112442733756, 0.1679196602076074], "edgecolor": "blac...
{"easy": "D", "medium": "B", "hard": "C"}
2steps_hard_no_79
Imagine transforming a triangle step by step. <shapeB_image> Follow these changes: - Shift the triangle to the right by a significant amount and slightly upward. <shapeB_step_0> - Shift the triangle a little to the right and slightly upward. <shapeB_step_1> After these transformations, which of the follo...
D
[['translate', [30, 10]], ['translate', [10, 10]]]
hard
{"instance_id": 79, "shape_A": {"name": "circle", "facecolor": [0.09381602193378857, 0.38961179716607963, 0.7759808678382729], "edgecolor": "black", "center": [0, 0], "size": 34.926357446210766}, "shape_B": {"name": "triangle", "facecolor": [0.33767490666486366, 0.9579331623149095, 0.046141457934768315], "edgecolor": "...
{"easy": "C", "medium": "A", "hard": "D"}
2steps_hard_no_41
Imagine transforming a square step by step. <shapeB_image> Follow these changes: - Reduce the size of the square, making it smaller. <shapeB_step_0> - Shift the square significantly upward. <shapeB_step_1> After these transformations, which of the following shapes best represents the final result? F...
A
[['scale', 0.5], ['translate', [0, 30]]]
hard
{"instance_id": 41, "shape_A": {"name": "circle", "facecolor": [0.4349376616605507, 0.9498169402127793, 0.8002794462399574], "edgecolor": "black", "center": [0, 0], "size": 32.24635669085013}, "shape_B": {"name": "square", "facecolor": [0.4549525004933962, 0.7191072075886662, 0.5471231810017919], "edgecolor": "black", ...
{"easy": "C", "hard": "A"}
2steps_hard_no_89
Imagine transforming a rectangle step by step. <shapeB_image> Follow these changes: - Shift the rectangle to the right by a significant amount and slightly downward. <shapeB_step_0> - Shift the rectangle a little to the right and significantly upward. <shapeB_step_1> After these transformations, which of...
D
[['translate', [30, -10]], ['translate', [10, 30]]]
hard
{"instance_id": 89, "shape_A": {"name": "square", "facecolor": [0.4003073913273597, 0.37702966273481175, 0.6606894506741379], "edgecolor": "black", "center": [0, 0], "size": 34.580039808982136}, "shape_B": {"name": "rectangle", "facecolor": [0.8196171286340513, 0.1421170007291448, 0.9598908530480329], "edgecolor": "bla...
{"easy": "B", "medium": "B", "hard": "D"}
2steps_hard_no_93
Imagine transforming a ellipse step by step. <shapeB_image> Follow these changes: - Shift the ellipse a little to the right. <shapeB_step_0> - Shift the ellipse to the right by a significant amount and significantly upward. <shapeB_step_1> After these transformations, which of the following shapes best r...
D
[['translate', [10, 0]], ['translate', [30, 30]]]
hard
{"instance_id": 93, "shape_A": {"name": "rectangle", "facecolor": [0.5443017499435369, 0.24775111195336064, 0.42429836503955554], "edgecolor": "black", "center": [0, 0], "size": [30.646502064015266, 23.27968513406261]}, "shape_B": {"name": "ellipse", "facecolor": [0.775060683475521, 0.07569638668142942, 0.5408381199364...
{"easy": "B", "medium": "B", "hard": "D"}
3steps_easy_no_81
Imagine transforming a hexagon step by step. <shapeB_image> Follow these changes: - Shift the hexagon a little to the right. <shapeB_step_0> - Rotate the hexagon by 90 degrees clockwise around its center. <shapeB_step_1> - Rotate the hexagon by 30 degrees counter-clockwise around its center. <shapeB_step_2> ...
D
[['translate', [10, 0]], ['rotate', -90], ['rotate', 30]]
easy
{"instance_id": 81, "shape_A": {"name": "rectangle", "facecolor": [0.31574854143276976, 0.4047041915128613, 0.012732729701919854], "edgecolor": "black", "center": [0, 0], "size": [34.17912552445489, 22.988101159119363]}, "shape_B": {"name": "hexagon", "facecolor": [0.2257557468045034, 0.08616099325991666, 0.57559873731...
{"easy": "D", "medium": "A", "hard": "B"}
3steps_easy_no_14
Imagine transforming a pentagon step by step. <shapeB_image> Follow these changes: - Shift the pentagon a little to the left and slightly upward. <shapeB_step_0> - Shift the pentagon to the right by a significant amount and slightly downward. <shapeB_step_1> - Rotate the pentagon by 90 degrees counter-clockwi...
B
[['translate', [-10, 10]], ['translate', [30, -10]], ['rotate', 90]]
easy
{"instance_id": 14, "shape_A": {"name": "ellipse", "facecolor": [0.05660477429555666, 0.26697826944429437, 0.7855321925948217], "edgecolor": "black", "center": [0, 0], "size": [32.809424916835184, 21.121536930740355]}, "shape_B": {"name": "pentagon", "facecolor": [0.06203282393958298, 0.7843574009473664, 0.204000903320...
{"easy": "B", "hard": "B"}
3steps_easy_no_3
Imagine transforming a hexagon step by step. <shapeB_image> Follow these changes: - Shift the hexagon a little to the left and significantly downward. <shapeB_step_0> - Shift the hexagon to the left by a significant amount. <shapeB_step_1> - Flip the hexagon as if there's a mirror along the vertical line x = ...
C
[['translate', [-10, -30]], ['translate', [-30, 0]], ['flip', 'vertical']]
easy
{"instance_id": 3, "shape_A": {"name": "rectangle", "facecolor": [0.4760931107841647, 0.7118424064727227, 0.44817454958657077], "edgecolor": "black", "center": [0, 0], "size": [33.606421656630346, 21.577739720029932]}, "shape_B": {"name": "hexagon", "facecolor": [0.5534729550102496, 0.34375739414620254, 0.9966314639593...
{"easy": "C", "medium": "B", "hard": "B"}
3steps_easy_no_35
Imagine transforming a circle step by step. <shapeB_image> Follow these changes: - Shift the circle a little to the right and slightly downward. <shapeB_step_0> - Shift the circle a little to the right and slightly downward. <shapeB_step_1> - Rotate the circle by 60 degrees counter-clockwise around its center...
B
[['translate', [10, -10]], ['translate', [10, -10]], ['rotate', 60]]
easy
{"instance_id": 35, "shape_A": {"name": "square", "facecolor": [0.1859148916434088, 0.24531814510107286, 0.21518416447158606], "edgecolor": "black", "center": [0, 0], "size": 34.731355305141214}, "shape_B": {"name": "circle", "facecolor": [0.1146499527983682, 0.8090404668650117, 0.4293868004597453], "edgecolor": "black...
{"easy": "B", "medium": "C", "hard": "D"}
3steps_easy_no_31
Imagine transforming a circle step by step. <shapeB_image> Follow these changes: - Shift the circle to the right by a significant amount and slightly downward. <shapeB_step_0> - Rotate the circle by 90 degrees counter-clockwise around its center. <shapeB_step_1> - Shift the circle to the right by a significan...
D
[['translate', [30, -10]], ['rotate', 90], ['translate', [30, 0]]]
easy
{"instance_id": 31, "shape_A": {"name": "pentagon", "facecolor": [0.2588346176103514, 0.8524750785554671, 0.296363686831703], "edgecolor": "black", "center": [0, 0], "size": 30.664856965483533}, "shape_B": {"name": "circle", "facecolor": [0.4950259006373158, 0.5324698527921417, 0.5134876964355887], "edgecolor": "black"...
{"easy": "D", "medium": "D", "hard": "D"}
3steps_easy_no_116
Imagine transforming a rectangle step by step. <shapeB_image> Follow these changes: - Reduce the size of the rectangle, making it smaller. <shapeB_step_0> - Rotate the rectangle by 30 degrees counter-clockwise around its center. <shapeB_step_1> - Shift the rectangle a little to the left and significantly upwa...
B
[['scale', 0.5], ['rotate', 30], ['translate', [-10, 30]]]
easy
{"instance_id": 116, "shape_A": {"name": "ellipse", "facecolor": [0.14983581719146077, 0.22054649121071468, 0.522659341815168], "edgecolor": "black", "center": [0, 0], "size": [31.158770268227133, 21.83825253166706]}, "shape_B": {"name": "rectangle", "facecolor": [0.8512268221842723, 0.09271583408842732, 0.955281052095...
{"easy": "B", "medium": "B", "hard": "D"}
3steps_easy_no_13
Imagine transforming a hexagon step by step. <shapeB_image> Follow these changes: - Rotate the hexagon by 90 degrees clockwise around its center. <shapeB_step_0> - Rotate the hexagon by 30 degrees clockwise around its center. <shapeB_step_1> - Reduce the size of the hexagon, making it smaller. <shapeB_step_2>...
B
[['rotate', -90], ['rotate', -30], ['scale', 0.5]]
easy
{"instance_id": 13, "shape_A": {"name": "ellipse", "facecolor": [0.10811345021104524, 0.8361200095693898, 0.04823505647294035], "edgecolor": "black", "center": [0, 0], "size": [33.11398888400325, 23.503631731017066]}, "shape_B": {"name": "hexagon", "facecolor": [0.11578982633930113, 0.44431428894589664, 0.1235950629955...
{"easy": "B", "medium": "C"}
3steps_easy_no_86
Imagine transforming a square step by step. <shapeB_image> Follow these changes: - Shift the square a little to the right and significantly downward. <shapeB_step_0> - Shift the square to the left by a significant amount and slightly downward. <shapeB_step_1> - Flip the square as if there's a mirror along the...
A
[['translate', [10, -30]], ['translate', [-30, -10]], ['flip', 'horizontal']]
easy
{"instance_id": 86, "shape_A": {"name": "hexagon", "facecolor": [0.2734574129257077, 0.47951271672996854, 0.6990504778128802], "edgecolor": "black", "center": [0, 0], "size": 30.62687466055209}, "shape_B": {"name": "square", "facecolor": [0.9483045873162296, 0.8975598451911272, 0.07692256952539289], "edgecolor": "black...
{"easy": "A", "medium": "A", "hard": "D"}
3steps_easy_no_111
Imagine transforming a pentagon step by step. <shapeB_image> Follow these changes: - Shift the pentagon a little to the right and significantly upward. <shapeB_step_0> - Reduce the size of the pentagon, making it smaller. <shapeB_step_1> - Rotate the pentagon by 60 degrees clockwise around its center. <shapeB...
B
[['translate', [10, 30]], ['scale', 0.5], ['rotate', -60]]
easy
{"instance_id": 111, "shape_A": {"name": "triangle", "facecolor": [0.28328339322839924, 0.5574572436137101, 0.3527011517311064], "edgecolor": "black", "center": [0, 0], "size": 33.028575696126}, "shape_B": {"name": "pentagon", "facecolor": [0.051055097029128915, 0.9695252732030296, 0.21224598367283332], "edgecolor": "b...
{"easy": "B", "medium": "B"}
3steps_easy_no_69
Imagine transforming a ellipse step by step. <shapeB_image> Follow these changes: - Shift the ellipse to the right by a significant amount. <shapeB_step_0> - Rotate the ellipse by 30 degrees clockwise around its center. <shapeB_step_1> - Shift the ellipse a little to the right and significantly downward. <sha...
A
[['translate', [30, 0]], ['rotate', -30], ['translate', [10, -30]]]
easy
{"instance_id": 69, "shape_A": {"name": "rectangle", "facecolor": [0.44819504392769327, 0.2573786573403629, 0.7019908048493694], "edgecolor": "black", "center": [0, 0], "size": [30.08768433400843, 20.402767057933744]}, "shape_B": {"name": "ellipse", "facecolor": [0.15995832493624562, 0.8776481494138587, 0.7410809048751...
{"easy": "A", "medium": "C", "hard": "D"}
3steps_easy_no_75
Imagine transforming a circle step by step. <shapeB_image> Follow these changes: - Shift the circle to the left by a significant amount and significantly downward. <shapeB_step_0> - Reduce the size of the circle, making it smaller. <shapeB_step_1> - Flip the circle as if there's a mirror along the vertical li...
D
[['translate', [-30, -30]], ['scale', 0.5], ['flip', 'vertical']]
easy
{"instance_id": 75, "shape_A": {"name": "pentagon", "facecolor": [0.45674633042636925, 0.8316691933719237, 0.673254121332858], "edgecolor": "black", "center": [0, 0], "size": 32.716633341796395}, "shape_B": {"name": "circle", "facecolor": [0.6121864319207463, 0.003358688325866832, 0.5210922775547003], "edgecolor": "bla...
{"easy": "D", "medium": "D", "hard": "B"}
3steps_easy_no_54
Imagine transforming a triangle step by step. <shapeB_image> Follow these changes: - Shift the triangle a little to the left and significantly downward. <shapeB_step_0> - Flip the triangle as if there's a mirror along the horizontal line y = 0. <shapeB_step_1> - Flip the triangle as if there's a mirror along ...
D
[['translate', [-10, -30]], ['flip', 'horizontal'], ['flip', 'horizontal']]
easy
{"instance_id": 54, "shape_A": {"name": "hexagon", "facecolor": [0.6315245230864099, 0.3265330681704667, 0.15559832504206783], "edgecolor": "black", "center": [0, 0], "size": 32.54417513685558}, "shape_B": {"name": "triangle", "facecolor": [0.468926302758369, 0.9565237556255114, 0.577043455530469], "edgecolor": "black"...
{"easy": "D", "medium": "A", "hard": "B"}
3steps_easy_no_4
Imagine transforming a square step by step. <shapeB_image> Follow these changes: - Shift the square to the left by a significant amount and slightly downward. <shapeB_step_0> - Reduce the size of the square, making it smaller. <shapeB_step_1> - Flip the square as if there's a mirror along the vertical line x ...
D
[['translate', [-30, -10]], ['scale', 0.5], ['flip', 'vertical']]
easy
{"instance_id": 4, "shape_A": {"name": "triangle", "facecolor": [0.9541395926226761, 0.6267991790079878, 0.8874386829093233], "edgecolor": "black", "center": [0, 0], "size": 31.497330401220324}, "shape_B": {"name": "square", "facecolor": [0.623259400521998, 0.39748332388577345, 0.08031532057944901], "edgecolor": "black...
{"easy": "D", "medium": "A"}
3steps_easy_no_106
Imagine transforming a triangle step by step. <shapeB_image> Follow these changes: - Reduce the size of the triangle, making it smaller. <shapeB_step_0> - Rotate the triangle by 30 degrees clockwise around its center. <shapeB_step_1> - Rotate the triangle by 90 degrees clockwise around its center. <shapeB_ste...
D
[['scale', 0.5], ['rotate', -30], ['rotate', -90]]
easy
{"instance_id": 106, "shape_A": {"name": "rectangle", "facecolor": [0.4092069533482112, 0.5522115578433922, 0.7770626560704289], "edgecolor": "black", "center": [0, 0], "size": [30.429619278662187, 23.519356892684694]}, "shape_B": {"name": "triangle", "facecolor": [0.2894660313680062, 0.9688223901783413, 0.220444450243...
{"easy": "D", "medium": "D", "hard": "B"}
3steps_easy_no_29
Imagine transforming a square step by step. <shapeB_image> Follow these changes: - Reduce the size of the square, making it smaller. <shapeB_step_0> - Shift the square a little to the right and slightly upward. <shapeB_step_1> - Rotate the square by 60 degrees counter-clockwise around its center. <shapeB_step...
C
[['scale', 0.5], ['translate', [10, 10]], ['rotate', 60]]
easy
{"instance_id": 29, "shape_A": {"name": "ellipse", "facecolor": [0.4220150118646, 0.5498486105722737, 0.26067444221513203], "edgecolor": "black", "center": [0, 0], "size": [33.22785612913323, 23.57222483948403]}, "shape_B": {"name": "square", "facecolor": [0.03673394909555949, 0.14166733100793671, 0.8560851725386665], ...
{"easy": "C", "medium": "A", "hard": "C"}
3steps_easy_no_64
Imagine transforming a ellipse step by step. <shapeB_image> Follow these changes: - Shift the ellipse to the left by a significant amount. <shapeB_step_0> - Rotate the ellipse by 60 degrees counter-clockwise around its center. <shapeB_step_1> - Shift the ellipse to the left by a significant amount and signifi...
C
[['translate', [-30, 0]], ['rotate', 60], ['translate', [-30, 30]]]
easy
{"instance_id": 64, "shape_A": {"name": "square", "facecolor": [0.6639878348318775, 0.4032816903425681, 0.6846023662624946], "edgecolor": "black", "center": [0, 0], "size": 33.726659582155456}, "shape_B": {"name": "ellipse", "facecolor": [0.2560335809291743, 0.7639408847787152, 0.823856385364805], "edgecolor": "black",...
{"easy": "C", "medium": "D", "hard": "B"}
3steps_easy_no_77
Imagine transforming a circle step by step. <shapeB_image> Follow these changes: - Rotate the circle by 30 degrees clockwise around its center. <shapeB_step_0> - Shift the circle a little to the left and slightly downward. <shapeB_step_1> - Flip the circle as if there's a mirror along the vertical line x = 0....
B
[['rotate', -30], ['translate', [-10, -10]], ['flip', 'vertical']]
easy
{"instance_id": 77, "shape_A": {"name": "ellipse", "facecolor": [0.4014485780221052, 0.310955357635772, 0.7439741786648469], "edgecolor": "black", "center": [0, 0], "size": [33.49433679884838, 20.525172859231922]}, "shape_B": {"name": "circle", "facecolor": [0.8165586747285463, 0.9929633069317221, 0.18174483694961685],...
{"easy": "B", "medium": "C", "hard": "C"}
3steps_easy_no_102
Imagine transforming a square step by step. <shapeB_image> Follow these changes: - Reduce the size of the square, making it smaller. <shapeB_step_0> - Rotate the square by 30 degrees counter-clockwise around its center. <shapeB_step_1> - Shift the square significantly upward. <shapeB_step_2> After these ...
A
[['scale', 0.5], ['rotate', 30], ['translate', [0, 30]]]
easy
{"instance_id": 102, "shape_A": {"name": "rectangle", "facecolor": [0.21567512763129615, 0.589386626549615, 0.22978524306588743], "edgecolor": "black", "center": [0, 0], "size": [30.953645942398293, 22.18823013967595]}, "shape_B": {"name": "square", "facecolor": [0.9416407479071305, 0.2418563816836904, 0.78779352562947...
{"easy": "A", "medium": "D"}
3steps_easy_no_71
Imagine transforming a triangle step by step. <shapeB_image> Follow these changes: - Reduce the size of the triangle, making it smaller. <shapeB_step_0> - Shift the triangle significantly upward. <shapeB_step_1> - Flip the triangle as if there's a mirror along the horizontal line y = 0. <shapeB_step_2> A...
A
[['scale', 0.5], ['translate', [0, 30]], ['flip', 'horizontal']]
easy
{"instance_id": 71, "shape_A": {"name": "rectangle", "facecolor": [0.6685933865999716, 0.17031118036261084, 0.8416981499364624], "edgecolor": "black", "center": [0, 0], "size": [31.291631774911167, 22.270540084960174]}, "shape_B": {"name": "triangle", "facecolor": [0.13994310582282132, 0.8592173405932472, 0.10140315000...
{"easy": "A", "medium": "B", "hard": "B"}
3steps_easy_no_83
Imagine transforming a rectangle step by step. <shapeB_image> Follow these changes: - Rotate the rectangle by 60 degrees counter-clockwise around its center. <shapeB_step_0> - Shift the rectangle to the left by a significant amount and significantly upward. <shapeB_step_1> - Reduce the size of the rectangle, ...
B
[['rotate', 60], ['translate', [-30, 30]], ['scale', 0.5]]
easy
{"instance_id": 83, "shape_A": {"name": "square", "facecolor": [0.6423890374620377, 0.5636619492293043, 0.163942404281597], "edgecolor": "black", "center": [0, 0], "size": 31.61080007404361}, "shape_B": {"name": "rectangle", "facecolor": [0.603469992875164, 0.4324866495197185, 0.24189550591270526], "edgecolor": "black"...
{"easy": "B", "medium": "C", "hard": "C"}
3steps_easy_no_89
Imagine transforming a rectangle step by step. <shapeB_image> Follow these changes: - Reduce the size of the rectangle, making it smaller. <shapeB_step_0> - Shift the rectangle to the right by a significant amount and slightly upward. <shapeB_step_1> - Rotate the rectangle by 30 degrees clockwise around its c...
D
[['scale', 0.5], ['translate', [30, 10]], ['rotate', -30]]
easy
{"instance_id": 89, "shape_A": {"name": "square", "facecolor": [0.17683345753828084, 0.11922347068177608, 0.6844970378334665], "edgecolor": "black", "center": [0, 0], "size": 34.68810527851148}, "shape_B": {"name": "rectangle", "facecolor": [0.5903402878052959, 0.8998471230724469, 0.3824497357318074], "edgecolor": "bla...
{"easy": "D", "medium": "C", "hard": "D"}
3steps_easy_no_107
Imagine transforming a square step by step. <shapeB_image> Follow these changes: - Shift the square slightly upward. <shapeB_step_0> - Shift the square a little to the right and significantly downward. <shapeB_step_1> - Reduce the size of the square, making it smaller. <shapeB_step_2> After these transfo...
D
[['translate', [0, 10]], ['translate', [10, -30]], ['scale', 0.5]]
easy
{"instance_id": 107, "shape_A": {"name": "ellipse", "facecolor": [0.8945462388180654, 0.48160505233266193, 0.6089580460676322], "edgecolor": "black", "center": [0, 0], "size": [31.942905863234678, 21.695005894619882]}, "shape_B": {"name": "square", "facecolor": [0.8120701118411144, 0.5534081194790826, 0.663781427536076...
{"easy": "D", "medium": "C", "hard": "D"}
3steps_easy_no_113
Imagine transforming a circle step by step. <shapeB_image> Follow these changes: - Shift the circle a little to the right and slightly downward. <shapeB_step_0> - Reduce the size of the circle, making it smaller. <shapeB_step_1> - Shift the circle significantly downward. <shapeB_step_2> After these trans...
A
[['translate', [10, -10]], ['scale', 0.5], ['translate', [0, -30]]]
easy
{"instance_id": 113, "shape_A": {"name": "triangle", "facecolor": [0.2965067069727847, 0.8262343642411036, 0.8226359603885287], "edgecolor": "black", "center": [0, 0], "size": 31.400204280274227}, "shape_B": {"name": "circle", "facecolor": [0.1477967102575377, 0.8584260673716001, 0.26469722505557003], "edgecolor": "bla...
{"easy": "A", "medium": "B", "hard": "A"}
3steps_easy_no_57
Imagine transforming a square step by step. <shapeB_image> Follow these changes: - Shift the square to the left by a significant amount and slightly downward. <shapeB_step_0> - Flip the square as if there's a mirror along the vertical line x = 0. <shapeB_step_1> - Reduce the size of the square, making it smal...
D
[['translate', [-30, -10]], ['flip', 'vertical'], ['scale', 0.5]]
easy
{"instance_id": 57, "shape_A": {"name": "triangle", "facecolor": [0.9987410233690914, 0.7723664762407402, 0.7786138030606878], "edgecolor": "black", "center": [0, 0], "size": 31.308039114832074}, "shape_B": {"name": "square", "facecolor": [0.40673190510210777, 0.24038985677200153, 0.6021025170089722], "edgecolor": "bla...
{"easy": "D", "medium": "B", "hard": "A"}
3steps_easy_no_115
Imagine transforming a circle step by step. <shapeB_image> Follow these changes: - Rotate the circle by 60 degrees clockwise around its center. <shapeB_step_0> - Shift the circle to the left by a significant amount. <shapeB_step_1> - Shift the circle a little to the right and slightly downward. <shapeB_step_2...
D
[['rotate', -60], ['translate', [-30, 0]], ['translate', [10, -10]]]
easy
{"instance_id": 115, "shape_A": {"name": "ellipse", "facecolor": [0.9011782336144536, 0.3616974109294273, 0.8304530952873422], "edgecolor": "black", "center": [0, 0], "size": [31.18333413840225, 20.769316379909124]}, "shape_B": {"name": "circle", "facecolor": [0.7367846124040385, 0.1728725104238804, 0.20027501880130416...
{"easy": "D", "medium": "A", "hard": "A"}
3steps_easy_no_0
Imagine transforming a circle step by step. <shapeB_image> Follow these changes: - Shift the circle a little to the left and significantly downward. <shapeB_step_0> - Rotate the circle by 30 degrees counter-clockwise around its center. <shapeB_step_1> - Shift the circle a little to the right. <shapeB_step_2> ...
B
[['translate', [-10, -30]], ['rotate', 30], ['translate', [10, 0]]]
easy
{"instance_id": 0, "shape_A": {"name": "pentagon", "facecolor": [0.8094304566778266, 0.006498759678061017, 0.8058192518328079], "edgecolor": "black", "center": [0, 0], "size": 33.018630156834455}, "shape_B": {"name": "circle", "facecolor": [0.6394267984578837, 0.025010755222666936, 0.27502931836911926], "edgecolor": "b...
{"easy": "B", "medium": "C", "hard": "A"}
3steps_easy_no_20
Imagine transforming a triangle step by step. <shapeB_image> Follow these changes: - Shift the triangle to the left by a significant amount and significantly upward. <shapeB_step_0> - Shift the triangle slightly upward. <shapeB_step_1> - Flip the triangle as if there's a mirror along the vertical line x = 0. ...
D
[['translate', [-30, 30]], ['translate', [0, 10]], ['flip', 'vertical']]
easy
{"instance_id": 20, "shape_A": {"name": "hexagon", "facecolor": [0.8912758945879058, 0.6294706898642659, 0.6901248969090394], "edgecolor": "black", "center": [0, 0], "size": 30.464580871643538}, "shape_B": {"name": "triangle", "facecolor": [0.9032924076579208, 0.05045601059441951, 0.38359963933974406], "edgecolor": "bl...
{"easy": "D", "medium": "C", "hard": "A"}
3steps_easy_no_104
Imagine transforming a hexagon step by step. <shapeB_image> Follow these changes: - Shift the hexagon a little to the right. <shapeB_step_0> - Flip the hexagon as if there's a mirror along the horizontal line y = 0. <shapeB_step_1> - Shift the hexagon to the right by a significant amount and slightly upward. ...
B
[['translate', [10, 0]], ['flip', 'horizontal'], ['translate', [30, 10]]]
easy
{"instance_id": 104, "shape_A": {"name": "ellipse", "facecolor": [0.7107444414023226, 0.7521421273061247, 0.18434667452866027], "edgecolor": "black", "center": [0, 0], "size": [34.59203167298348, 23.985925995661848]}, "shape_B": {"name": "hexagon", "facecolor": [0.18227911290527843, 0.3107391216713389, 0.06583357795048...
{"easy": "B", "medium": "B", "hard": "C"}
3steps_easy_no_19
Imagine transforming a square step by step. <shapeB_image> Follow these changes: - Rotate the square by 60 degrees clockwise around its center. <shapeB_step_0> - Shift the square to the right by a significant amount and significantly downward. <shapeB_step_1> - Flip the square as if there's a mirror along the...
B
[['rotate', -60], ['translate', [30, -30]], ['flip', 'horizontal']]
easy
{"instance_id": 19, "shape_A": {"name": "ellipse", "facecolor": [0.02491211279391181, 0.4536807357543369, 0.8966175072836458], "edgecolor": "black", "center": [0, 0], "size": [30.426532720171558, 23.536395593884862]}, "shape_B": {"name": "square", "facecolor": [0.6461015079296982, 0.09044080766027263, 0.500657790252354...
{"easy": "B", "medium": "A"}
3steps_easy_no_100
Imagine transforming a hexagon step by step. <shapeB_image> Follow these changes: - Rotate the hexagon by 30 degrees counter-clockwise around its center. <shapeB_step_0> - Shift the hexagon to the right by a significant amount and slightly downward. <shapeB_step_1> - Reduce the size of the hexagon, making it ...
C
[['rotate', 30], ['translate', [30, -10]], ['scale', 0.5]]
easy
{"instance_id": 100, "shape_A": {"name": "rectangle", "facecolor": [0.636508616924554, 0.18554177849338294, 0.09380913897594545], "edgecolor": "black", "center": [0, 0], "size": [31.642532378280357, 22.003028402354666]}, "shape_B": {"name": "hexagon", "facecolor": [0.10297803208979861, 0.3899309993827522, 0.57430285381...
{"easy": "C", "medium": "D", "hard": "C"}
3steps_easy_no_119
Imagine transforming a triangle step by step. <shapeB_image> Follow these changes: - Rotate the triangle by 30 degrees counter-clockwise around its center. <shapeB_step_0> - Shift the triangle to the left by a significant amount and significantly upward. <shapeB_step_1> - Shift the triangle a little to the le...
D
[['rotate', 30], ['translate', [-30, 30]], ['translate', [-10, 0]]]
easy
{"instance_id": 119, "shape_A": {"name": "rectangle", "facecolor": [0.8398348096199418, 0.8764427791618954, 0.7014692431343847], "edgecolor": "black", "center": [0, 0], "size": [34.24822105989614, 21.66208613025525]}, "shape_B": {"name": "triangle", "facecolor": [0.6917919264077007, 0.49956317176697185, 0.1022068579245...
{"easy": "D", "medium": "C", "hard": "B"}
3steps_easy_no_110
Imagine transforming a triangle step by step. <shapeB_image> Follow these changes: - Shift the triangle to the left by a significant amount. <shapeB_step_0> - Rotate the triangle by 90 degrees clockwise around its center. <shapeB_step_1> - Rotate the triangle by 60 degrees counter-clockwise around its center....
B
[['translate', [-30, 0]], ['rotate', -90], ['rotate', 60]]
easy
{"instance_id": 110, "shape_A": {"name": "ellipse", "facecolor": [0.5878685981334356, 0.3400675589583503, 0.9539353069240274], "edgecolor": "black", "center": [0, 0], "size": [31.56780986839368, 23.35485878254977]}, "shape_B": {"name": "triangle", "facecolor": [0.013654040070595674, 0.9041899829290092, 0.40880022631319...
{"easy": "B", "medium": "B", "hard": "D"}
3steps_easy_no_101
Imagine transforming a square step by step. <shapeB_image> Follow these changes: - Shift the square to the left by a significant amount and significantly downward. <shapeB_step_0> - Shift the square a little to the left and significantly upward. <shapeB_step_1> - Reduce the size of the square, making it small...
B
[['translate', [-30, -30]], ['translate', [-10, 30]], ['scale', 0.5]]
easy
{"instance_id": 101, "shape_A": {"name": "pentagon", "facecolor": [0.03265833366960047, 0.41080551222202943, 0.4519012488987645], "edgecolor": "black", "center": [0, 0], "size": 31.266850141468296}, "shape_B": {"name": "square", "facecolor": [0.5713567907394398, 0.3676433377953411, 0.9515124681203513], "edgecolor": "bl...
{"easy": "B", "medium": "C", "hard": "D"}
3steps_easy_no_48
Imagine transforming a pentagon step by step. <shapeB_image> Follow these changes: - Shift the pentagon slightly downward. <shapeB_step_0> - Shift the pentagon to the left by a significant amount and significantly downward. <shapeB_step_1> - Reduce the size of the pentagon, making it smaller. <shapeB_step_2> ...
B
[['translate', [0, -10]], ['translate', [-30, -30]], ['scale', 0.5]]
easy
{"instance_id": 48, "shape_A": {"name": "circle", "facecolor": [0.21717813862624125, 0.551693073585068, 0.15671934678890898], "edgecolor": "black", "center": [0, 0], "size": 34.656262341390736}, "shape_B": {"name": "pentagon", "facecolor": [0.4685797635145371, 0.8680300991122848, 0.13055508406922411], "edgecolor": "bla...
{"easy": "B"}
3steps_easy_no_12
Imagine transforming a rectangle step by step. <shapeB_image> Follow these changes: - Shift the rectangle a little to the left and slightly upward. <shapeB_step_0> - Rotate the rectangle by 90 degrees clockwise around its center. <shapeB_step_1> - Shift the rectangle to the left by a significant amount and si...
B
[['translate', [-10, 10]], ['rotate', -90], ['translate', [-30, -30]]]
easy
{"instance_id": 12, "shape_A": {"name": "ellipse", "facecolor": [0.8050855691954864, 0.3054596983845568, 0.9670244433683767], "edgecolor": "black", "center": [0, 0], "size": [33.31177726263126, 24.216419750428884]}, "shape_B": {"name": "rectangle", "facecolor": [0.008897986070045771, 0.9115154380523718, 0.6473715541750...
{"easy": "B", "medium": "B", "hard": "C"}
3steps_easy_no_44
Imagine transforming a ellipse step by step. <shapeB_image> Follow these changes: - Shift the ellipse a little to the left and significantly upward. <shapeB_step_0> - Rotate the ellipse by 30 degrees counter-clockwise around its center. <shapeB_step_1> - Reduce the size of the ellipse, making it smaller. <sha...
C
[['translate', [-10, 30]], ['rotate', 30], ['scale', 0.5]]
easy
{"instance_id": 44, "shape_A": {"name": "square", "facecolor": [0.9520282695406308, 0.5074165021419356, 0.2714735608792638], "edgecolor": "black", "center": [0, 0], "size": 31.32881669521241}, "shape_B": {"name": "ellipse", "facecolor": [0.5229487959144409, 0.24469224554353997, 0.797269863929121], "edgecolor": "black",...
{"easy": "C", "medium": "D", "hard": "B"}
3steps_easy_no_33
Imagine transforming a rectangle step by step. <shapeB_image> Follow these changes: - Rotate the rectangle by 90 degrees counter-clockwise around its center. <shapeB_step_0> - Shift the rectangle a little to the left and significantly upward. <shapeB_step_1> - Rotate the rectangle by 90 degrees counter-clockw...
A
[['rotate', 90], ['translate', [-10, 30]], ['rotate', 90]]
easy
{"instance_id": 33, "shape_A": {"name": "triangle", "facecolor": [0.1697176391933558, 0.2956081789841688, 0.06816183984367041], "edgecolor": "black", "center": [0, 0], "size": 31.81736055236322}, "shape_B": {"name": "rectangle", "facecolor": [0.8951348445353484, 0.4989122606375366, 0.454807857526233], "edgecolor": "bla...
{"easy": "A", "medium": "A", "hard": "C"}
3steps_easy_no_5
Imagine transforming a hexagon step by step. <shapeB_image> Follow these changes: - Shift the hexagon a little to the right and significantly upward. <shapeB_step_0> - Shift the hexagon a little to the right and significantly upward. <shapeB_step_1> - Reduce the size of the hexagon, making it smaller. <shapeB...
B
[['translate', [10, 30]], ['translate', [10, 30]], ['scale', 0.5]]
easy
{"instance_id": 5, "shape_A": {"name": "ellipse", "facecolor": [0.221549756418285, 0.6151068362844365, 0.7272429971637352], "edgecolor": "black", "center": [0, 0], "size": [34.496333825617675, 21.61055909873163]}, "shape_B": {"name": "hexagon", "facecolor": [0.9087516879065402, 0.6589030736792922, 0.30163032902808873],...
{"easy": "B", "medium": "C", "hard": "D"}
3steps_easy_no_15
Imagine transforming a triangle step by step. <shapeB_image> Follow these changes: - Rotate the triangle by 60 degrees clockwise around its center. <shapeB_step_0> - Rotate the triangle by 60 degrees clockwise around its center. <shapeB_step_1> - Reduce the size of the triangle, making it smaller. <shapeB_ste...
A
[['rotate', -60], ['rotate', -60], ['scale', 0.5]]
easy
{"instance_id": 15, "shape_A": {"name": "ellipse", "facecolor": [0.5197618455230746, 0.3750298817049422, 0.20541869616334685], "edgecolor": "black", "center": [0, 0], "size": [31.018468305961346, 22.76052474170135]}, "shape_B": {"name": "triangle", "facecolor": [0.7436456813620216, 0.007114079430603493, 0.5225406297879...
{"easy": "A", "medium": "C", "hard": "C"}
3steps_easy_no_37
Imagine transforming a triangle step by step. <shapeB_image> Follow these changes: - Rotate the triangle by 30 degrees counter-clockwise around its center. <shapeB_step_0> - Rotate the triangle by 60 degrees counter-clockwise around its center. <shapeB_step_1> - Rotate the triangle by 60 degrees clockwise aro...
D
[['rotate', 30], ['rotate', 60], ['rotate', -60]]
easy
{"instance_id": 37, "shape_A": {"name": "pentagon", "facecolor": [0.14056259314187625, 0.005236285623617443, 0.7743856713773859], "edgecolor": "black", "center": [0, 0], "size": 31.037373899309713}, "shape_B": {"name": "triangle", "facecolor": [0.7421539065397499, 0.4340630085307191, 0.5285294488718525], "edgecolor": "...
{"easy": "D", "medium": "D", "hard": "D"}
3steps_easy_no_46
Imagine transforming a triangle step by step. <shapeB_image> Follow these changes: - Shift the triangle a little to the left. <shapeB_step_0> - Shift the triangle a little to the left and significantly upward. <shapeB_step_1> - Reduce the size of the triangle, making it smaller. <shapeB_step_2> After the...
B
[['translate', [-10, 0]], ['translate', [-10, 30]], ['scale', 0.5]]
easy
{"instance_id": 46, "shape_A": {"name": "circle", "facecolor": [0.3105275847675675, 0.5061192788200698, 0.6423077401554979], "edgecolor": "black", "center": [0, 0], "size": 33.99243616662593}, "shape_B": {"name": "triangle", "facecolor": [0.7116655677405698, 0.9146973034510988, 0.6631901815879128], "edgecolor": "black"...
{"easy": "B", "medium": "B", "hard": "C"}
3steps_easy_no_73
Imagine transforming a rectangle step by step. <shapeB_image> Follow these changes: - Shift the rectangle a little to the left and significantly downward. <shapeB_step_0> - Shift the rectangle to the right by a significant amount and slightly upward. <shapeB_step_1> - Flip the rectangle as if there's a mirror...
A
[['translate', [-10, -30]], ['translate', [30, 10]], ['flip', 'vertical']]
easy
{"instance_id": 73, "shape_A": {"name": "triangle", "facecolor": [0.5602165128801981, 0.0012224177671142922, 0.49041495457387874], "edgecolor": "black", "center": [0, 0], "size": 31.584942631209156}, "shape_B": {"name": "rectangle", "facecolor": [0.3733049777398598, 0.12443972406889059, 0.18890937916397166], "edgecolor...
{"easy": "A", "medium": "C", "hard": "B"}
3steps_medium_no_8
Imagine transforming a ellipse step by step. <shapeB_image> Follow these changes: - Shift the ellipse slightly upward. <shapeB_step_0> - Rotate the ellipse by 30 degrees counter-clockwise around its center. <shapeB_step_1> - Shift the ellipse a little to the right and significantly upward. <shapeB_step_2> ...
A
[['translate', [0, 10]], ['rotate', 30], ['translate', [10, 30]]]
medium
{"instance_id": 8, "shape_A": {"name": "square", "facecolor": [0.7643388435720192, 0.4123922224155927, 0.8425447168253485], "edgecolor": "black", "center": [0, 0], "size": 30.085712988012137}, "shape_B": {"name": "ellipse", "facecolor": [0.6667547295533397, 0.6165193610843379, 0.4832041536218251], "edgecolor": "black",...
{"easy": "B", "medium": "A", "hard": "A"}
3steps_medium_no_5
Imagine transforming a hexagon step by step. <shapeB_image> Follow these changes: - Shift the hexagon a little to the right and significantly upward. <shapeB_step_0> - Shift the hexagon a little to the right and significantly upward. <shapeB_step_1> - Reduce the size of the hexagon, making it smaller. <shapeB...
C
[['translate', [10, 30]], ['translate', [10, 30]], ['scale', 0.5]]
medium
{"instance_id": 5, "shape_A": {"name": "ellipse", "facecolor": [0.221549756418285, 0.6151068362844365, 0.7272429971637352], "edgecolor": "black", "center": [0, 0], "size": [34.496333825617675, 21.61055909873163]}, "shape_B": {"name": "hexagon", "facecolor": [0.9087516879065402, 0.6589030736792922, 0.30163032902808873],...
{"easy": "B", "medium": "C", "hard": "D"}
3steps_medium_no_84
Imagine transforming a hexagon step by step. <shapeB_image> Follow these changes: - Shift the hexagon to the left by a significant amount and slightly downward. <shapeB_step_0> - Rotate the hexagon by 60 degrees counter-clockwise around its center. <shapeB_step_1> - Shift the hexagon a little to the right and...
D
[['translate', [-30, -10]], ['rotate', 60], ['translate', [10, 30]]]
medium
{"instance_id": 84, "shape_A": {"name": "square", "facecolor": [0.6429600234779433, 0.6489315441480195, 0.05780857302120157], "edgecolor": "black", "center": [0, 0], "size": 31.35509309885707}, "shape_B": {"name": "hexagon", "facecolor": [0.5755345496716634, 0.37007788122306795, 0.30594734450830985], "edgecolor": "blac...
{"easy": "A", "medium": "D", "hard": "B"}
3steps_medium_no_29
Imagine transforming a square step by step. <shapeB_image> Follow these changes: - Reduce the size of the square, making it smaller. <shapeB_step_0> - Shift the square a little to the right and slightly upward. <shapeB_step_1> - Rotate the square by 60 degrees counter-clockwise around its center. <shapeB_step...
A
[['scale', 0.5], ['translate', [10, 10]], ['rotate', 60]]
medium
{"instance_id": 29, "shape_A": {"name": "ellipse", "facecolor": [0.4220150118646, 0.5498486105722737, 0.26067444221513203], "edgecolor": "black", "center": [0, 0], "size": [33.22785612913323, 23.57222483948403]}, "shape_B": {"name": "square", "facecolor": [0.03673394909555949, 0.14166733100793671, 0.8560851725386665], ...
{"easy": "C", "medium": "A", "hard": "C"}
3steps_medium_no_98
Imagine transforming a pentagon step by step. <shapeB_image> Follow these changes: - Shift the pentagon to the right by a significant amount and significantly downward. <shapeB_step_0> - Rotate the pentagon by 30 degrees clockwise around its center. <shapeB_step_1> - Flip the pentagon as if there's a mirror a...
A
[['translate', [30, -30]], ['rotate', -30], ['flip', 'horizontal']]
medium
{"instance_id": 98, "shape_A": {"name": "rectangle", "facecolor": [0.5607942509604132, 0.5885239568234014, 0.8827049664629678], "edgecolor": "black", "center": [0, 0], "size": [32.64360266730989, 23.851113595585208]}, "shape_B": {"name": "pentagon", "facecolor": [0.8078283932551233, 0.2558475052157898, 0.51053289889647...
{"easy": "D", "medium": "A"}
3steps_medium_no_37
Imagine transforming a triangle step by step. <shapeB_image> Follow these changes: - Rotate the triangle by 30 degrees counter-clockwise around its center. <shapeB_step_0> - Rotate the triangle by 60 degrees counter-clockwise around its center. <shapeB_step_1> - Rotate the triangle by 60 degrees clockwise aro...
D
[['rotate', 30], ['rotate', 60], ['rotate', -60]]
medium
{"instance_id": 37, "shape_A": {"name": "pentagon", "facecolor": [0.14056259314187625, 0.005236285623617443, 0.7743856713773859], "edgecolor": "black", "center": [0, 0], "size": 31.037373899309713}, "shape_B": {"name": "triangle", "facecolor": [0.7421539065397499, 0.4340630085307191, 0.5285294488718525], "edgecolor": "...
{"easy": "D", "medium": "D", "hard": "D"}
3steps_medium_no_109
Imagine transforming a circle step by step. <shapeB_image> Follow these changes: - Shift the circle to the right by a significant amount and slightly downward. <shapeB_step_0> - Rotate the circle by 90 degrees clockwise around its center. <shapeB_step_1> - Rotate the circle by 30 degrees counter-clockwise aro...
A
[['translate', [30, -10]], ['rotate', -90], ['rotate', 30]]
medium
{"instance_id": 109, "shape_A": {"name": "triangle", "facecolor": [0.7675200668955402, 0.14154581613407047, 0.9567019906659003], "edgecolor": "black", "center": [0, 0], "size": 34.29064027970415}, "shape_B": {"name": "circle", "facecolor": [0.6696655472495895, 0.6828028495784512, 0.8771553249603128], "edgecolor": "blac...
{"easy": "D", "medium": "A", "hard": "B"}
3steps_medium_no_116
Imagine transforming a rectangle step by step. <shapeB_image> Follow these changes: - Reduce the size of the rectangle, making it smaller. <shapeB_step_0> - Rotate the rectangle by 30 degrees counter-clockwise around its center. <shapeB_step_1> - Shift the rectangle a little to the left and significantly upwa...
B
[['scale', 0.5], ['rotate', 30], ['translate', [-10, 30]]]
medium
{"instance_id": 116, "shape_A": {"name": "ellipse", "facecolor": [0.14983581719146077, 0.22054649121071468, 0.522659341815168], "edgecolor": "black", "center": [0, 0], "size": [31.158770268227133, 21.83825253166706]}, "shape_B": {"name": "rectangle", "facecolor": [0.8512268221842723, 0.09271583408842732, 0.955281052095...
{"easy": "B", "medium": "B", "hard": "D"}
3steps_medium_no_110
Imagine transforming a triangle step by step. <shapeB_image> Follow these changes: - Shift the triangle to the left by a significant amount. <shapeB_step_0> - Rotate the triangle by 90 degrees clockwise around its center. <shapeB_step_1> - Rotate the triangle by 60 degrees counter-clockwise around its center....
B
[['translate', [-30, 0]], ['rotate', -90], ['rotate', 60]]
medium
{"instance_id": 110, "shape_A": {"name": "ellipse", "facecolor": [0.5878685981334356, 0.3400675589583503, 0.9539353069240274], "edgecolor": "black", "center": [0, 0], "size": [31.56780986839368, 23.35485878254977]}, "shape_B": {"name": "triangle", "facecolor": [0.013654040070595674, 0.9041899829290092, 0.40880022631319...
{"easy": "B", "medium": "B", "hard": "D"}
3steps_medium_no_12
Imagine transforming a rectangle step by step. <shapeB_image> Follow these changes: - Shift the rectangle a little to the left and slightly upward. <shapeB_step_0> - Rotate the rectangle by 90 degrees clockwise around its center. <shapeB_step_1> - Shift the rectangle to the left by a significant amount and si...
B
[['translate', [-10, 10]], ['rotate', -90], ['translate', [-30, -30]]]
medium
{"instance_id": 12, "shape_A": {"name": "ellipse", "facecolor": [0.8050855691954864, 0.3054596983845568, 0.9670244433683767], "edgecolor": "black", "center": [0, 0], "size": [33.31177726263126, 24.216419750428884]}, "shape_B": {"name": "rectangle", "facecolor": [0.008897986070045771, 0.9115154380523718, 0.6473715541750...
{"easy": "B", "medium": "B", "hard": "C"}
3steps_medium_no_35
Imagine transforming a circle step by step. <shapeB_image> Follow these changes: - Shift the circle a little to the right and slightly downward. <shapeB_step_0> - Shift the circle a little to the right and slightly downward. <shapeB_step_1> - Rotate the circle by 60 degrees counter-clockwise around its center...
C
[['translate', [10, -10]], ['translate', [10, -10]], ['rotate', 60]]
medium
{"instance_id": 35, "shape_A": {"name": "square", "facecolor": [0.1859148916434088, 0.24531814510107286, 0.21518416447158606], "edgecolor": "black", "center": [0, 0], "size": 34.731355305141214}, "shape_B": {"name": "circle", "facecolor": [0.1146499527983682, 0.8090404668650117, 0.4293868004597453], "edgecolor": "black...
{"easy": "B", "medium": "C", "hard": "D"}
3steps_medium_no_81
Imagine transforming a hexagon step by step. <shapeB_image> Follow these changes: - Shift the hexagon a little to the right. <shapeB_step_0> - Rotate the hexagon by 90 degrees clockwise around its center. <shapeB_step_1> - Rotate the hexagon by 30 degrees counter-clockwise around its center. <shapeB_step_2> ...
A
[['translate', [10, 0]], ['rotate', -90], ['rotate', 30]]
medium
{"instance_id": 81, "shape_A": {"name": "rectangle", "facecolor": [0.31574854143276976, 0.4047041915128613, 0.012732729701919854], "edgecolor": "black", "center": [0, 0], "size": [34.17912552445489, 22.988101159119363]}, "shape_B": {"name": "hexagon", "facecolor": [0.2257557468045034, 0.08616099325991666, 0.57559873731...
{"easy": "D", "medium": "A", "hard": "B"}
3steps_medium_no_46
Imagine transforming a triangle step by step. <shapeB_image> Follow these changes: - Shift the triangle a little to the left. <shapeB_step_0> - Shift the triangle a little to the left and significantly upward. <shapeB_step_1> - Reduce the size of the triangle, making it smaller. <shapeB_step_2> After the...
B
[['translate', [-10, 0]], ['translate', [-10, 30]], ['scale', 0.5]]
medium
{"instance_id": 46, "shape_A": {"name": "circle", "facecolor": [0.3105275847675675, 0.5061192788200698, 0.6423077401554979], "edgecolor": "black", "center": [0, 0], "size": 33.99243616662593}, "shape_B": {"name": "triangle", "facecolor": [0.7116655677405698, 0.9146973034510988, 0.6631901815879128], "edgecolor": "black"...
{"easy": "B", "medium": "B", "hard": "C"}
3steps_medium_no_20
Imagine transforming a triangle step by step. <shapeB_image> Follow these changes: - Shift the triangle to the left by a significant amount and significantly upward. <shapeB_step_0> - Shift the triangle slightly upward. <shapeB_step_1> - Flip the triangle as if there's a mirror along the vertical line x = 0. ...
C
[['translate', [-30, 30]], ['translate', [0, 10]], ['flip', 'vertical']]
medium
{"instance_id": 20, "shape_A": {"name": "hexagon", "facecolor": [0.8912758945879058, 0.6294706898642659, 0.6901248969090394], "edgecolor": "black", "center": [0, 0], "size": 30.464580871643538}, "shape_B": {"name": "triangle", "facecolor": [0.9032924076579208, 0.05045601059441951, 0.38359963933974406], "edgecolor": "bl...
{"easy": "D", "medium": "C", "hard": "A"}
3steps_medium_no_47
Imagine transforming a circle step by step. <shapeB_image> Follow these changes: - Shift the circle to the left by a significant amount and significantly upward. <shapeB_step_0> - Flip the circle as if there's a mirror along the horizontal line y = 0. <shapeB_step_1> - Shift the circle a little to the right a...
C
[['translate', [-30, 30]], ['flip', 'horizontal'], ['translate', [10, 30]]]
medium
{"instance_id": 47, "shape_A": {"name": "rectangle", "facecolor": [0.5680786562216632, 0.3748360191237824, 0.06938923117303619], "edgecolor": "black", "center": [0, 0], "size": [34.07180737029744, 22.22553223484537]}, "shape_B": {"name": "circle", "facecolor": [0.0017288995057325174, 0.9851287195766044, 0.0125784799803...
{"easy": "D", "medium": "C", "hard": "C"}
3steps_medium_no_45
Imagine transforming a pentagon step by step. <shapeB_image> Follow these changes: - Rotate the pentagon by 90 degrees clockwise around its center. <shapeB_step_0> - Shift the pentagon a little to the left and significantly downward. <shapeB_step_1> - Flip the pentagon as if there's a mirror along the horizon...
C
[['rotate', -90], ['translate', [-10, -30]], ['flip', 'horizontal']]
medium
{"instance_id": 45, "shape_A": {"name": "triangle", "facecolor": [0.12170375259878474, 0.756606356871411, 0.12035832509916844], "edgecolor": "black", "center": [0, 0], "size": 32.00154173976067}, "shape_B": {"name": "pentagon", "facecolor": [0.7997912131764753, 0.35985847918673564, 0.25528453669499795], "edgecolor": "b...
{"medium": "C"}
3steps_medium_no_26
Imagine transforming a rectangle step by step. <shapeB_image> Follow these changes: - Reduce the size of the rectangle, making it smaller. <shapeB_step_0> - Shift the rectangle a little to the right and slightly upward. <shapeB_step_1> - Shift the rectangle a little to the left and significantly upward. <shap...
C
[['scale', 0.5], ['translate', [10, 10]], ['translate', [-10, 30]]]
medium
{"instance_id": 26, "shape_A": {"name": "ellipse", "facecolor": [0.4940113214438937, 0.5517851873768139, 0.6598384211869152], "edgecolor": "black", "center": [0, 0], "size": [30.959257738577843, 23.389893584814573]}, "shape_B": {"name": "rectangle", "facecolor": [0.20908632134747052, 0.19608679402070883, 0.821123470652...
{"easy": "C", "medium": "C", "hard": "C"}
3steps_medium_no_34
Imagine transforming a triangle step by step. <shapeB_image> Follow these changes: - Shift the triangle to the right by a significant amount and slightly upward. <shapeB_step_0> - Shift the triangle to the right by a significant amount and slightly upward. <shapeB_step_1> - Shift the triangle to the right by ...
C
[['translate', [30, 10]], ['translate', [30, 10]], ['translate', [30, 10]]]
medium
{"instance_id": 34, "shape_A": {"name": "circle", "facecolor": [0.749943679211488, 0.6238256910981901, 0.5447337411321853], "edgecolor": "black", "center": [0, 0], "size": 34.698084047982235}, "shape_B": {"name": "triangle", "facecolor": [0.7768802527683218, 0.5515879122993337, 0.11450110521584922], "edgecolor": "black...
{"easy": "A", "medium": "C", "hard": "B"}
3steps_medium_no_89
Imagine transforming a rectangle step by step. <shapeB_image> Follow these changes: - Reduce the size of the rectangle, making it smaller. <shapeB_step_0> - Shift the rectangle to the right by a significant amount and slightly upward. <shapeB_step_1> - Rotate the rectangle by 30 degrees clockwise around its c...
C
[['scale', 0.5], ['translate', [30, 10]], ['rotate', -30]]
medium
{"instance_id": 89, "shape_A": {"name": "square", "facecolor": [0.17683345753828084, 0.11922347068177608, 0.6844970378334665], "edgecolor": "black", "center": [0, 0], "size": 34.68810527851148}, "shape_B": {"name": "rectangle", "facecolor": [0.5903402878052959, 0.8998471230724469, 0.3824497357318074], "edgecolor": "bla...
{"easy": "D", "medium": "C", "hard": "D"}
3steps_medium_no_87
Imagine transforming a circle step by step. <shapeB_image> Follow these changes: - Shift the circle to the left by a significant amount and significantly downward. <shapeB_step_0> - Shift the circle a little to the left and slightly downward. <shapeB_step_1> - Shift the circle to the left by a significant amo...
B
[['translate', [-30, -30]], ['translate', [-10, -10]], ['translate', [-30, -10]]]
medium
{"instance_id": 87, "shape_A": {"name": "hexagon", "facecolor": [0.9244977221536306, 0.7214860176451653, 0.37228772746075467], "edgecolor": "black", "center": [0, 0], "size": 33.456912336587195}, "shape_B": {"name": "circle", "facecolor": [0.09731780771417398, 0.6151394596054255, 0.40538914971695694], "edgecolor": "bla...
{"easy": "B", "medium": "B", "hard": "D"}
3steps_medium_no_82
Imagine transforming a circle step by step. <shapeB_image> Follow these changes: - Rotate the circle by 30 degrees counter-clockwise around its center. <shapeB_step_0> - Reduce the size of the circle, making it smaller. <shapeB_step_1> - Shift the circle a little to the left and significantly downward. <shape...
B
[['rotate', 30], ['scale', 0.5], ['translate', [-10, -30]]]
medium
{"instance_id": 82, "shape_A": {"name": "triangle", "facecolor": [0.7926721683585463, 0.8039064957759225, 0.9978021711720083], "edgecolor": "black", "center": [0, 0], "size": 32.43080905873159}, "shape_B": {"name": "circle", "facecolor": [0.0799282598778086, 0.7507150252425926, 0.2892754554033391], "edgecolor": "black"...
{"easy": "B", "medium": "B", "hard": "B"}
3steps_medium_no_77
Imagine transforming a circle step by step. <shapeB_image> Follow these changes: - Rotate the circle by 30 degrees clockwise around its center. <shapeB_step_0> - Shift the circle a little to the left and slightly downward. <shapeB_step_1> - Flip the circle as if there's a mirror along the vertical line x = 0....
C
[['rotate', -30], ['translate', [-10, -10]], ['flip', 'vertical']]
medium
{"instance_id": 77, "shape_A": {"name": "ellipse", "facecolor": [0.4014485780221052, 0.310955357635772, 0.7439741786648469], "edgecolor": "black", "center": [0, 0], "size": [33.49433679884838, 20.525172859231922]}, "shape_B": {"name": "circle", "facecolor": [0.8165586747285463, 0.9929633069317221, 0.18174483694961685],...
{"easy": "B", "medium": "C", "hard": "C"}
3steps_medium_no_21
Imagine transforming a circle step by step. <shapeB_image> Follow these changes: - Shift the circle to the right by a significant amount and slightly downward. <shapeB_step_0> - Shift the circle to the right by a significant amount and slightly downward. <shapeB_step_1> - Shift the circle significantly downwa...
D
[['translate', [30, -10]], ['translate', [30, -10]], ['translate', [0, -30]]]
medium
{"instance_id": 21, "shape_A": {"name": "hexagon", "facecolor": [0.037865032018345346, 0.4832681320971439, 0.3685785987463919], "edgecolor": "black", "center": [0, 0], "size": 33.05035304607624}, "shape_B": {"name": "circle", "facecolor": [0.6232484815999669, 0.45439435921173477, 0.42412468457259256], "edgecolor": "bla...
{"easy": "C", "medium": "D", "hard": "C"}
3steps_medium_no_31
Imagine transforming a circle step by step. <shapeB_image> Follow these changes: - Shift the circle to the right by a significant amount and slightly downward. <shapeB_step_0> - Rotate the circle by 90 degrees counter-clockwise around its center. <shapeB_step_1> - Shift the circle to the right by a significan...
D
[['translate', [30, -10]], ['rotate', 90], ['translate', [30, 0]]]
medium
{"instance_id": 31, "shape_A": {"name": "pentagon", "facecolor": [0.2588346176103514, 0.8524750785554671, 0.296363686831703], "edgecolor": "black", "center": [0, 0], "size": 30.664856965483533}, "shape_B": {"name": "circle", "facecolor": [0.4950259006373158, 0.5324698527921417, 0.5134876964355887], "edgecolor": "black"...
{"easy": "D", "medium": "D", "hard": "D"}
3steps_medium_no_103
Imagine transforming a triangle step by step. <shapeB_image> Follow these changes: - Shift the triangle to the left by a significant amount and significantly upward. <shapeB_step_0> - Rotate the triangle by 60 degrees clockwise around its center. <shapeB_step_1> - Rotate the triangle by 60 degrees clockwise a...
A
[['translate', [-30, 30]], ['rotate', -60], ['rotate', -60]]
medium
{"instance_id": 103, "shape_A": {"name": "pentagon", "facecolor": [0.46108798295271736, 0.1718510827561356, 0.7514961977145297], "edgecolor": "black", "center": [0, 0], "size": 33.01800645792805}, "shape_B": {"name": "triangle", "facecolor": [0.3003791619325823, 0.5751047726904576, 0.9767315981376641], "edgecolor": "bl...
{"easy": "C", "medium": "A", "hard": "D"}
3steps_medium_no_108
Imagine transforming a triangle step by step. <shapeB_image> Follow these changes: - Shift the triangle a little to the right and significantly upward. <shapeB_step_0> - Shift the triangle slightly downward. <shapeB_step_1> - Flip the triangle as if there's a mirror along the vertical line x = 0. <shapeB_step...
B
[['translate', [10, 30]], ['translate', [0, -10]], ['flip', 'vertical']]
medium
{"instance_id": 108, "shape_A": {"name": "hexagon", "facecolor": [0.8863244706725935, 0.9666257530215157, 0.3952697942021929], "edgecolor": "black", "center": [0, 0], "size": 32.44852935777631}, "shape_B": {"name": "triangle", "facecolor": [0.7132392952571474, 0.26644664223886794, 0.39017349447098426], "edgecolor": "bl...
{"easy": "B", "medium": "B", "hard": "C"}
3steps_medium_no_115
Imagine transforming a circle step by step. <shapeB_image> Follow these changes: - Rotate the circle by 60 degrees clockwise around its center. <shapeB_step_0> - Shift the circle to the left by a significant amount. <shapeB_step_1> - Shift the circle a little to the right and slightly downward. <shapeB_step_2...
A
[['rotate', -60], ['translate', [-30, 0]], ['translate', [10, -10]]]
medium
{"instance_id": 115, "shape_A": {"name": "ellipse", "facecolor": [0.9011782336144536, 0.3616974109294273, 0.8304530952873422], "edgecolor": "black", "center": [0, 0], "size": [31.18333413840225, 20.769316379909124]}, "shape_B": {"name": "circle", "facecolor": [0.7367846124040385, 0.1728725104238804, 0.20027501880130416...
{"easy": "D", "medium": "A", "hard": "A"}
3steps_medium_no_92
Imagine transforming a triangle step by step. <shapeB_image> Follow these changes: - Shift the triangle significantly downward. <shapeB_step_0> - Shift the triangle slightly downward. <shapeB_step_1> - Shift the triangle a little to the right and slightly upward. <shapeB_step_2> After these transformatio...
B
[['translate', [0, -30]], ['translate', [0, -10]], ['translate', [10, 10]]]
medium
{"instance_id": 92, "shape_A": {"name": "rectangle", "facecolor": [0.6389386519459306, 0.019812963459045818, 0.13610150525261633], "edgecolor": "black", "center": [0, 0], "size": [34.42064791105295, 23.45189776614389]}, "shape_B": {"name": "triangle", "facecolor": [0.2616792305223372, 0.1727610819391796, 0.384894711160...
{"easy": "B", "medium": "B", "hard": "C"}
3steps_medium_no_71
Imagine transforming a triangle step by step. <shapeB_image> Follow these changes: - Reduce the size of the triangle, making it smaller. <shapeB_step_0> - Shift the triangle significantly upward. <shapeB_step_1> - Flip the triangle as if there's a mirror along the horizontal line y = 0. <shapeB_step_2> A...
B
[['scale', 0.5], ['translate', [0, 30]], ['flip', 'horizontal']]
medium
{"instance_id": 71, "shape_A": {"name": "rectangle", "facecolor": [0.6685933865999716, 0.17031118036261084, 0.8416981499364624], "edgecolor": "black", "center": [0, 0], "size": [31.291631774911167, 22.270540084960174]}, "shape_B": {"name": "triangle", "facecolor": [0.13994310582282132, 0.8592173405932472, 0.10140315000...
{"easy": "A", "medium": "B", "hard": "B"}
3steps_medium_no_111
Imagine transforming a pentagon step by step. <shapeB_image> Follow these changes: - Shift the pentagon a little to the right and significantly upward. <shapeB_step_0> - Reduce the size of the pentagon, making it smaller. <shapeB_step_1> - Rotate the pentagon by 60 degrees clockwise around its center. <shapeB...
B
[['translate', [10, 30]], ['scale', 0.5], ['rotate', -60]]
medium
{"instance_id": 111, "shape_A": {"name": "triangle", "facecolor": [0.28328339322839924, 0.5574572436137101, 0.3527011517311064], "edgecolor": "black", "center": [0, 0], "size": 33.028575696126}, "shape_B": {"name": "pentagon", "facecolor": [0.051055097029128915, 0.9695252732030296, 0.21224598367283332], "edgecolor": "b...
{"easy": "B", "medium": "B"}
3steps_medium_no_4
Imagine transforming a square step by step. <shapeB_image> Follow these changes: - Shift the square to the left by a significant amount and slightly downward. <shapeB_step_0> - Reduce the size of the square, making it smaller. <shapeB_step_1> - Flip the square as if there's a mirror along the vertical line x ...
A
[['translate', [-30, -10]], ['scale', 0.5], ['flip', 'vertical']]
medium
{"instance_id": 4, "shape_A": {"name": "triangle", "facecolor": [0.9541395926226761, 0.6267991790079878, 0.8874386829093233], "edgecolor": "black", "center": [0, 0], "size": 31.497330401220324}, "shape_B": {"name": "square", "facecolor": [0.623259400521998, 0.39748332388577345, 0.08031532057944901], "edgecolor": "black...
{"easy": "D", "medium": "A"}
3steps_medium_no_40
Imagine transforming a triangle step by step. <shapeB_image> Follow these changes: - Shift the triangle a little to the left and slightly downward. <shapeB_step_0> - Rotate the triangle by 60 degrees counter-clockwise around its center. <shapeB_step_1> - Reduce the size of the triangle, making it smaller. <sh...
C
[['translate', [-10, -10]], ['rotate', 60], ['scale', 0.5]]
medium
{"instance_id": 40, "shape_A": {"name": "pentagon", "facecolor": [0.020028373264683763, 0.9403551930677546, 0.102520730357612], "edgecolor": "black", "center": [0, 0], "size": 30.618214153237485}, "shape_B": {"name": "triangle", "facecolor": [0.8597228357033468, 0.2293344683214089, 0.8012853947386456], "edgecolor": "bl...
{"easy": "C", "medium": "C", "hard": "D"}
3steps_medium_no_51
Imagine transforming a square step by step. <shapeB_image> Follow these changes: - Shift the square to the left by a significant amount and slightly upward. <shapeB_step_0> - Reduce the size of the square, making it smaller. <shapeB_step_1> - Shift the square slightly upward. <shapeB_step_2> After these ...
D
[['translate', [-30, 10]], ['scale', 0.5], ['translate', [0, 10]]]
medium
{"instance_id": 51, "shape_A": {"name": "ellipse", "facecolor": [0.6712425594923082, 0.9631896083950368, 0.1880698147030062], "edgecolor": "black", "center": [0, 0], "size": [31.432585543544395, 20.44207999848012]}, "shape_B": {"name": "square", "facecolor": [0.01326906365722924, 0.8974081132116445, 0.6566100274250674]...
{"easy": "D", "medium": "D"}
3steps_medium_no_99
Imagine transforming a hexagon step by step. <shapeB_image> Follow these changes: - Shift the hexagon significantly upward. <shapeB_step_0> - Shift the hexagon a little to the left and significantly upward. <shapeB_step_1> - Flip the hexagon as if there's a mirror along the vertical line x = 0. <shapeB_step_2...
A
[['translate', [0, 30]], ['translate', [-10, 30]], ['flip', 'vertical']]
medium
{"instance_id": 99, "shape_A": {"name": "triangle", "facecolor": [0.15538395037811115, 0.8979262330379228, 0.530903047125134], "edgecolor": "black", "center": [0, 0], "size": 34.034318871531745}, "shape_B": {"name": "hexagon", "facecolor": [0.1934167251776503, 0.16764427154016615, 0.21340495155501005], "edgecolor": "bl...
{"easy": "A", "medium": "A", "hard": "A"}
3steps_medium_no_119
Imagine transforming a triangle step by step. <shapeB_image> Follow these changes: - Rotate the triangle by 30 degrees counter-clockwise around its center. <shapeB_step_0> - Shift the triangle to the left by a significant amount and significantly upward. <shapeB_step_1> - Shift the triangle a little to the le...
C
[['rotate', 30], ['translate', [-30, 30]], ['translate', [-10, 0]]]
medium
{"instance_id": 119, "shape_A": {"name": "rectangle", "facecolor": [0.8398348096199418, 0.8764427791618954, 0.7014692431343847], "edgecolor": "black", "center": [0, 0], "size": [34.24822105989614, 21.66208613025525]}, "shape_B": {"name": "triangle", "facecolor": [0.6917919264077007, 0.49956317176697185, 0.1022068579245...
{"easy": "D", "medium": "C", "hard": "B"}
3steps_medium_no_93
Imagine transforming a circle step by step. <shapeB_image> Follow these changes: - Shift the circle to the right by a significant amount and significantly upward. <shapeB_step_0> - Flip the circle as if there's a mirror along the horizontal line y = 0. <shapeB_step_1> - Flip the circle as if there's a mirror ...
C
[['translate', [30, 30]], ['flip', 'horizontal'], ['flip', 'horizontal']]
medium
{"instance_id": 93, "shape_A": {"name": "rectangle", "facecolor": [0.4254019801119574, 0.8829701848440143, 0.17379983330709814], "edgecolor": "black", "center": [0, 0], "size": [34.220411786245975, 24.614735790284964]}, "shape_B": {"name": "circle", "facecolor": [0.8304553365381635, 0.37455180260034426, 0.4231784099276...
{"easy": "B", "medium": "C", "hard": "B"}
3steps_medium_no_73
Imagine transforming a rectangle step by step. <shapeB_image> Follow these changes: - Shift the rectangle a little to the left and significantly downward. <shapeB_step_0> - Shift the rectangle to the right by a significant amount and slightly upward. <shapeB_step_1> - Flip the rectangle as if there's a mirror...
C
[['translate', [-10, -30]], ['translate', [30, 10]], ['flip', 'vertical']]
medium
{"instance_id": 73, "shape_A": {"name": "triangle", "facecolor": [0.5602165128801981, 0.0012224177671142922, 0.49041495457387874], "edgecolor": "black", "center": [0, 0], "size": 31.584942631209156}, "shape_B": {"name": "rectangle", "facecolor": [0.3733049777398598, 0.12443972406889059, 0.18890937916397166], "edgecolor...
{"easy": "A", "medium": "C", "hard": "B"}
3steps_medium_no_63
Imagine transforming a ellipse step by step. <shapeB_image> Follow these changes: - Reduce the size of the ellipse, making it smaller. <shapeB_step_0> - Rotate the ellipse by 90 degrees counter-clockwise around its center. <shapeB_step_1> - Shift the ellipse to the left by a significant amount and significant...
C
[['scale', 0.5], ['rotate', 90], ['translate', [-30, 30]]]
medium
{"instance_id": 63, "shape_A": {"name": "pentagon", "facecolor": [0.39633902490542516, 0.47417063642409796, 0.28660573448381255], "edgecolor": "black", "center": [0, 0], "size": 32.137487383689255}, "shape_B": {"name": "ellipse", "facecolor": [0.8578384736242334, 0.8632228054106582, 0.7878392535028546], "edgecolor": "b...
{"medium": "C", "hard": "D"}
3steps_medium_no_50
Imagine transforming a triangle step by step. <shapeB_image> Follow these changes: - Shift the triangle to the left by a significant amount and significantly upward. <shapeB_step_0> - Rotate the triangle by 90 degrees clockwise around its center. <shapeB_step_1> - Rotate the triangle by 60 degrees clockwise a...
D
[['translate', [-30, 30]], ['rotate', -90], ['rotate', -60]]
medium
{"instance_id": 50, "shape_A": {"name": "rectangle", "facecolor": [0.2015859168333669, 0.6076185126325355, 0.3344857409281464], "edgecolor": "black", "center": [0, 0], "size": [31.000713175526233, 22.85103487728918]}, "shape_B": {"name": "triangle", "facecolor": [0.3270580835486063, 0.26034184837812513, 0.1191676605527...
{"easy": "B", "medium": "D", "hard": "D"}
3steps_medium_no_106
Imagine transforming a triangle step by step. <shapeB_image> Follow these changes: - Reduce the size of the triangle, making it smaller. <shapeB_step_0> - Rotate the triangle by 30 degrees clockwise around its center. <shapeB_step_1> - Rotate the triangle by 90 degrees clockwise around its center. <shapeB_ste...
D
[['scale', 0.5], ['rotate', -30], ['rotate', -90]]
medium
{"instance_id": 106, "shape_A": {"name": "rectangle", "facecolor": [0.4092069533482112, 0.5522115578433922, 0.7770626560704289], "edgecolor": "black", "center": [0, 0], "size": [30.429619278662187, 23.519356892684694]}, "shape_B": {"name": "triangle", "facecolor": [0.2894660313680062, 0.9688223901783413, 0.220444450243...
{"easy": "D", "medium": "D", "hard": "B"}
3steps_medium_no_33
Imagine transforming a rectangle step by step. <shapeB_image> Follow these changes: - Rotate the rectangle by 90 degrees counter-clockwise around its center. <shapeB_step_0> - Shift the rectangle a little to the left and significantly upward. <shapeB_step_1> - Rotate the rectangle by 90 degrees counter-clockw...
A
[['rotate', 90], ['translate', [-10, 30]], ['rotate', 90]]
medium
{"instance_id": 33, "shape_A": {"name": "triangle", "facecolor": [0.1697176391933558, 0.2956081789841688, 0.06816183984367041], "edgecolor": "black", "center": [0, 0], "size": 31.81736055236322}, "shape_B": {"name": "rectangle", "facecolor": [0.8951348445353484, 0.4989122606375366, 0.454807857526233], "edgecolor": "bla...
{"easy": "A", "medium": "A", "hard": "C"}
3steps_medium_no_102
Imagine transforming a square step by step. <shapeB_image> Follow these changes: - Reduce the size of the square, making it smaller. <shapeB_step_0> - Rotate the square by 30 degrees counter-clockwise around its center. <shapeB_step_1> - Shift the square significantly upward. <shapeB_step_2> After these ...
D
[['scale', 0.5], ['rotate', 30], ['translate', [0, 30]]]
medium
{"instance_id": 102, "shape_A": {"name": "rectangle", "facecolor": [0.21567512763129615, 0.589386626549615, 0.22978524306588743], "edgecolor": "black", "center": [0, 0], "size": [30.953645942398293, 22.18823013967595]}, "shape_B": {"name": "square", "facecolor": [0.9416407479071305, 0.2418563816836904, 0.78779352562947...
{"easy": "A", "medium": "D"}
3steps_medium_no_107
Imagine transforming a square step by step. <shapeB_image> Follow these changes: - Shift the square slightly upward. <shapeB_step_0> - Shift the square a little to the right and significantly downward. <shapeB_step_1> - Reduce the size of the square, making it smaller. <shapeB_step_2> After these transfo...
C
[['translate', [0, 10]], ['translate', [10, -30]], ['scale', 0.5]]
medium
{"instance_id": 107, "shape_A": {"name": "ellipse", "facecolor": [0.8945462388180654, 0.48160505233266193, 0.6089580460676322], "edgecolor": "black", "center": [0, 0], "size": [31.942905863234678, 21.695005894619882]}, "shape_B": {"name": "square", "facecolor": [0.8120701118411144, 0.5534081194790826, 0.663781427536076...
{"easy": "D", "medium": "C", "hard": "D"}
3steps_medium_no_75
Imagine transforming a circle step by step. <shapeB_image> Follow these changes: - Shift the circle to the left by a significant amount and significantly downward. <shapeB_step_0> - Reduce the size of the circle, making it smaller. <shapeB_step_1> - Flip the circle as if there's a mirror along the vertical li...
D
[['translate', [-30, -30]], ['scale', 0.5], ['flip', 'vertical']]
medium
{"instance_id": 75, "shape_A": {"name": "pentagon", "facecolor": [0.45674633042636925, 0.8316691933719237, 0.673254121332858], "edgecolor": "black", "center": [0, 0], "size": 32.716633341796395}, "shape_B": {"name": "circle", "facecolor": [0.6121864319207463, 0.003358688325866832, 0.5210922775547003], "edgecolor": "bla...
{"easy": "D", "medium": "D", "hard": "B"}
3steps_hard_no_33
Imagine transforming a rectangle step by step. <shapeB_image> Follow these changes: - Rotate the rectangle by 90 degrees counter-clockwise around its center. <shapeB_step_0> - Shift the rectangle a little to the left and significantly upward. <shapeB_step_1> - Rotate the rectangle by 90 degrees counter-clockw...
C
[['rotate', 90], ['translate', [-10, 30]], ['rotate', 90]]
hard
{"instance_id": 33, "shape_A": {"name": "triangle", "facecolor": [0.1697176391933558, 0.2956081789841688, 0.06816183984367041], "edgecolor": "black", "center": [0, 0], "size": 31.81736055236322}, "shape_B": {"name": "rectangle", "facecolor": [0.8951348445353484, 0.4989122606375366, 0.454807857526233], "edgecolor": "bla...
{"easy": "A", "medium": "A", "hard": "C"}
3steps_hard_no_95
Imagine transforming a square step by step. <shapeB_image> Follow these changes: - Shift the square to the right by a significant amount and slightly upward. <shapeB_step_0> - Reduce the size of the square, making it smaller. <shapeB_step_1> - Rotate the square by 60 degrees clockwise around its center. <shap...
C
[['translate', [30, 10]], ['scale', 0.5], ['rotate', -60]]
hard
{"instance_id": 95, "shape_A": {"name": "rectangle", "facecolor": [0.5173018026860433, 0.28752210418112745, 0.24449381052509633], "edgecolor": "black", "center": [0, 0], "size": [31.6673176394425, 24.83419011557521]}, "shape_B": {"name": "square", "facecolor": [0.07134484223414217, 0.41127210677110504, 0.75587616301602...
{"easy": "B", "medium": "A", "hard": "C"}