diff --git a/Gen_Guided_Und/2D_Spatial/2d_spatial.json b/Gen_Guided_Und/2D_Spatial/2d_spatial.json new file mode 100644 index 0000000000000000000000000000000000000000..d77570ae859f9814d2bca1fe4a174c7ef535d5b0 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/2d_spatial.json @@ -0,0 +1,15108 @@ +[ + { + "image_path": "matrices/matrix_3x3_01.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees clockwise to find the row and column of the number 46. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(2, 1)", + "C": "(1, 2)", + "D": "(2, 3)", + "E": "(3, 1)", + "F": "(3, 3)", + "G": "(3, 2)", + "B": "(1, 3)" + }, + "answer": "B", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 3 rows by 3 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 2, column 1 equal to 36?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 3, column 1 equal to 43?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 1, column 1 equal to 20?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 20?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 46?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 43?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 17?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the right of 7 equal to 8?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 2, column 3 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 46?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_3x3_02.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees clockwise to find the row and column of the number 6. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(1, 2)", + "B": "(2, 1)", + "C": "(2, 3)", + "D": "(3, 2)", + "F": "(1, 3)", + "G": "(2, 2)", + "E": "(3, 3)" + }, + "answer": "E", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 3 rows by 3 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 2, column 3 equal to 4?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 1, column 2 equal to 41?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 2, column 1 equal to 1?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 3?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 17?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 22?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 6?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the above of 6 equal to 4?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 3, column 1 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 6?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_3x3_03.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees counterclockwise to find the row and column of the number 36. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(2, 3)", + "B": "(1, 2)", + "C": "(1, 1)", + "D": "(1, 3)", + "E": "(3, 1)", + "G": "(3, 3)", + "F": "(2, 2)" + }, + "answer": "F", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 3 rows by 3 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 2, column 3 equal to 9?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 1, column 1 equal to 24?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 3, column 2 equal to 38?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 24?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 49?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 35?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 28?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the below of 36 equal to 38?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 2, column 1 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 36?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_3x3_04.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees counterclockwise to find the row and column of the number 2. (Choose from A, B, C, D, E, F, G)", + "options": { + "B": "(2, 2)", + "C": "(3, 1)", + "D": "(1, 3)", + "E": "(3, 3)", + "F": "(1, 2)", + "G": "(3, 2)", + "A": "(1, 1)" + }, + "answer": "A", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 3 rows by 3 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 1, column 3 equal to 18?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 2, column 1 equal to 27?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 3, column 2 equal to 50?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 2?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 18?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 12?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 43?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the left of 43 equal to 50?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 3, column 3 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 2?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_3x3_05.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees clockwise to find the row and column of the number 23. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(1, 2)", + "B": "(2, 1)", + "C": "(3, 2)", + "D": "(2, 2)", + "E": "(3, 1)", + "F": "(2, 3)", + "G": "(1, 1)" + }, + "answer": "G", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 3 rows by 3 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 1, column 1 equal to 23?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 2, column 1 equal to 18?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 1, column 2 equal to 45?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 23?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 5?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 13?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 2?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the above of 26 equal to 5?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 1, column 3 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 23?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_3x3_06.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees counterclockwise to find the row and column of the number 49. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(3, 3)", + "B": "(2, 1)", + "C": "(3, 1)", + "D": "(1, 1)", + "E": "(1, 3)", + "G": "(2, 3)", + "F": "(3, 2)" + }, + "answer": "F", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 3 rows by 3 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 2, column 1 equal to 33?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 1, column 1 equal to 50?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 3, column 3 equal to 23?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 50?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 39?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 8?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 23?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the below of 28 equal to 23?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 3, column 3 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 49?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_3x3_07.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees counterclockwise to find the row and column of the number 33. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(3, 1)", + "C": "(1, 2)", + "D": "(3, 3)", + "E": "(2, 1)", + "F": "(1, 1)", + "G": "(1, 3)", + "B": "(2, 3)" + }, + "answer": "B", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 3 rows by 3 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 1, column 3 equal to 44?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 3, column 3 equal to 20?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 1, column 2 equal to 8?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 40?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 44?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 43?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 20?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the right of 22 equal to 50?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 2, column 3 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 33?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_3x3_08.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees counterclockwise to find the row and column of the number 38. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(3, 1)", + "B": "(1, 3)", + "C": "(1, 2)", + "D": "(3, 2)", + "F": "(3, 3)", + "G": "(2, 2)", + "E": "(2, 1)" + }, + "answer": "E", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 3 rows by 3 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 3, column 1 equal to 39?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 2, column 1 equal to 38?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 2, column 3 equal to 36?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 28?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 26?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 39?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 1?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the above of 38 equal to 28?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 3, column 3 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 38?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_3x3_09.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees clockwise to find the row and column of the number 6. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(3, 3)", + "B": "(1, 1)", + "C": "(2, 1)", + "E": "(2, 2)", + "F": "(2, 3)", + "G": "(3, 2)", + "D": "(1, 3)" + }, + "answer": "D", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 3 rows by 3 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 1, column 3 equal to 6?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 2, column 2 equal to 20?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 2, column 3 equal to 49?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 13?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 6?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 2?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 16?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the below of 44 equal to 20?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 2, column 2 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 6?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_3x3_10.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees clockwise to find the row and column of the number 12. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(3, 3)", + "B": "(3, 2)", + "C": "(3, 1)", + "E": "(2, 3)", + "F": "(1, 3)", + "G": "(1, 2)", + "D": "(1, 1)" + }, + "answer": "D", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 3 rows by 3 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 1, column 1 equal to 12?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 1, column 3 equal to 28?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 3, column 1 equal to 42?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 12?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 28?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 42?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 16?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the right of 7 equal to 1?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 2, column 1 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 12?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_3x3_11.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees clockwise to find the row and column of the number 41. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(1, 3)", + "B": "(2, 2)", + "C": "(1, 1)", + "D": "(3, 2)", + "F": "(2, 3)", + "G": "(3, 3)", + "E": "(2, 1)" + }, + "answer": "E", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 3 rows by 3 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 2, column 3 equal to 29?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 1, column 3 equal to 36?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 2, column 1 equal to 41?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 16?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 36?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 18?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 11?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the above of 29 equal to 36?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 3, column 3 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 41?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_3x3_12.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees clockwise to find the row and column of the number 45. (Choose from A, B, C, D, E, F, G)", + "options": { + "B": "(1, 1)", + "C": "(2, 3)", + "D": "(2, 1)", + "E": "(1, 2)", + "F": "(3, 3)", + "G": "(3, 2)", + "A": "(2, 2)" + }, + "answer": "A", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 3 rows by 3 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 3, column 3 equal to 14?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 2, column 2 equal to 45?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 1, column 2 equal to 49?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 15?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 27?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 9?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 14?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the right of 25 equal to 14?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 3, column 1 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 45?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_3x3_13.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees clockwise to find the row and column of the number 20. (Choose from A, B, C, D, E, F, G)", + "options": { + "B": "(1, 1)", + "C": "(3, 1)", + "D": "(1, 3)", + "E": "(2, 1)", + "F": "(3, 3)", + "G": "(2, 2)", + "A": "(3, 2)" + }, + "answer": "A", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 3 rows by 3 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 3, column 3 equal to 23?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 1, column 2 equal to 15?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 1, column 1 equal to 32?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 32?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 39?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 25?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 23?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the left of 23 equal to 20?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 3, column 3 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 20?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_3x3_14.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees clockwise to find the row and column of the number 48. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(1, 3)", + "B": "(1, 1)", + "C": "(2, 2)", + "E": "(3, 2)", + "F": "(2, 1)", + "G": "(1, 2)", + "D": "(2, 3)" + }, + "answer": "D", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 3 rows by 3 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 1, column 1 equal to 2?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 3, column 2 equal to 26?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 1, column 2 equal to 37?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 2?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 6?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 40?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 43?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the above of 26 equal to 38?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 1, column 2 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 48?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_3x4_01.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees clockwise to find the row and column of the number 22. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(4, 2)", + "C": "(2, 2)", + "D": "(4, 3)", + "E": "(4, 1)", + "F": "(1, 1)", + "G": "(1, 2)", + "B": "(1, 3)" + }, + "answer": "B", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 4 rows by 3 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 2, column 1 equal to 35?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 3, column 3 equal to 25?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 3, column 1 equal to 4?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 2?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 22?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 23?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 18?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the right of 31 equal to 18?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 3, column 1 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 22?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_3x4_02.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees clockwise to find the row and column of the number 37. (Choose from A, B, C, D, E, F, G)", + "options": { + "B": "(3, 3)", + "C": "(1, 1)", + "D": "(1, 2)", + "E": "(4, 2)", + "F": "(3, 1)", + "G": "(2, 3)", + "A": "(2, 1)" + }, + "answer": "A", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 4 rows by 3 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 2, column 3 equal to 41?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 1, column 2 equal to 24?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 4, column 1 equal to 43?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 14?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 49?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 43?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 11?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the left of 49 equal to 24?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 2, column 1 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 37?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_3x4_03.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees clockwise to find the row and column of the number 20. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(3, 3)", + "B": "(1, 1)", + "C": "(2, 2)", + "D": "(3, 2)", + "E": "(1, 2)", + "F": "(1, 3)", + "G": "(2, 1)" + }, + "answer": "G", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 4 rows by 3 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 4, column 3 equal to 23?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 4, column 2 equal to 39?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 2, column 2 equal to 37?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 44?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 24?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 7?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 23?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the below of 3 equal to 37?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 3, column 2 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 20?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_3x4_04.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees counterclockwise to find the row and column of the number 47. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(4, 3)", + "B": "(3, 3)", + "C": "(2, 3)", + "D": "(2, 2)", + "F": "(4, 2)", + "G": "(3, 2)", + "E": "(1, 3)" + }, + "answer": "E", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 4 rows by 3 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 2, column 2 equal to 35?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 2, column 3 equal to 34?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 1, column 3 equal to 47?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 28?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 47?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 21?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 18?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the left of 30 equal to 21?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 2, column 3 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 47?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_3x4_05.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees counterclockwise to find the row and column of the number 43. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(3, 1)", + "B": "(1, 2)", + "C": "(2, 1)", + "D": "(2, 2)", + "E": "(3, 2)", + "F": "(4, 3)", + "G": "(3, 3)" + }, + "answer": "G", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 4 rows by 3 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 4, column 1 equal to 21?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 1, column 3 equal to 1?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 3, column 1 equal to 12?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 14?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 1?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 21?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 39?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the right of 14 equal to 18?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 1, column 1 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 43?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_3x4_06.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees clockwise to find the row and column of the number 31. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(4, 1)", + "C": "(4, 2)", + "D": "(3, 2)", + "E": "(3, 3)", + "F": "(2, 1)", + "G": "(3, 1)", + "B": "(2, 3)" + }, + "answer": "B", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 4 rows by 3 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 3, column 1 equal to 19?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 3, column 3 equal to 24?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 2, column 1 equal to 15?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 26?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 36?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 6?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 38?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the left of 45 equal to 6?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 2, column 1 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 31?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_3x4_07.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees counterclockwise to find the row and column of the number 18. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(3, 4)", + "B": "(1, 4)", + "C": "(3, 3)", + "D": "(2, 1)", + "E": "(1, 3)", + "F": "(2, 2)", + "G": "(1, 2)" + }, + "answer": "G", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 3 rows by 4 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 2, column 2 equal to 12?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 2, column 4 equal to 35?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 1, column 4 equal to 14?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 38?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 14?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 8?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 47?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the below of 38 equal to 49?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 3, column 2 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 18?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_3x4_08.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees clockwise to find the row and column of the number 7. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(1, 1)", + "B": "(3, 2)", + "C": "(2, 1)", + "D": "(2, 3)", + "F": "(2, 2)", + "G": "(3, 1)", + "E": "(1, 2)" + }, + "answer": "E", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 4 rows by 3 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 3, column 3 equal to 37?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 1, column 1 equal to 45?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 1, column 2 equal to 7?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 45?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 31?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 4?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 1?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the below of 36 equal to 4?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 1, column 1 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 7?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_3x4_09.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees clockwise to find the row and column of the number 46. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(2, 4)", + "B": "(2, 1)", + "C": "(1, 3)", + "D": "(3, 2)", + "E": "(3, 1)", + "F": "(3, 4)", + "G": "(2, 3)" + }, + "answer": "G", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 3 rows by 4 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 1, column 4 equal to 6?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 3, column 3 equal to 41?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 1, column 3 equal to 16?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 36?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 6?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 4?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 37?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the left of 6 equal to 16?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 2, column 3 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 46?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_3x4_10.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees clockwise to find the row and column of the number 49. (Choose from A, B, C, D, E, F, G)", + "options": { + "B": "(3, 3)", + "C": "(1, 1)", + "D": "(3, 2)", + "E": "(2, 3)", + "F": "(1, 2)", + "G": "(4, 2)", + "A": "(1, 3)" + }, + "answer": "A", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 4 rows by 3 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 3, column 1 equal to 36?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 2, column 1 equal to 12?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 3, column 3 equal to 41?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 16?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 49?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 5?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 50?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the left of 49 equal to 17?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 1, column 3 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 49?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_3x4_11.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees counterclockwise to find the row and column of the number 17. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(2, 1)", + "B": "(1, 1)", + "C": "(2, 3)", + "D": "(3, 3)", + "E": "(4, 2)", + "G": "(2, 2)", + "F": "(1, 3)" + }, + "answer": "F", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 4 rows by 3 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 1, column 3 equal to 17?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 1, column 2 equal to 13?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 4, column 3 equal to 43?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 15?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 17?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 49?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 43?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the above of 8 equal to 28?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 3, column 2 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 17?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_3x4_12.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees clockwise to find the row and column of the number 2. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(2, 2)", + "B": "(2, 3)", + "C": "(4, 3)", + "D": "(1, 2)", + "E": "(2, 1)", + "G": "(4, 2)", + "F": "(1, 1)" + }, + "answer": "F", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 4 rows by 3 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 3, column 2 equal to 48?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 2, column 3 equal to 6?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 2, column 2 equal to 21?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 2?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 29?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 37?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 3?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the below of 6 equal to 39?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 1, column 3 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 2?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_3x4_13.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees counterclockwise to find the row and column of the number 45. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(1, 1)", + "C": "(3, 2)", + "D": "(2, 3)", + "E": "(2, 2)", + "F": "(3, 3)", + "G": "(4, 1)", + "B": "(1, 3)" + }, + "answer": "B", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 4 rows by 3 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 4, column 1 equal to 41?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 4, column 3 equal to 7?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 1, column 1 equal to 31?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 31?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 45?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 41?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 7?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the above of 32 equal to 6?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 2, column 2 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 45?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_3x4_14.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees clockwise to find the row and column of the number 32. (Choose from A, B, C, D, E, F, G)", + "options": { + "B": "(2, 1)", + "C": "(2, 2)", + "D": "(3, 1)", + "E": "(1, 2)", + "F": "(1, 4)", + "G": "(3, 3)", + "A": "(1, 1)" + }, + "answer": "A", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 3 rows by 4 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 2, column 4 equal to 30?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 3, column 1 equal to 35?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 1, column 4 equal to 34?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 32?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 34?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 35?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 33?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the right of 27 equal to 30?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 1, column 1 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 32?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_4x3_01.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees counterclockwise to find the row and column of the number 1. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(3, 3)", + "C": "(2, 2)", + "D": "(4, 3)", + "E": "(2, 1)", + "F": "(4, 1)", + "G": "(3, 1)", + "B": "(3, 2)" + }, + "answer": "B", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 4 rows by 3 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 4, column 3 equal to 46?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 4, column 1 equal to 20?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 3, column 3 equal to 36?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 41?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 8?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 20?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 46?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the right of 11 equal to 46?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 4, column 1 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 1?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_4x3_02.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees counterclockwise to find the row and column of the number 22. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(2, 3)", + "B": "(4, 2)", + "D": "(4, 3)", + "E": "(2, 2)", + "F": "(3, 3)", + "G": "(1, 3)", + "C": "(2, 1)" + }, + "answer": "C", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 4 rows by 3 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 1, column 1 equal to 1?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 3, column 1 equal to 5?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 4, column 1 equal to 39?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 1?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 47?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 39?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 25?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the right of 13 equal to 25?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 4, column 3 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 22?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_4x3_03.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees clockwise to find the row and column of the number 49. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(2, 2)", + "B": "(1, 1)", + "D": "(1, 3)", + "E": "(3, 4)", + "F": "(3, 1)", + "G": "(1, 2)", + "C": "(2, 1)" + }, + "answer": "C", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 3 rows by 4 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 1, column 1 equal to 3?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 3, column 1 equal to 31?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 1, column 2 equal to 25?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 3?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 30?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 31?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 13?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the right of 49 equal to 15?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 2, column 4 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 49?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_4x3_04.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees clockwise to find the row and column of the number 22. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(2, 3)", + "B": "(1, 3)", + "C": "(3, 2)", + "D": "(1, 2)", + "E": "(2, 4)", + "F": "(3, 3)", + "G": "(1, 4)" + }, + "answer": "G", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 3 rows by 4 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 2, column 1 equal to 30?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 2, column 4 equal to 17?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 3, column 3 equal to 42?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 1?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 22?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 34?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 31?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the below of 1 equal to 30?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 1, column 4 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 22?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_4x3_05.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees counterclockwise to find the row and column of the number 28. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(1, 1)", + "B": "(2, 4)", + "D": "(3, 4)", + "E": "(1, 4)", + "F": "(2, 3)", + "G": "(2, 2)", + "C": "(1, 2)" + }, + "answer": "C", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 3 rows by 4 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 2, column 4 equal to 41?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 3, column 3 equal to 6?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 2, column 2 equal to 7?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 43?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 16?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 11?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 44?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the above of 44 equal to 41?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 2, column 2 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 28?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_4x3_06.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees counterclockwise to find the row and column of the number 11. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(2, 3)", + "B": "(1, 1)", + "C": "(3, 2)", + "D": "(2, 2)", + "E": "(4, 3)", + "G": "(4, 2)", + "F": "(3, 3)" + }, + "answer": "F", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 4 rows by 3 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 1, column 2 equal to 32?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 3, column 3 equal to 11?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 1, column 1 equal to 38?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 38?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 16?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 12?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 37?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the below of 38 equal to 49?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 2, column 1 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 11?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_4x3_07.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees clockwise to find the row and column of the number 23. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(4, 1)", + "B": "(3, 3)", + "C": "(1, 3)", + "D": "(2, 3)", + "F": "(2, 2)", + "G": "(3, 1)", + "E": "(4, 3)" + }, + "answer": "E", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 4 rows by 3 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 3, column 3 equal to 41?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 1, column 3 equal to 13?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 4, column 2 equal to 38?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 31?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 13?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 20?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 23?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the above of 38 equal to 28?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 1, column 3 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 23?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_4x3_08.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees counterclockwise to find the row and column of the number 50. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(3, 1)", + "B": "(3, 2)", + "C": "(3, 3)", + "E": "(1, 3)", + "F": "(1, 1)", + "G": "(2, 2)", + "D": "(1, 2)" + }, + "answer": "D", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 3 rows by 4 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 2, column 3 equal to 46?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 1, column 4 equal to 17?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 3, column 1 equal to 39?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 32?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 17?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 39?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 13?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the above of 13 equal to 40?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 1, column 1 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 50?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_4x3_09.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees counterclockwise to find the row and column of the number 11. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(3, 2)", + "B": "(1, 2)", + "C": "(2, 3)", + "D": "(3, 1)", + "E": "(3, 3)", + "G": "(2, 4)", + "F": "(2, 1)" + }, + "answer": "F", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 3 rows by 4 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 2, column 2 equal to 34?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 2, column 4 equal to 27?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 3, column 2 equal to 33?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 18?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 48?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 17?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 12?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the right of 34 equal to 9?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 2, column 4 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 11?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_4x3_10.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees counterclockwise to find the row and column of the number 30. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(2, 2)", + "B": "(4, 2)", + "C": "(4, 1)", + "D": "(2, 3)", + "E": "(1, 1)", + "G": "(1, 2)", + "F": "(3, 2)" + }, + "answer": "F", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 4 rows by 3 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 4, column 1 equal to 35?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 1, column 3 equal to 25?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 3, column 1 equal to 24?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 7?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 25?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 35?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 1?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the left of 30 equal to 24?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 2, column 2 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 30?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_4x3_11.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees counterclockwise to find the row and column of the number 3. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(2, 1)", + "B": "(3, 1)", + "C": "(3, 2)", + "D": "(2, 4)", + "E": "(2, 3)", + "F": "(3, 3)", + "G": "(2, 2)" + }, + "answer": "G", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 3 rows by 4 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 3, column 3 equal to 20?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 1, column 3 equal to 48?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 1, column 2 equal to 46?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 8?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 35?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 42?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 7?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the above of 42 equal to 27?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 2, column 2 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 3?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_4x3_12.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees clockwise to find the row and column of the number 27. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(1, 3)", + "B": "(3, 3)", + "D": "(1, 4)", + "E": "(1, 1)", + "F": "(2, 2)", + "G": "(3, 1)", + "C": "(3, 4)" + }, + "answer": "C", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 3 rows by 4 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 2, column 2 equal to 14?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 1, column 3 equal to 18?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 3, column 1 equal to 44?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 42?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 32?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 44?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 27?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the left of 14 equal to 16?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 3, column 1 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 27?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_4x3_13.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees clockwise to find the row and column of the number 22. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(2, 3)", + "B": "(1, 3)", + "C": "(2, 1)", + "D": "(3, 4)", + "E": "(2, 2)", + "G": "(1, 4)", + "F": "(3, 3)" + }, + "answer": "F", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 3 rows by 4 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 3, column 4 equal to 39?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 2, column 4 equal to 41?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 2, column 3 equal to 4?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 14?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 42?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 36?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 39?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the right of 37 equal to 22?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 3, column 2 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 22?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_4x3_14.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees counterclockwise to find the row and column of the number 23. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(3, 2)", + "B": "(1, 3)", + "C": "(3, 1)", + "D": "(4, 1)", + "F": "(1, 1)", + "G": "(1, 2)", + "E": "(2, 3)" + }, + "answer": "E", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 4 rows by 3 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 1, column 3 equal to 21?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 2, column 2 equal to 16?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 3, column 2 equal to 9?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 50?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 21?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 43?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 12?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the right of 1 equal to 9?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 3, column 1 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 23?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_4x4_01.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees counterclockwise to find the row and column of the number 26. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(4, 4)", + "B": "(3, 3)", + "C": "(4, 3)", + "D": "(1, 3)", + "F": "(2, 3)", + "G": "(1, 2)", + "E": "(1, 4)" + }, + "answer": "E", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 4 rows by 4 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 4, column 3 equal to 33?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 3, column 2 equal to 34?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 1, column 3 equal to 28?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 32?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 26?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 40?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 29?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the below of 43 equal to 33?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 2, column 3 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 26?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_4x4_02.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees counterclockwise to find the row and column of the number 22. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(2, 3)", + "B": "(4, 1)", + "D": "(2, 4)", + "E": "(4, 4)", + "F": "(1, 2)", + "G": "(4, 3)", + "C": "(1, 4)" + }, + "answer": "C", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 4 rows by 4 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 3, column 2 equal to 45?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 2, column 1 equal to 39?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 3, column 3 equal to 36?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 28?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 22?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 30?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 29?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the above of 45 equal to 8?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 2, column 4 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 22?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_4x4_03.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees clockwise to find the row and column of the number 42. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(4, 4)", + "C": "(2, 2)", + "D": "(3, 3)", + "E": "(4, 1)", + "F": "(4, 3)", + "G": "(1, 1)", + "B": "(2, 1)" + }, + "answer": "B", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 4 rows by 4 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 3, column 1 equal to 9?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 1, column 3 equal to 22?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 1, column 1 equal to 27?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 27?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 39?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 48?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 5?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the below of 9 equal to 48?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 3, column 4 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 42?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_4x4_04.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees counterclockwise to find the row and column of the number 47. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(2, 3)", + "B": "(4, 3)", + "C": "(3, 4)", + "D": "(4, 4)", + "F": "(1, 1)", + "G": "(1, 3)", + "E": "(2, 2)" + }, + "answer": "E", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 4 rows by 4 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 4, column 1 equal to 36?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 1, column 3 equal to 44?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 3, column 2 equal to 18?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 12?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 2?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 36?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 15?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the below of 44 equal to 28?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 3, column 3 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 47?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_4x4_05.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees counterclockwise to find the row and column of the number 25. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(3, 3)", + "B": "(2, 1)", + "C": "(1, 2)", + "D": "(2, 3)", + "F": "(4, 4)", + "G": "(2, 4)", + "E": "(3, 4)" + }, + "answer": "E", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 4 rows by 4 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 4, column 3 equal to 48?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 1, column 2 equal to 4?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 1, column 3 equal to 50?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 10?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 37?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 14?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 6?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the above of 34 equal to 30?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 1, column 3 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 25?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_4x4_06.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees counterclockwise to find the row and column of the number 49. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(1, 3)", + "B": "(3, 4)", + "C": "(1, 4)", + "D": "(4, 4)", + "F": "(2, 1)", + "G": "(4, 2)", + "E": "(3, 1)" + }, + "answer": "E", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 4 rows by 4 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 3, column 1 equal to 49?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 1, column 4 equal to 4?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 2, column 3 equal to 34?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 8?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 4?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 14?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 3?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the right of 20 equal to 4?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 1, column 1 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 49?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_4x4_07.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees counterclockwise to find the row and column of the number 3. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(4, 1)", + "C": "(4, 3)", + "D": "(2, 4)", + "E": "(2, 2)", + "F": "(3, 4)", + "G": "(3, 3)", + "B": "(1, 3)" + }, + "answer": "B", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 4 rows by 4 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 4, column 4 equal to 28?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 3, column 3 equal to 5?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 1, column 4 equal to 41?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 35?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 41?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 12?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 28?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the below of 41 equal to 30?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 1, column 2 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 3?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_4x4_08.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees clockwise to find the row and column of the number 7. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(4, 2)", + "B": "(1, 2)", + "C": "(3, 2)", + "E": "(1, 3)", + "F": "(4, 4)", + "G": "(3, 4)", + "D": "(2, 2)" + }, + "answer": "D", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 4 rows by 4 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 4, column 2 equal to 6?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 2, column 1 equal to 45?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 3, column 2 equal to 28?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 24?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 22?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 40?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 46?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the above of 20 equal to 22?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 1, column 1 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 7?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_4x4_09.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees clockwise to find the row and column of the number 45. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(2, 1)", + "B": "(4, 3)", + "C": "(3, 1)", + "D": "(1, 3)", + "F": "(4, 1)", + "G": "(1, 2)", + "E": "(2, 2)" + }, + "answer": "E", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 4 rows by 4 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 1, column 1 equal to 29?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 2, column 3 equal to 39?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 2, column 4 equal to 12?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 29?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 49?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 16?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 47?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the left of 32 equal to 30?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 2, column 4 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 45?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_4x4_10.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees clockwise to find the row and column of the number 25. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(3, 3)", + "B": "(1, 4)", + "C": "(1, 1)", + "E": "(3, 1)", + "F": "(2, 3)", + "G": "(3, 2)", + "D": "(1, 3)" + }, + "answer": "D", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 4 rows by 4 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 3, column 1 equal to 5?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 3, column 2 equal to 19?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 1, column 3 equal to 25?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 47?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 33?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 3?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 20?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the right of 19 equal to 24?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 2, column 2 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 25?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_4x4_11.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees clockwise to find the row and column of the number 43. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(4, 1)", + "B": "(4, 3)", + "C": "(3, 4)", + "E": "(2, 3)", + "F": "(1, 3)", + "G": "(4, 2)", + "D": "(1, 2)" + }, + "answer": "D", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 4 rows by 4 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 2, column 3 equal to 29?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 2, column 2 equal to 40?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 1, column 4 equal to 33?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 39?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 33?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 27?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 3?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the above of 40 equal to 43?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 1, column 3 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 43?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_4x4_12.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees counterclockwise to find the row and column of the number 23. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(3, 2)", + "B": "(4, 1)", + "C": "(3, 4)", + "E": "(4, 3)", + "F": "(4, 4)", + "G": "(1, 2)", + "D": "(2, 3)" + }, + "answer": "D", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 4 rows by 4 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 3, column 1 equal to 49?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 3, column 2 equal to 38?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 4, column 2 equal to 39?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 25?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 9?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 10?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 47?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the left of 45 equal to 40?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 2, column 2 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 23?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_4x4_13.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees clockwise to find the row and column of the number 5. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(4, 1)", + "B": "(1, 3)", + "D": "(4, 4)", + "E": "(3, 3)", + "F": "(4, 2)", + "G": "(2, 4)", + "C": "(2, 2)" + }, + "answer": "C", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 4 rows by 4 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 3, column 3 equal to 15?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 1, column 1 equal to 33?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 3, column 1 equal to 34?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 33?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 20?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 3?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 22?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the above of 35 equal to 33?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 1, column 4 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 5?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_4x4_14.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees clockwise to find the row and column of the number 31. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(1, 4)", + "B": "(3, 3)", + "C": "(2, 1)", + "E": "(3, 2)", + "F": "(2, 4)", + "G": "(4, 4)", + "D": "(1, 3)" + }, + "answer": "D", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 4 rows by 4 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 4, column 2 equal to 40?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 2, column 1 equal to 16?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 1, column 2 equal to 15?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 29?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 30?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 44?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 13?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the left of 31 equal to 15?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 1, column 3 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 31?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_4x5_01.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees clockwise to find the row and column of the number 46. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(3, 3)", + "B": "(2, 1)", + "C": "(1, 2)", + "D": "(2, 3)", + "F": "(4, 3)", + "G": "(3, 2)", + "E": "(4, 2)" + }, + "answer": "E", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 4 rows by 5 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 3, column 5 equal to 8?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 1, column 1 equal to 14?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 1, column 2 equal to 2?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 14?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 15?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 34?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 24?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the above of 46 equal to 11?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 4, column 2 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 46?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_4x5_02.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees clockwise to find the row and column of the number 6. (Choose from A, B, C, D, E, F, G)", + "options": { + "B": "(1, 2)", + "C": "(1, 4)", + "D": "(3, 3)", + "E": "(3, 2)", + "F": "(2, 4)", + "G": "(2, 3)", + "A": "(4, 3)" + }, + "answer": "A", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 5 rows by 4 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 2, column 2 equal to 29?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 1, column 2 equal to 40?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 1, column 1 equal to 31?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 31?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 25?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 10?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 50?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the right of 31 equal to 40?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 3, column 3 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 6?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_4x5_03.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees counterclockwise to find the row and column of the number 41. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(2, 2)", + "B": "(4, 1)", + "C": "(1, 2)", + "D": "(5, 4)", + "E": "(4, 2)", + "G": "(5, 1)", + "F": "(2, 1)" + }, + "answer": "F", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 5 rows by 4 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 3, column 2 equal to 10?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 3, column 1 equal to 2?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 1, column 2 equal to 28?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 33?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 31?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 39?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 12?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the below of 16 equal to 37?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 4, column 1 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 41?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_4x5_04.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees counterclockwise to find the row and column of the number 22. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(1, 2)", + "B": "(5, 4)", + "C": "(2, 4)", + "D": "(3, 4)", + "F": "(3, 3)", + "G": "(3, 2)", + "E": "(1, 3)" + }, + "answer": "E", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 5 rows by 4 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 3, column 3 equal to 3?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 2, column 1 equal to 5?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 4, column 4 equal to 7?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 44?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 47?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 10?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 38?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the left of 9 equal to 12?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 4, column 2 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 22?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_4x5_05.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees counterclockwise to find the row and column of the number 36. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(4, 3)", + "B": "(3, 4)", + "C": "(2, 3)", + "D": "(1, 3)", + "F": "(4, 4)", + "G": "(3, 3)", + "E": "(1, 1)" + }, + "answer": "E", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 5 rows by 4 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 1, column 3 equal to 18?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 2, column 4 equal to 23?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 1, column 1 equal to 36?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 36?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 19?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 34?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 22?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the above of 34 equal to 6?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 4, column 1 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 36?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_4x5_06.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees counterclockwise to find the row and column of the number 3. (Choose from A, B, C, D, E, F, G)", + "options": { + "B": "(2, 3)", + "C": "(4, 4)", + "D": "(1, 1)", + "E": "(3, 3)", + "F": "(3, 2)", + "G": "(2, 5)", + "A": "(3, 5)" + }, + "answer": "A", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 4 rows by 5 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 1, column 2 equal to 46?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 2, column 5 equal to 4?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 3, column 2 equal to 28?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 34?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 50?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 48?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 11?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the above of 48 equal to 18?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 4, column 4 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 3?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_4x5_07.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees clockwise to find the row and column of the number 12. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(1, 3)", + "B": "(1, 2)", + "C": "(5, 1)", + "E": "(3, 3)", + "F": "(5, 4)", + "G": "(2, 4)", + "D": "(2, 3)" + }, + "answer": "D", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 5 rows by 4 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 4, column 2 equal to 24?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 4, column 4 equal to 25?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 2, column 4 equal to 17?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 9?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 35?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 29?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 45?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the left of 21 equal to 37?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 3, column 4 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 12?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_4x5_08.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees clockwise to find the row and column of the number 8. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(5, 3)", + "B": "(3, 1)", + "C": "(4, 3)", + "D": "(3, 4)", + "E": "(4, 1)", + "G": "(5, 2)", + "F": "(5, 4)" + }, + "answer": "F", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 5 rows by 4 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 4, column 4 equal to 13?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 1, column 4 equal to 26?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 1, column 1 equal to 23?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 23?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 26?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 6?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 8?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the right of 11 equal to 8?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 1, column 3 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 8?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_4x5_09.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees clockwise to find the row and column of the number 26. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(5, 2)", + "B": "(1, 3)", + "D": "(2, 3)", + "E": "(3, 3)", + "F": "(2, 2)", + "G": "(5, 1)", + "C": "(1, 4)" + }, + "answer": "C", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 5 rows by 4 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 5, column 3 equal to 9?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 2, column 4 equal to 46?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 2, column 3 equal to 45?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 23?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 26?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 14?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 34?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the left of 31 equal to 5?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 1, column 2 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 26?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_4x5_10.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees counterclockwise to find the row and column of the number 36. (Choose from A, B, C, D, E, F, G)", + "options": { + "B": "(1, 1)", + "C": "(3, 1)", + "D": "(2, 3)", + "E": "(3, 3)", + "F": "(4, 2)", + "G": "(2, 4)", + "A": "(5, 4)" + }, + "answer": "A", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 5 rows by 4 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 4, column 1 equal to 2?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 3, column 4 equal to 13?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 3, column 1 equal to 3?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 37?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 6?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 38?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 36?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the below of 50 equal to 33?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 3, column 3 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 36?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_4x5_11.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees counterclockwise to find the row and column of the number 10. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(4, 4)", + "B": "(1, 2)", + "C": "(5, 3)", + "D": "(1, 4)", + "F": "(2, 4)", + "G": "(3, 3)", + "E": "(5, 2)" + }, + "answer": "E", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 5 rows by 4 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 5, column 2 equal to 10?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 3, column 2 equal to 14?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 3, column 1 equal to 23?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 21?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 44?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 46?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 5?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the left of 22 equal to 49?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 4, column 4 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 10?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_4x5_12.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees clockwise to find the row and column of the number 3. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(5, 4)", + "B": "(4, 3)", + "D": "(2, 4)", + "E": "(1, 1)", + "F": "(3, 4)", + "G": "(2, 3)", + "C": "(5, 1)" + }, + "answer": "C", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 5 rows by 4 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 1, column 2 equal to 13?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 4, column 3 equal to 37?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 1, column 4 equal to 4?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 38?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 4?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 3?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 27?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the left of 30 equal to 3?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 3, column 4 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 3?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_4x5_13.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees clockwise to find the row and column of the number 39. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(1, 5)", + "B": "(3, 4)", + "C": "(1, 4)", + "E": "(4, 2)", + "F": "(2, 2)", + "G": "(4, 5)", + "D": "(2, 1)" + }, + "answer": "D", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 4 rows by 5 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 2, column 4 equal to 36?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 3, column 1 equal to 4?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 3, column 3 equal to 3?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 33?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 19?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 24?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 7?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the above of 17 equal to 45?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 2, column 5 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 39?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_4x5_14.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees counterclockwise to find the row and column of the number 43. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(3, 3)", + "B": "(3, 1)", + "C": "(4, 3)", + "D": "(3, 2)", + "E": "(4, 2)", + "G": "(4, 4)", + "F": "(2, 1)" + }, + "answer": "F", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 4 rows by 5 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 3, column 3 equal to 9?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 2, column 1 equal to 43?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 3, column 1 equal to 31?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 20?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 21?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 3?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 39?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the below of 34 equal to 46?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 2, column 4 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 43?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_5x4_01.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees clockwise to find the row and column of the number 20. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(2, 4)", + "B": "(4, 5)", + "C": "(2, 3)", + "D": "(2, 2)", + "E": "(1, 5)", + "F": "(1, 1)", + "G": "(1, 4)" + }, + "answer": "G", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 4 rows by 5 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 3, column 5 equal to 27?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 3, column 3 equal to 17?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 3, column 4 equal to 41?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 11?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 44?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 48?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 38?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the right of 39 equal to 20?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 4, column 4 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 20?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_5x4_02.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees clockwise to find the row and column of the number 41. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(3, 1)", + "B": "(4, 2)", + "D": "(2, 1)", + "E": "(5, 4)", + "F": "(3, 2)", + "G": "(3, 3)", + "C": "(2, 3)" + }, + "answer": "C", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 5 rows by 4 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 5, column 1 equal to 31?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 4, column 1 equal to 14?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 2, column 2 equal to 12?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 20?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 22?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 31?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 27?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the above of 9 equal to 21?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 5, column 3 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 41?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_5x4_03.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees counterclockwise to find the row and column of the number 3. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(4, 3)", + "C": "(2, 4)", + "D": "(2, 2)", + "E": "(4, 4)", + "F": "(1, 2)", + "G": "(1, 3)", + "B": "(3, 4)" + }, + "answer": "B", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 4 rows by 5 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 2, column 2 equal to 37?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 4, column 4 equal to 46?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 3, column 2 equal to 8?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 18?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 24?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 23?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 40?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the left of 8 equal to 36?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 3, column 2 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 3?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_5x4_04.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees clockwise to find the row and column of the number 44. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(1, 3)", + "B": "(2, 4)", + "C": "(2, 3)", + "E": "(1, 2)", + "F": "(2, 5)", + "G": "(3, 2)", + "D": "(3, 3)" + }, + "answer": "D", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 4 rows by 5 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 4, column 5 equal to 41?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 1, column 4 equal to 48?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 1, column 1 equal to 47?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 47?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 43?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 25?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 41?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the right of 11 equal to 44?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 2, column 1 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 44?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_5x4_05.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees counterclockwise to find the row and column of the number 19. (Choose from A, B, C, D, E, F, G)", + "options": { + "B": "(2, 2)", + "C": "(1, 3)", + "D": "(3, 1)", + "E": "(3, 4)", + "F": "(4, 3)", + "G": "(3, 3)", + "A": "(4, 4)" + }, + "answer": "A", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 5 rows by 4 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 1, column 4 equal to 48?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 4, column 2 equal to 1?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 5, column 2 equal to 32?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 33?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 48?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 12?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 3?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the right of 1 equal to 50?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 1, column 3 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 19?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_5x4_06.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees counterclockwise to find the row and column of the number 50. (Choose from A, B, C, D, E, F, G)", + "options": { + "B": "(2, 5)", + "C": "(4, 2)", + "D": "(1, 1)", + "E": "(3, 3)", + "F": "(1, 4)", + "G": "(3, 1)", + "A": "(2, 3)" + }, + "answer": "A", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 4 rows by 5 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 4, column 1 equal to 12?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 3, column 2 equal to 33?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 2, column 5 equal to 36?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 26?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 15?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 12?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 17?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the above of 33 equal to 21?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 2, column 3 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 50?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_5x4_07.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees counterclockwise to find the row and column of the number 23. (Choose from A, B, C, D, E, F, G)", + "options": { + "B": "(2, 3)", + "C": "(1, 3)", + "D": "(4, 3)", + "E": "(4, 4)", + "F": "(2, 4)", + "G": "(2, 5)", + "A": "(1, 5)" + }, + "answer": "A", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 4 rows by 5 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 3, column 5 equal to 43?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 1, column 4 equal to 10?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 1, column 1 equal to 46?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 46?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 23?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 26?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 30?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the left of 10 equal to 15?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 4, column 3 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 23?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_5x4_08.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees clockwise to find the row and column of the number 5. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(1, 2)", + "B": "(1, 1)", + "D": "(3, 3)", + "E": "(4, 1)", + "F": "(4, 5)", + "G": "(3, 1)", + "C": "(1, 5)" + }, + "answer": "C", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 4 rows by 5 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 3, column 2 equal to 35?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 3, column 5 equal to 50?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 2, column 3 equal to 29?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 13?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 5?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 4?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 40?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the left of 11 equal to 13?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 3, column 3 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 5?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_5x4_09.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees clockwise to find the row and column of the number 9. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(4, 5)", + "C": "(1, 3)", + "D": "(1, 5)", + "E": "(4, 4)", + "F": "(3, 2)", + "G": "(1, 2)", + "B": "(4, 2)" + }, + "answer": "B", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 4 rows by 5 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 2, column 3 equal to 44?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 2, column 5 equal to 5?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 1, column 3 equal to 4?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 37?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 38?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 15?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 28?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the above of 24 equal to 37?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 4, column 5 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 9?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_5x4_10.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees clockwise to find the row and column of the number 46. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(2, 3)", + "B": "(1, 4)", + "C": "(1, 1)", + "D": "(2, 4)", + "F": "(3, 1)", + "G": "(1, 5)", + "E": "(1, 2)" + }, + "answer": "E", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 4 rows by 5 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 2, column 3 equal to 25?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 1, column 2 equal to 46?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 4, column 3 equal to 16?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 13?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 1?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 26?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 20?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the below of 30 equal to 44?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 4, column 2 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 46?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_5x4_11.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees counterclockwise to find the row and column of the number 19. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(4, 4)", + "B": "(2, 1)", + "C": "(1, 1)", + "D": "(3, 4)", + "E": "(4, 1)", + "F": "(4, 5)", + "G": "(4, 3)" + }, + "answer": "G", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 4 rows by 5 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 1, column 5 equal to 34?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 1, column 3 equal to 21?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 3, column 4 equal to 39?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 35?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 34?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 26?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 10?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the below of 4 equal to 14?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 4, column 5 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 19?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_5x4_12.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees clockwise to find the row and column of the number 48. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(3, 3)", + "B": "(4, 1)", + "C": "(1, 2)", + "D": "(3, 2)", + "E": "(1, 3)", + "F": "(2, 5)", + "G": "(2, 3)" + }, + "answer": "G", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 4 rows by 5 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 4, column 3 equal to 30?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 4, column 2 equal to 37?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 3, column 2 equal to 50?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 34?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 27?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 8?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 25?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the above of 49 equal to 48?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 1, column 5 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 48?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_5x4_13.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees counterclockwise to find the row and column of the number 13. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(4, 1)", + "B": "(3, 2)", + "C": "(2, 4)", + "D": "(5, 3)", + "E": "(3, 3)", + "F": "(2, 3)", + "G": "(4, 3)" + }, + "answer": "G", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 5 rows by 4 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 1, column 4 equal to 45?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 1, column 3 equal to 8?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 4, column 3 equal to 13?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 30?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 45?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 3?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 44?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the right of 49 equal to 39?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 3, column 3 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 13?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_5x4_14.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees counterclockwise to find the row and column of the number 27. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(4, 2)", + "B": "(2, 3)", + "D": "(3, 4)", + "E": "(1, 5)", + "F": "(4, 5)", + "G": "(3, 1)", + "C": "(3, 3)" + }, + "answer": "C", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 4 rows by 5 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 2, column 4 equal to 2?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 1, column 1 equal to 7?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 3, column 5 equal to 19?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 7?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 47?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 33?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 41?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the below of 7 equal to 30?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 1, column 3 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 27?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_5x5_01.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees clockwise to find the row and column of the number 2. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(5, 5)", + "B": "(5, 3)", + "C": "(4, 4)", + "D": "(4, 2)", + "F": "(1, 1)", + "G": "(5, 2)", + "E": "(1, 5)" + }, + "answer": "E", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 5 rows by 5 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 4, column 3 equal to 5?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 4, column 2 equal to 48?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 1, column 5 equal to 2?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 32?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 2?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 11?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 7?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the above of 35 equal to 32?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 4, column 4 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 2?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_5x5_02.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees counterclockwise to find the row and column of the number 12. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(5, 3)", + "B": "(1, 3)", + "C": "(5, 2)", + "E": "(1, 2)", + "F": "(5, 4)", + "G": "(5, 5)", + "D": "(4, 3)" + }, + "answer": "D", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 5 rows by 5 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 1, column 5 equal to 43?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 3, column 2 equal to 13?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 3, column 3 equal to 16?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 8?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 43?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 45?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 35?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the left of 17 equal to 23?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 2, column 4 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 12?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_5x5_03.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees clockwise to find the row and column of the number 41. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(4, 5)", + "B": "(3, 3)", + "C": "(1, 5)", + "D": "(1, 1)", + "E": "(2, 2)", + "G": "(3, 1)", + "F": "(4, 1)" + }, + "answer": "F", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 5 rows by 5 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 4, column 3 equal to 7?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 4, column 4 equal to 31?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 1, column 4 equal to 30?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 11?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 19?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 4?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 44?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the below of 42 equal to 28?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 2, column 2 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 41?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_5x5_04.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees counterclockwise to find the row and column of the number 5. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(4, 4)", + "B": "(3, 3)", + "C": "(1, 3)", + "D": "(3, 4)", + "F": "(2, 1)", + "G": "(5, 5)", + "E": "(5, 3)" + }, + "answer": "E", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 5 rows by 5 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 3, column 2 equal to 21?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 5, column 5 equal to 22?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 5, column 4 equal to 23?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 48?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 37?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 8?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 22?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the left of 21 equal to 50?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 2, column 2 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 5?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_5x5_05.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees counterclockwise to find the row and column of the number 34. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(3, 2)", + "B": "(1, 4)", + "C": "(1, 1)", + "D": "(1, 3)", + "E": "(5, 3)", + "F": "(4, 4)", + "G": "(4, 1)" + }, + "answer": "G", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 5 rows by 5 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 1, column 1 equal to 39?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 1, column 2 equal to 45?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 5, column 5 equal to 46?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 39?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 6?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 27?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 46?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the left of 10 equal to 47?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 4, column 3 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 34?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_5x5_06.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees clockwise to find the row and column of the number 25. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(5, 1)", + "B": "(4, 5)", + "C": "(2, 2)", + "D": "(2, 3)", + "E": "(2, 4)", + "F": "(4, 1)", + "G": "(5, 3)" + }, + "answer": "G", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 5 rows by 5 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 4, column 1 equal to 48?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 5, column 4 equal to 27?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 2, column 4 equal to 10?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 26?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 39?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 36?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 19?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the left of 45 equal to 26?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 4, column 1 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 25?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_5x5_07.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees clockwise to find the row and column of the number 28. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(3, 2)", + "B": "(3, 3)", + "D": "(5, 5)", + "E": "(4, 5)", + "F": "(1, 4)", + "G": "(2, 4)", + "C": "(3, 4)" + }, + "answer": "C", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 5 rows by 5 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 3, column 5 equal to 40?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 1, column 5 equal to 26?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 3, column 3 equal to 21?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 24?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 26?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 19?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 49?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the below of 32 equal to 16?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 4, column 5 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 28?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_5x5_08.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees counterclockwise to find the row and column of the number 13. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(5, 1)", + "B": "(3, 3)", + "C": "(1, 3)", + "D": "(1, 4)", + "E": "(4, 4)", + "G": "(5, 4)", + "F": "(1, 5)" + }, + "answer": "F", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 5 rows by 5 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 1, column 3 equal to 38?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 2, column 3 equal to 48?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 4, column 4 equal to 5?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 50?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 13?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 29?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 47?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the below of 16 equal to 5?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 3, column 4 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 13?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_5x5_09.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees clockwise to find the row and column of the number 7. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(1, 3)", + "C": "(2, 5)", + "D": "(3, 5)", + "E": "(1, 4)", + "F": "(4, 2)", + "G": "(1, 1)", + "B": "(3, 2)" + }, + "answer": "B", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 5 rows by 5 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 2, column 3 equal to 34?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 3, column 1 equal to 44?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 2, column 5 equal to 23?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 26?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 40?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 37?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 25?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the below of 15 equal to 17?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 1, column 2 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 7?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_5x5_10.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees clockwise to find the row and column of the number 16. (Choose from A, B, C, D, E, F, G)", + "options": { + "B": "(5, 3)", + "C": "(5, 2)", + "D": "(3, 4)", + "E": "(3, 3)", + "F": "(2, 3)", + "G": "(2, 1)", + "A": "(4, 2)" + }, + "answer": "A", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 5 rows by 5 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 2, column 4 equal to 7?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 1, column 4 equal to 47?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 4, column 4 equal to 43?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 6?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 30?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 42?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 23?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the above of 23 equal to 31?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 4, column 1 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 16?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_5x5_11.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees clockwise to find the row and column of the number 21. (Choose from A, B, C, D, E, F, G)", + "options": { + "B": "(5, 4)", + "C": "(2, 5)", + "D": "(4, 5)", + "E": "(2, 1)", + "F": "(5, 1)", + "G": "(4, 1)", + "A": "(3, 3)" + }, + "answer": "A", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 5 rows by 5 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 5, column 3 equal to 30?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 3, column 5 equal to 46?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 1, column 1 equal to 43?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 43?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 25?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 4?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 47?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the left of 18 equal to 12?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 1, column 2 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 21?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_5x5_12.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees counterclockwise to find the row and column of the number 5. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(3, 3)", + "B": "(4, 2)", + "D": "(1, 2)", + "E": "(2, 1)", + "F": "(3, 4)", + "G": "(2, 3)", + "C": "(1, 1)" + }, + "answer": "C", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 5 rows by 5 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 4, column 1 equal to 42?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 2, column 4 equal to 33?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 5, column 2 equal to 46?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 5?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 20?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 15?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 45?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the right of 48 equal to 39?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 1, column 4 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 5?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_5x5_13.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees clockwise to find the row and column of the number 4. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(2, 2)", + "C": "(3, 4)", + "D": "(5, 4)", + "E": "(4, 3)", + "F": "(3, 5)", + "G": "(1, 4)", + "B": "(5, 5)" + }, + "answer": "B", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 5 rows by 5 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 2, column 4 equal to 8?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 2, column 1 equal to 32?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 5, column 5 equal to 4?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 11?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 12?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 27?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 4?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the right of 36 equal to 12?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 4, column 2 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 4?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_5x5_14.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees counterclockwise to find the row and column of the number 34. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(2, 5)", + "C": "(5, 5)", + "D": "(2, 1)", + "E": "(1, 3)", + "F": "(5, 1)", + "G": "(3, 5)", + "B": "(1, 1)" + }, + "answer": "B", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 5 rows by 5 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 1, column 3 equal to 28?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 4, column 3 equal to 44?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 2, column 5 equal to 23?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 34?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 17?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 43?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 8?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the above of 23 equal to 17?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 5, column 3 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 34?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_5x6_01.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees counterclockwise to find the row and column of the number 22. (Choose from A, B, C, D, E, F, G)", + "options": { + "B": "(3, 4)", + "C": "(2, 2)", + "D": "(6, 5)", + "E": "(4, 2)", + "F": "(2, 4)", + "G": "(6, 3)", + "A": "(3, 5)" + }, + "answer": "A", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 6 rows by 5 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 6, column 3 equal to 33?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 1, column 1 equal to 47?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 4, column 2 equal to 29?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 47?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 44?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 32?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 42?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the below of 22 equal to 38?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 1, column 4 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 22?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_5x6_02.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees counterclockwise to find the row and column of the number 7. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(5, 1)", + "B": "(2, 5)", + "D": "(2, 3)", + "E": "(5, 3)", + "F": "(3, 3)", + "G": "(5, 4)", + "C": "(6, 2)" + }, + "answer": "C", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 6 rows by 5 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 2, column 3 equal to 13?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 6, column 3 equal to 29?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 6, column 1 equal to 37?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 3?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 26?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 37?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 21?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the above of 21 equal to 12?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 3, column 3 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 7?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_5x6_03.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees clockwise to find the row and column of the number 44. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(2, 1)", + "B": "(4, 2)", + "C": "(5, 1)", + "E": "(4, 4)", + "F": "(1, 1)", + "G": "(4, 5)", + "D": "(6, 2)" + }, + "answer": "D", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 6 rows by 5 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 1, column 4 equal to 11?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 5, column 4 equal to 24?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 3, column 3 equal to 49?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 34?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 21?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 31?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 12?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the above of 24 equal to 26?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 6, column 1 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 44?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_5x6_04.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees counterclockwise to find the row and column of the number 25. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(3, 4)", + "B": "(2, 3)", + "D": "(5, 5)", + "E": "(4, 3)", + "F": "(5, 1)", + "G": "(3, 1)", + "C": "(2, 2)" + }, + "answer": "C", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 6 rows by 5 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 6, column 5 equal to 10?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 1, column 3 equal to 45?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 1, column 5 equal to 26?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 6?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 26?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 27?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 10?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the right of 14 equal to 25?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 2, column 1 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 25?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_5x6_05.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees clockwise to find the row and column of the number 13. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(3, 3)", + "B": "(3, 4)", + "C": "(1, 3)", + "D": "(5, 4)", + "E": "(4, 4)", + "F": "(5, 2)", + "G": "(3, 5)" + }, + "answer": "G", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 6 rows by 5 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 2, column 5 equal to 17?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 5, column 4 equal to 43?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 1, column 1 equal to 5?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 5?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 10?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 8?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 7?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the right of 16 equal to 1?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 3, column 2 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 13?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_5x6_06.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees counterclockwise to find the row and column of the number 50. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(4, 2)", + "B": "(1, 1)", + "C": "(3, 2)", + "D": "(2, 1)", + "E": "(4, 1)", + "G": "(5, 5)", + "F": "(6, 4)" + }, + "answer": "F", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 6 rows by 5 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 5, column 5 equal to 10?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 4, column 3 equal to 37?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 6, column 1 equal to 1?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 22?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 20?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 1?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 35?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the right of 39 equal to 4?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 5, column 3 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 50?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_5x6_07.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees counterclockwise to find the row and column of the number 37. (Choose from A, B, C, D, E, F, G)", + "options": { + "B": "(1, 1)", + "C": "(2, 4)", + "D": "(4, 3)", + "E": "(6, 3)", + "F": "(1, 3)", + "G": "(6, 4)", + "A": "(1, 2)" + }, + "answer": "A", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 6 rows by 5 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 6, column 5 equal to 9?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 6, column 1 equal to 48?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 1, column 4 equal to 29?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 22?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 42?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 48?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 9?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the above of 19 equal to 6?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 3, column 4 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 37?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_5x6_08.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees counterclockwise to find the row and column of the number 45. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(3, 1)", + "C": "(2, 4)", + "D": "(5, 1)", + "E": "(4, 2)", + "F": "(2, 1)", + "G": "(5, 4)", + "B": "(2, 6)" + }, + "answer": "B", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 5 rows by 6 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 1, column 3 equal to 11?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 5, column 1 equal to 15?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 3, column 2 equal to 4?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 40?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 32?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 15?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 3?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the above of 4 equal to 13?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 2, column 1 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 45?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_5x6_09.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees counterclockwise to find the row and column of the number 3. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(4, 5)", + "B": "(5, 5)", + "C": "(3, 5)", + "E": "(3, 2)", + "F": "(1, 3)", + "G": "(5, 4)", + "D": "(4, 1)" + }, + "answer": "D", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 6 rows by 5 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 3, column 4 equal to 2?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 2, column 2 equal to 17?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 6, column 5 equal to 10?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 5?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 50?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 30?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 10?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the above of 23 equal to 48?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 5, column 5 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 3?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_5x6_10.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees counterclockwise to find the row and column of the number 13. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(3, 3)", + "B": "(4, 1)", + "C": "(3, 1)", + "D": "(4, 4)", + "E": "(6, 1)", + "F": "(2, 3)", + "G": "(1, 2)" + }, + "answer": "G", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 6 rows by 5 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 6, column 1 equal to 11?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 2, column 4 equal to 16?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 6, column 3 equal to 50?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 31?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 5?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 11?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 43?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the right of 29 equal to 19?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 6, column 3 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 13?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_5x6_11.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees counterclockwise to find the row and column of the number 14. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(1, 5)", + "B": "(1, 1)", + "C": "(2, 2)", + "D": "(5, 4)", + "E": "(5, 2)", + "F": "(1, 2)", + "G": "(4, 6)" + }, + "answer": "G", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 5 rows by 6 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 2, column 5 equal to 31?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 2, column 3 equal to 28?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 5, column 1 equal to 3?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 48?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 24?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 3?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 44?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the right of 13 equal to 31?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 1, column 4 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 14?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_5x6_12.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees clockwise to find the row and column of the number 16. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(1, 2)", + "C": "(4, 3)", + "D": "(4, 4)", + "E": "(2, 2)", + "F": "(5, 4)", + "G": "(5, 5)", + "B": "(2, 5)" + }, + "answer": "B", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 5 rows by 6 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 3, column 2 equal to 11?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 2, column 2 equal to 39?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 2, column 6 equal to 26?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 33?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 40?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 47?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 38?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the above of 8 equal to 26?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 5, column 4 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 16?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_5x6_13.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees clockwise to find the row and column of the number 28. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(1, 4)", + "B": "(6, 1)", + "C": "(2, 1)", + "D": "(2, 3)", + "E": "(4, 5)", + "F": "(6, 3)", + "G": "(3, 1)" + }, + "answer": "G", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 6 rows by 5 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 4, column 1 equal to 30?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 3, column 2 equal to 46?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 1, column 3 equal to 47?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 20?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 4?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 41?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 27?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the left of 34 equal to 31?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 3, column 5 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 28?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_5x6_14.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees counterclockwise to find the row and column of the number 32. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(6, 2)", + "C": "(2, 1)", + "D": "(3, 2)", + "E": "(5, 4)", + "F": "(2, 2)", + "G": "(1, 5)", + "B": "(2, 3)" + }, + "answer": "B", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 6 rows by 5 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 6, column 2 equal to 45?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 5, column 2 equal to 16?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 6, column 3 equal to 2?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 12?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 24?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 49?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 33?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the above of 15 equal to 37?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 5, column 1 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 32?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_6x5_01.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees counterclockwise to find the row and column of the number 21. (Choose from A, B, C, D, E, F, G)", + "options": { + "B": "(5, 1)", + "C": "(1, 6)", + "D": "(4, 2)", + "E": "(1, 5)", + "F": "(4, 6)", + "G": "(1, 1)", + "A": "(3, 4)" + }, + "answer": "A", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 5 rows by 6 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 4, column 4 equal to 9?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 3, column 1 equal to 19?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 5, column 4 equal to 11?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 49?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 50?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 13?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 5?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the left of 48 equal to 13?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 1, column 2 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 21?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_6x5_02.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees clockwise to find the row and column of the number 14. (Choose from A, B, C, D, E, F, G)", + "options": { + "B": "(3, 5)", + "C": "(3, 3)", + "D": "(4, 2)", + "E": "(4, 4)", + "F": "(2, 1)", + "G": "(3, 4)", + "A": "(3, 2)" + }, + "answer": "A", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 6 rows by 5 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 2, column 1 equal to 26?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 1, column 3 equal to 34?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 4, column 1 equal to 43?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 13?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 4?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 7?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 40?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the left of 4 equal to 24?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 3, column 3 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 14?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_6x5_03.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees counterclockwise to find the row and column of the number 14. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(2, 5)", + "B": "(5, 3)", + "C": "(2, 4)", + "D": "(5, 5)", + "E": "(6, 5)", + "G": "(4, 4)", + "F": "(3, 1)" + }, + "answer": "F", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 6 rows by 5 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 1, column 2 equal to 42?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 6, column 3 equal to 5?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 2, column 5 equal to 44?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 34?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 32?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 19?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 11?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the below of 31 equal to 25?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 1, column 2 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 14?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_6x5_04.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees counterclockwise to find the row and column of the number 3. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(6, 3)", + "B": "(6, 4)", + "C": "(2, 2)", + "D": "(3, 3)", + "E": "(3, 4)", + "F": "(6, 5)", + "G": "(1, 1)" + }, + "answer": "G", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 6 rows by 5 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 3, column 1 equal to 16?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 4, column 3 equal to 13?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 6, column 1 equal to 4?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 3?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 40?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 4?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 37?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the left of 14 equal to 11?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 3, column 4 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 3?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_6x5_05.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees counterclockwise to find the row and column of the number 3. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(1, 4)", + "B": "(1, 6)", + "C": "(4, 5)", + "D": "(5, 2)", + "F": "(3, 4)", + "G": "(4, 3)", + "E": "(1, 5)" + }, + "answer": "E", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 5 rows by 6 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 4, column 3 equal to 27?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 5, column 2 equal to 10?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 3, column 4 equal to 39?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 4?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 32?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 17?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 13?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the left of 13 equal to 29?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 2, column 3 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 3?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_6x5_06.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees clockwise to find the row and column of the number 41. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(6, 2)", + "B": "(6, 5)", + "C": "(6, 1)", + "D": "(6, 4)", + "E": "(4, 4)", + "F": "(1, 4)", + "G": "(5, 4)" + }, + "answer": "G", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 6 rows by 5 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 4, column 1 equal to 36?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 4, column 3 equal to 48?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 6, column 2 equal to 44?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 27?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 19?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 49?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 3?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the left of 44 equal to 49?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 4, column 3 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 41?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_6x5_07.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees clockwise to find the row and column of the number 39. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(3, 5)", + "B": "(5, 5)", + "D": "(3, 1)", + "E": "(2, 5)", + "F": "(6, 1)", + "G": "(2, 4)", + "C": "(5, 4)" + }, + "answer": "C", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 6 rows by 5 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 1, column 3 equal to 29?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 5, column 5 equal to 37?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 1, column 2 equal to 30?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 46?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 38?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 32?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 27?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the right of 3 equal to 31?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 6, column 2 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 39?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_6x5_08.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees clockwise to find the row and column of the number 49. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(2, 2)", + "B": "(4, 3)", + "C": "(3, 1)", + "D": "(1, 1)", + "E": "(4, 4)", + "G": "(1, 4)", + "F": "(5, 3)" + }, + "answer": "F", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 5 rows by 6 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 1, column 6 equal to 14?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 2, column 4 equal to 43?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 5, column 5 equal to 5?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 36?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 14?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 25?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 34?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the right of 7 equal to 30?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 1, column 6 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 49?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_6x5_09.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees clockwise to find the row and column of the number 1. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(2, 3)", + "B": "(2, 5)", + "C": "(2, 4)", + "E": "(5, 3)", + "F": "(4, 3)", + "G": "(4, 6)", + "D": "(1, 2)" + }, + "answer": "D", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 5 rows by 6 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 5, column 4 equal to 15?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 3, column 4 equal to 37?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 5, column 1 equal to 44?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 30?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 38?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 44?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 11?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the below of 38 equal to 36?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 4, column 2 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 1?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_6x5_10.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees clockwise to find the row and column of the number 34. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(1, 2)", + "B": "(3, 5)", + "C": "(4, 3)", + "E": "(5, 2)", + "F": "(2, 2)", + "G": "(3, 1)", + "D": "(4, 2)" + }, + "answer": "D", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 5 rows by 6 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 4, column 1 equal to 17?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 3, column 4 equal to 43?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 5, column 6 equal to 42?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 20?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 10?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 30?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 42?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the left of 47 equal to 31?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 4, column 3 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 34?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_6x5_11.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees counterclockwise to find the row and column of the number 3. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(4, 4)", + "C": "(5, 4)", + "D": "(1, 3)", + "E": "(5, 1)", + "F": "(2, 6)", + "G": "(2, 2)", + "B": "(3, 5)" + }, + "answer": "B", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 5 rows by 6 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 4, column 1 equal to 9?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 2, column 2 equal to 29?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 2, column 1 equal to 16?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 4?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 42?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 28?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 27?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the above of 37 equal to 38?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 3, column 3 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 3?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_6x5_12.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees clockwise to find the row and column of the number 46. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(3, 1)", + "B": "(2, 1)", + "C": "(1, 3)", + "E": "(5, 2)", + "F": "(6, 1)", + "G": "(4, 1)", + "D": "(4, 4)" + }, + "answer": "D", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 6 rows by 5 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 6, column 3 equal to 30?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 6, column 4 equal to 19?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 6, column 1 equal to 31?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 32?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 11?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 31?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 38?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the below of 11 equal to 28?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 1, column 3 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 46?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_6x5_13.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees counterclockwise to find the row and column of the number 30. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(5, 4)", + "B": "(1, 5)", + "C": "(2, 4)", + "D": "(3, 3)", + "E": "(2, 1)", + "F": "(3, 1)", + "G": "(1, 4)" + }, + "answer": "G", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 6 rows by 5 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 5, column 4 equal to 6?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 4, column 4 equal to 26?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 4, column 3 equal to 42?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 21?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 7?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 48?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 14?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the below of 41 equal to 32?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 3, column 1 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 30?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_6x5_14.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees clockwise to find the row and column of the number 30. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(5, 1)", + "B": "(5, 5)", + "D": "(2, 4)", + "E": "(4, 5)", + "F": "(4, 3)", + "G": "(6, 5)", + "C": "(6, 2)" + }, + "answer": "C", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 6 rows by 5 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 4, column 1 equal to 11?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 4, column 2 equal to 13?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 2, column 2 equal to 1?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 21?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 17?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 34?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 3?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the left of 43 equal to 32?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 1, column 3 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 30?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_6x6_01.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees clockwise to find the row and column of the number 47. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(3, 2)", + "B": "(1, 2)", + "C": "(5, 4)", + "D": "(4, 6)", + "E": "(4, 2)", + "G": "(1, 6)", + "F": "(2, 3)" + }, + "answer": "F", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 6 rows by 6 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 4, column 5 equal to 24?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 4, column 3 equal to 1?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 5, column 1 equal to 2?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 27?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 13?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 42?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 22?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the above of 46 equal to 36?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 3, column 3 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 47?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_6x6_02.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees counterclockwise to find the row and column of the number 20. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(4, 6)", + "B": "(4, 1)", + "C": "(5, 1)", + "E": "(6, 4)", + "F": "(5, 6)", + "G": "(4, 5)", + "D": "(1, 5)" + }, + "answer": "D", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 6 rows by 6 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 5, column 3 equal to 10?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 6, column 3 equal to 48?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 1, column 6 equal to 29?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 23?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 29?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 6?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 22?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the left of 50 equal to 11?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 2, column 5 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 20?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_6x6_03.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees counterclockwise to find the row and column of the number 15. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(3, 4)", + "B": "(4, 5)", + "C": "(6, 5)", + "D": "(1, 1)", + "E": "(3, 6)", + "F": "(6, 2)", + "G": "(3, 1)" + }, + "answer": "G", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 6 rows by 6 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 2, column 4 equal to 41?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 2, column 6 equal to 50?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 1, column 1 equal to 38?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 38?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 26?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 23?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 45?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the below of 42 equal to 11?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 6, column 3 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 15?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_6x6_04.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees counterclockwise to find the row and column of the number 9. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(6, 3)", + "B": "(2, 2)", + "C": "(3, 1)", + "D": "(1, 4)", + "E": "(4, 4)", + "F": "(1, 2)", + "G": "(4, 3)" + }, + "answer": "G", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 6 rows by 6 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 1, column 5 equal to 10?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 2, column 5 equal to 36?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 6, column 4 equal to 48?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 3?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 31?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 14?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 25?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the right of 17 equal to 48?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 5, column 5 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 9?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_6x6_05.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees clockwise to find the row and column of the number 8. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(2, 1)", + "B": "(5, 3)", + "C": "(3, 3)", + "E": "(3, 1)", + "F": "(2, 2)", + "G": "(6, 6)", + "D": "(4, 2)" + }, + "answer": "D", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 6 rows by 6 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 2, column 2 equal to 35?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 6, column 3 equal to 42?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 3, column 6 equal to 41?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 20?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 2?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 30?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 33?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the below of 1 equal to 31?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 6, column 2 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 8?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_6x6_06.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees clockwise to find the row and column of the number 19. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(4, 1)", + "B": "(5, 6)", + "C": "(6, 4)", + "D": "(2, 3)", + "E": "(3, 2)", + "F": "(4, 2)", + "G": "(4, 4)" + }, + "answer": "G", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 6 rows by 6 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 5, column 6 equal to 17?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 4, column 4 equal to 19?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 1, column 6 equal to 26?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 30?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 26?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 41?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 11?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the below of 33 equal to 48?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 2, column 2 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 19?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_6x6_07.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees counterclockwise to find the row and column of the number 19. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(4, 1)", + "B": "(5, 2)", + "C": "(2, 4)", + "E": "(1, 4)", + "F": "(3, 5)", + "G": "(2, 1)", + "D": "(4, 2)" + }, + "answer": "D", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 6 rows by 6 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 1, column 6 equal to 42?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 6, column 2 equal to 50?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 1, column 1 equal to 13?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 13?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 42?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 46?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 45?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the above of 22 equal to 24?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 4, column 2 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 19?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_6x6_08.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees clockwise to find the row and column of the number 4. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(3, 1)", + "B": "(1, 3)", + "C": "(1, 6)", + "D": "(3, 2)", + "E": "(6, 5)", + "G": "(2, 3)", + "F": "(1, 2)" + }, + "answer": "F", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 6 rows by 6 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 1, column 6 equal to 26?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 3, column 2 equal to 33?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 4, column 4 equal to 20?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 42?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 26?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 40?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 50?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the above of 23 equal to 24?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 4, column 1 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 4?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_6x6_09.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees clockwise to find the row and column of the number 36. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(1, 4)", + "B": "(3, 2)", + "C": "(4, 5)", + "E": "(6, 5)", + "F": "(1, 1)", + "G": "(6, 2)", + "D": "(3, 4)" + }, + "answer": "D", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 6 rows by 6 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 5, column 4 equal to 5?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 3, column 2 equal to 14?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 6, column 4 equal to 42?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 28?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 38?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 25?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 10?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the above of 10 equal to 30?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 5, column 4 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 36?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_6x6_10.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees clockwise to find the row and column of the number 9. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(1, 6)", + "B": "(4, 6)", + "D": "(1, 3)", + "E": "(3, 4)", + "F": "(5, 5)", + "G": "(2, 5)", + "C": "(1, 1)" + }, + "answer": "C", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 6 rows by 6 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 3, column 1 equal to 6?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 2, column 6 equal to 45?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 5, column 6 equal to 17?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 9?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 7?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 47?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 3?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the above of 34 equal to 50?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 3, column 4 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 9?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_6x6_11.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees counterclockwise to find the row and column of the number 26. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(4, 4)", + "C": "(4, 2)", + "D": "(3, 4)", + "E": "(6, 2)", + "F": "(5, 3)", + "G": "(2, 4)", + "B": "(2, 2)" + }, + "answer": "B", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 6 rows by 6 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 6, column 1 equal to 12?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 3, column 2 equal to 29?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 5, column 2 equal to 27?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 15?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 35?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 12?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 31?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the left of 22 equal to 39?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 3, column 1 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 26?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_6x6_12.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees counterclockwise to find the row and column of the number 23. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(4, 3)", + "B": "(6, 4)", + "C": "(2, 3)", + "D": "(4, 5)", + "F": "(6, 2)", + "G": "(4, 4)", + "E": "(6, 5)" + }, + "answer": "E", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 6 rows by 6 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 3, column 6 equal to 1?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 4, column 1 equal to 24?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 6, column 1 equal to 46?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 25?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 8?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 46?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 26?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the above of 36 equal to 35?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 5, column 1 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 23?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_6x6_13.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees clockwise to find the row and column of the number 14. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(6, 4)", + "B": "(2, 3)", + "C": "(5, 6)", + "D": "(3, 1)", + "E": "(4, 1)", + "G": "(1, 6)", + "F": "(2, 6)" + }, + "answer": "F", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 6 rows by 6 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 3, column 2 equal to 42?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 5, column 6 equal to 43?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 5, column 4 equal to 38?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 30?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 48?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 40?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 13?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the left of 48 equal to 15?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 4, column 6 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 14?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_6x6_14.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees counterclockwise to find the row and column of the number 32. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(5, 1)", + "B": "(2, 6)", + "C": "(6, 2)", + "D": "(5, 6)", + "E": "(3, 1)", + "G": "(2, 4)", + "F": "(2, 5)" + }, + "answer": "F", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 6 rows by 6 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 4, column 5 equal to 43?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 6, column 6 equal to 2?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 6, column 5 equal to 33?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 21?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 12?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 46?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 2?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the above of 32 equal to 23?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 4, column 1 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 32?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_6x7_01.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees clockwise to find the row and column of the number 36. (Choose from A, B, C, D, E, F, G)", + "options": { + "B": "(3, 2)", + "C": "(1, 5)", + "D": "(5, 2)", + "E": "(5, 6)", + "F": "(3, 5)", + "G": "(2, 4)", + "A": "(2, 6)" + }, + "answer": "A", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 6 rows by 7 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 4, column 4 equal to 18?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 1, column 1 equal to 1?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 6, column 4 equal to 24?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 1?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 28?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 43?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 15?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the above of 45 equal to 33?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 2, column 2 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 36?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_6x7_02.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees clockwise to find the row and column of the number 35. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(3, 3)", + "C": "(2, 4)", + "D": "(6, 2)", + "E": "(2, 5)", + "F": "(7, 6)", + "G": "(5, 4)", + "B": "(5, 3)" + }, + "answer": "B", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 7 rows by 6 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 6, column 1 equal to 44?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 2, column 6 equal to 46?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 3, column 2 equal to 32?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 49?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 39?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 4?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 22?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the left of 28 equal to 1?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 2, column 4 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 35?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_6x7_03.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees clockwise to find the row and column of the number 22. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(5, 1)", + "C": "(1, 7)", + "D": "(4, 5)", + "E": "(6, 3)", + "F": "(6, 4)", + "G": "(4, 3)", + "B": "(3, 1)" + }, + "answer": "B", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 6 rows by 7 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 6, column 6 equal to 39?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 6, column 4 equal to 5?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 6, column 7 equal to 30?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 50?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 6?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 45?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 30?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the below of 7 equal to 39?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 3, column 5 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 22?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_6x7_04.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees counterclockwise to find the row and column of the number 26. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(2, 1)", + "C": "(2, 4)", + "D": "(5, 2)", + "E": "(3, 2)", + "F": "(2, 2)", + "G": "(4, 6)", + "B": "(2, 5)" + }, + "answer": "B", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 6 rows by 7 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 2, column 1 equal to 16?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 6, column 6 equal to 39?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 4, column 1 equal to 36?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 10?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 3?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 1?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 19?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the right of 49 equal to 9?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 4, column 4 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 26?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_6x7_05.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees clockwise to find the row and column of the number 39. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(4, 6)", + "C": "(5, 3)", + "D": "(7, 5)", + "E": "(3, 2)", + "F": "(4, 1)", + "G": "(7, 3)", + "B": "(1, 5)" + }, + "answer": "B", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 7 rows by 6 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 3, column 2 equal to 43?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 1, column 5 equal to 39?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 2, column 6 equal to 25?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 32?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 11?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 12?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 31?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the below of 41 equal to 1?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 2, column 3 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 39?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_6x7_06.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees clockwise to find the row and column of the number 38. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(7, 4)", + "B": "(5, 2)", + "C": "(5, 4)", + "D": "(1, 5)", + "F": "(4, 3)", + "G": "(3, 3)", + "E": "(5, 1)" + }, + "answer": "E", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 7 rows by 6 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 4, column 6 equal to 14?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 1, column 6 equal to 49?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 4, column 5 equal to 46?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 15?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 49?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 47?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 20?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the below of 49 equal to 48?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 3, column 1 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 38?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_6x7_07.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees counterclockwise to find the row and column of the number 46. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(2, 6)", + "C": "(6, 3)", + "D": "(6, 4)", + "E": "(7, 2)", + "F": "(7, 6)", + "G": "(3, 6)", + "B": "(5, 5)" + }, + "answer": "B", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 7 rows by 6 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 6, column 4 equal to 28?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 7, column 6 equal to 10?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 1, column 2 equal to 37?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 5?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 48?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 16?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 10?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the above of 12 equal to 31?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 7, column 5 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 46?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_6x7_08.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees counterclockwise to find the row and column of the number 14. (Choose from A, B, C, D, E, F, G)", + "options": { + "B": "(2, 6)", + "C": "(7, 5)", + "D": "(3, 3)", + "E": "(7, 2)", + "F": "(2, 3)", + "G": "(2, 1)", + "A": "(4, 3)" + }, + "answer": "A", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 7 rows by 6 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 4, column 6 equal to 24?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 7, column 6 equal to 7?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 2, column 3 equal to 19?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 33?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 13?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 4?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 7?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the left of 16 equal to 20?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 1, column 2 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 14?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_6x7_09.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees counterclockwise to find the row and column of the number 19. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(4, 4)", + "B": "(4, 2)", + "D": "(2, 6)", + "E": "(6, 6)", + "F": "(6, 4)", + "G": "(4, 6)", + "C": "(3, 5)" + }, + "answer": "C", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 7 rows by 6 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 2, column 4 equal to 38?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 2, column 6 equal to 47?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 5, column 2 equal to 9?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 12?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 46?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 25?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 45?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the left of 30 equal to 44?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 7, column 6 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 19?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_6x7_10.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees counterclockwise to find the row and column of the number 20. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(6, 1)", + "C": "(1, 5)", + "D": "(1, 2)", + "E": "(2, 1)", + "F": "(1, 4)", + "G": "(6, 6)", + "B": "(7, 4)" + }, + "answer": "B", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 7 rows by 6 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 4, column 2 equal to 26?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 1, column 1 equal to 27?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 7, column 6 equal to 24?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 27?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 3?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 30?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 24?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the below of 10 equal to 41?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 5, column 5 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 20?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_6x7_11.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees clockwise to find the row and column of the number 23. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(4, 7)", + "B": "(3, 6)", + "C": "(6, 3)", + "D": "(2, 3)", + "E": "(3, 3)", + "G": "(1, 1)", + "F": "(4, 5)" + }, + "answer": "F", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 6 rows by 7 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 1, column 3 equal to 4?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 2, column 6 equal to 47?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 4, column 2 equal to 44?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 13?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 33?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 15?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 40?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the below of 47 equal to 39?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 6, column 5 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 23?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_6x7_12.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees counterclockwise to find the row and column of the number 30. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(2, 7)", + "B": "(5, 5)", + "D": "(3, 5)", + "E": "(4, 1)", + "F": "(5, 2)", + "G": "(6, 6)", + "C": "(1, 4)" + }, + "answer": "C", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 6 rows by 7 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 2, column 6 equal to 34?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 1, column 6 equal to 4?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 1, column 4 equal to 30?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 33?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 7?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 49?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 35?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the left of 28 equal to 19?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 6, column 1 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 30?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_6x7_13.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees clockwise to find the row and column of the number 14. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(5, 7)", + "B": "(1, 3)", + "D": "(2, 6)", + "E": "(5, 3)", + "F": "(2, 7)", + "G": "(1, 7)", + "C": "(5, 2)" + }, + "answer": "C", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 6 rows by 7 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 4, column 5 equal to 39?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 5, column 6 equal to 6?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 1, column 1 equal to 8?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 8?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 38?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 1?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 12?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the above of 12 equal to 15?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 1, column 7 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 14?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_6x7_14.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees counterclockwise to find the row and column of the number 3. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(2, 3)", + "C": "(2, 4)", + "D": "(6, 6)", + "E": "(3, 3)", + "F": "(6, 3)", + "G": "(2, 1)", + "B": "(3, 6)" + }, + "answer": "B", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 7 rows by 6 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 1, column 6 equal to 41?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 3, column 2 equal to 42?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 1, column 5 equal to 31?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 44?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 41?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 39?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 17?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the above of 35 equal to 46?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 5, column 2 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 3?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_7x6_01.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees clockwise to find the row and column of the number 16. (Choose from A, B, C, D, E, F, G)", + "options": { + "B": "(3, 2)", + "C": "(2, 6)", + "D": "(1, 5)", + "E": "(3, 7)", + "F": "(6, 1)", + "G": "(4, 4)", + "A": "(5, 1)" + }, + "answer": "A", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 6 rows by 7 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 1, column 5 equal to 43?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 3, column 2 equal to 41?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 3, column 4 equal to 28?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 11?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 2?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 26?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 17?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the below of 43 equal to 13?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 5, column 4 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 16?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_7x6_02.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees clockwise to find the row and column of the number 37. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(4, 3)", + "B": "(3, 4)", + "D": "(5, 7)", + "E": "(1, 4)", + "F": "(4, 6)", + "G": "(1, 3)", + "C": "(5, 5)" + }, + "answer": "C", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 6 rows by 7 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 1, column 2 equal to 2?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 3, column 1 equal to 18?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 3, column 7 equal to 42?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 4?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 21?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 26?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 7?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the left of 37 equal to 44?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 2, column 6 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 37?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_7x6_03.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees clockwise to find the row and column of the number 45. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(3, 3)", + "B": "(6, 3)", + "C": "(6, 1)", + "E": "(6, 2)", + "F": "(4, 4)", + "G": "(2, 7)", + "D": "(5, 5)" + }, + "answer": "D", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 6 rows by 7 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 1, column 4 equal to 6?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 2, column 5 equal to 17?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 6, column 6 equal to 44?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 35?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 31?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 34?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 20?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the below of 39 equal to 36?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 5, column 3 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 45?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_7x6_04.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees counterclockwise to find the row and column of the number 45. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(1, 6)", + "B": "(3, 6)", + "C": "(1, 3)", + "D": "(4, 4)", + "E": "(1, 4)", + "F": "(6, 2)", + "G": "(6, 3)" + }, + "answer": "G", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 6 rows by 7 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 3, column 4 equal to 12?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 6, column 1 equal to 37?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 4, column 2 equal to 35?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 6?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 47?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 37?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 34?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the above of 48 equal to 30?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 2, column 2 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 45?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_7x6_05.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees counterclockwise to find the row and column of the number 2. (Choose from A, B, C, D, E, F, G)", + "options": { + "B": "(1, 6)", + "C": "(6, 4)", + "D": "(7, 2)", + "E": "(5, 3)", + "F": "(2, 3)", + "G": "(5, 5)", + "A": "(4, 4)" + }, + "answer": "A", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 7 rows by 6 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 2, column 4 equal to 36?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 4, column 3 equal to 22?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 1, column 6 equal to 6?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 9?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 6?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 1?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 50?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the below of 30 equal to 14?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 5, column 1 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 2?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_7x6_06.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees clockwise to find the row and column of the number 28. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(1, 1)", + "B": "(2, 1)", + "C": "(3, 6)", + "D": "(2, 4)", + "F": "(3, 7)", + "G": "(4, 2)", + "E": "(2, 2)" + }, + "answer": "E", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 6 rows by 7 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 4, column 6 equal to 35?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 4, column 3 equal to 8?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 3, column 3 equal to 27?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 34?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 26?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 42?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 30?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the above of 8 equal to 27?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 5, column 7 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 28?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_7x6_07.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees counterclockwise to find the row and column of the number 44. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(6, 1)", + "B": "(1, 6)", + "C": "(5, 6)", + "D": "(6, 5)", + "F": "(2, 6)", + "G": "(2, 5)", + "E": "(4, 5)" + }, + "answer": "E", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 6 rows by 7 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 1, column 4 equal to 19?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 3, column 1 equal to 18?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 2, column 5 equal to 45?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 37?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 48?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 30?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 34?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the left of 44 equal to 23?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 2, column 6 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 44?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_7x6_08.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees counterclockwise to find the row and column of the number 14. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(3, 7)", + "B": "(6, 4)", + "D": "(2, 7)", + "E": "(5, 7)", + "F": "(2, 3)", + "G": "(6, 1)", + "C": "(2, 2)" + }, + "answer": "C", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 6 rows by 7 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 2, column 3 equal to 3?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 5, column 1 equal to 50?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 4, column 7 equal to 32?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 10?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 34?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 36?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 11?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the below of 21 equal to 46?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 3, column 2 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 14?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_7x6_09.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees counterclockwise to find the row and column of the number 17. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(5, 2)", + "B": "(6, 3)", + "D": "(5, 1)", + "E": "(6, 2)", + "F": "(2, 4)", + "G": "(3, 1)", + "C": "(2, 1)" + }, + "answer": "C", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 7 rows by 6 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 6, column 5 equal to 10?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 1, column 2 equal to 47?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 3, column 5 equal to 39?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 14?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 34?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 12?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 21?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the below of 17 equal to 23?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 4, column 2 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 17?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_7x6_10.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees counterclockwise to find the row and column of the number 20. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(5, 2)", + "B": "(1, 4)", + "C": "(6, 7)", + "D": "(3, 6)", + "E": "(4, 6)", + "G": "(2, 7)", + "F": "(2, 4)" + }, + "answer": "F", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 6 rows by 7 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 2, column 4 equal to 20?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 1, column 2 equal to 32?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 3, column 5 equal to 17?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 43?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 41?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 49?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 34?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the right of 5 equal to 16?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 1, column 2 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 20?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_7x6_11.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees counterclockwise to find the row and column of the number 50. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(4, 1)", + "B": "(4, 4)", + "C": "(2, 4)", + "D": "(6, 3)", + "E": "(2, 3)", + "G": "(1, 3)", + "F": "(5, 4)" + }, + "answer": "F", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 6 rows by 7 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 5, column 5 equal to 27?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 4, column 4 equal to 15?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 5, column 2 equal to 25?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 20?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 19?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 18?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 10?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the left of 50 equal to 11?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 3, column 2 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 50?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_7x6_12.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees clockwise to find the row and column of the number 41. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(4, 2)", + "B": "(1, 6)", + "C": "(1, 4)", + "E": "(7, 4)", + "F": "(4, 4)", + "G": "(7, 2)", + "D": "(6, 6)" + }, + "answer": "D", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 7 rows by 6 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 2, column 4 equal to 18?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 5, column 6 equal to 17?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 4, column 6 equal to 34?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 43?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 23?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 19?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 27?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the above of 19 equal to 1?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 1, column 4 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 41?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_7x6_13.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees counterclockwise to find the row and column of the number 31. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(3, 7)", + "C": "(3, 5)", + "D": "(6, 5)", + "E": "(4, 7)", + "F": "(5, 6)", + "G": "(3, 3)", + "B": "(6, 2)" + }, + "answer": "B", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 6 rows by 7 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 3, column 1 equal to 22?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 1, column 3 equal to 33?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 4, column 1 equal to 35?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 32?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 40?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 8?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 37?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the below of 11 equal to 17?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 1, column 7 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 31?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_7x6_14.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees clockwise to find the row and column of the number 31. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(1, 2)", + "B": "(3, 1)", + "D": "(7, 5)", + "E": "(4, 5)", + "F": "(3, 2)", + "G": "(7, 2)", + "C": "(2, 2)" + }, + "answer": "C", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 7 rows by 6 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 3, column 5 equal to 44?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 1, column 5 equal to 38?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 4, column 1 equal to 21?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 23?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 25?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 12?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 34?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the left of 47 equal to 41?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 6, column 1 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 31?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_7x7_01.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees clockwise to find the row and column of the number 40. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(4, 3)", + "B": "(1, 6)", + "C": "(2, 1)", + "D": "(2, 5)", + "F": "(2, 6)", + "G": "(1, 3)", + "E": "(5, 5)" + }, + "answer": "E", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 7 rows by 7 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 5, column 5 equal to 40?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 7, column 4 equal to 9?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 5, column 7 equal to 8?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 47?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 26?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 31?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 39?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the below of 50 equal to 8?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 1, column 3 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 40?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_7x7_02.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees clockwise to find the row and column of the number 27. (Choose from A, B, C, D, E, F, G)", + "options": { + "B": "(5, 6)", + "C": "(6, 1)", + "D": "(4, 2)", + "E": "(1, 7)", + "F": "(6, 2)", + "G": "(2, 7)", + "A": "(5, 3)" + }, + "answer": "A", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 7 rows by 7 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 7, column 1 equal to 39?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 5, column 2 equal to 40?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 1, column 4 equal to 49?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 23?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 13?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 39?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 21?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the left of 43 equal to 5?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 7, column 6 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 27?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_7x7_03.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees clockwise to find the row and column of the number 41. (Choose from A, B, C, D, E, F, G)", + "options": { + "B": "(2, 5)", + "C": "(6, 6)", + "D": "(3, 3)", + "E": "(4, 5)", + "F": "(7, 2)", + "G": "(4, 3)", + "A": "(6, 1)" + }, + "answer": "A", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 7 rows by 7 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 6, column 5 equal to 4?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 3, column 5 equal to 10?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 6, column 7 equal to 35?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 14?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 47?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 22?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 37?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the right of 6 equal to 50?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 2, column 5 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 41?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_7x7_04.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees counterclockwise to find the row and column of the number 20. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(1, 5)", + "B": "(2, 5)", + "D": "(5, 1)", + "E": "(3, 6)", + "F": "(1, 7)", + "G": "(4, 5)", + "C": "(5, 3)" + }, + "answer": "C", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 7 rows by 7 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 7, column 5 equal to 8?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 1, column 6 equal to 12?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 7, column 4 equal to 23?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 24?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 2?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 11?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 5?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the right of 17 equal to 25?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 5, column 6 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 20?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_7x7_05.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees clockwise to find the row and column of the number 45. (Choose from A, B, C, D, E, F, G)", + "options": { + "B": "(5, 1)", + "C": "(4, 6)", + "D": "(7, 5)", + "E": "(7, 6)", + "F": "(6, 1)", + "G": "(4, 5)", + "A": "(2, 5)" + }, + "answer": "A", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 7 rows by 7 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 4, column 2 equal to 12?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 5, column 2 equal to 40?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 6, column 5 equal to 10?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 16?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 2?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 38?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 42?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the left of 31 equal to 33?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 7, column 7 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 45?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_7x7_06.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees counterclockwise to find the row and column of the number 36. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(2, 2)", + "B": "(6, 4)", + "C": "(7, 5)", + "D": "(5, 4)", + "E": "(6, 3)", + "F": "(4, 4)", + "G": "(1, 7)" + }, + "answer": "G", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 7 rows by 7 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 5, column 3 equal to 22?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 2, column 7 equal to 25?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 7, column 4 equal to 34?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 45?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 36?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 39?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 43?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the right of 30 equal to 29?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 4, column 4 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 36?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_7x7_07.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees clockwise to find the row and column of the number 38. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(3, 5)", + "B": "(1, 1)", + "C": "(3, 4)", + "D": "(6, 5)", + "F": "(2, 1)", + "G": "(7, 7)", + "E": "(3, 2)" + }, + "answer": "E", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 7 rows by 7 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 1, column 2 equal to 4?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 4, column 3 equal to 43?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 3, column 6 equal to 26?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 16?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 25?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 30?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 13?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the right of 32 equal to 27?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 1, column 5 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 38?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_7x7_08.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees counterclockwise to find the row and column of the number 9. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(3, 7)", + "B": "(5, 6)", + "C": "(1, 7)", + "E": "(1, 3)", + "F": "(7, 3)", + "G": "(5, 7)", + "D": "(6, 4)" + }, + "answer": "D", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 7 rows by 7 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 7, column 3 equal to 18?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 7, column 7 equal to 49?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 5, column 4 equal to 21?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 5?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 24?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 42?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 49?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the below of 17 equal to 45?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 1, column 4 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 9?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_7x7_09.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees counterclockwise to find the row and column of the number 42. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(2, 6)", + "B": "(7, 2)", + "C": "(3, 4)", + "E": "(3, 6)", + "F": "(5, 3)", + "G": "(1, 5)", + "D": "(2, 1)" + }, + "answer": "D", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 7 rows by 7 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 7, column 3 equal to 12?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 1, column 2 equal to 50?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 6, column 7 equal to 20?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 38?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 48?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 22?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 35?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the above of 31 equal to 3?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 6, column 2 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 42?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_7x7_10.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 270 degrees clockwise to find the row and column of the number 38. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(1, 5)", + "B": "(6, 1)", + "C": "(5, 1)", + "D": "(4, 6)", + "E": "(5, 5)", + "G": "(5, 4)", + "F": "(2, 5)" + }, + "answer": "F", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 270 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 7 rows by 7 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 4, column 1 equal to 18?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 4, column 6 equal to 27?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 6, column 7 equal to 49?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 45?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 16?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 17?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 34?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the below of 42 equal to 36?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 7, column 2 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 38?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_7x7_11.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees counterclockwise to find the row and column of the number 8. (Choose from A, B, C, D, E, F, G)", + "options": { + "B": "(2, 1)", + "C": "(4, 1)", + "D": "(7, 6)", + "E": "(1, 3)", + "F": "(4, 5)", + "G": "(1, 4)", + "A": "(7, 7)" + }, + "answer": "A", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 7 rows by 7 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 2, column 2 equal to 14?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 7, column 6 equal to 37?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 1, column 4 equal to 34?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 38?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 17?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 20?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 8?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the right of 4 equal to 26?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 1, column 1 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 8?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_7x7_12.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 90 degrees clockwise to find the row and column of the number 15. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(4, 4)", + "B": "(2, 3)", + "C": "(2, 4)", + "D": "(6, 2)", + "E": "(7, 4)", + "F": "(4, 7)", + "G": "(3, 7)" + }, + "answer": "G", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 90 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 7 rows by 7 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 6, column 3 equal to 14?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 3, column 4 equal to 19?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 1, column 3 equal to 30?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 28?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 48?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 47?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 32?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the right of 28 equal to 13?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 6, column 3 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 15?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_7x7_13.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees counterclockwise to find the row and column of the number 27. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(2, 3)", + "B": "(5, 3)", + "C": "(7, 3)", + "D": "(2, 6)", + "E": "(5, 4)", + "G": "(2, 1)", + "F": "(5, 7)" + }, + "answer": "F", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees counterclockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 7 rows by 7 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 2, column 6 equal to 47?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 2, column 2 equal to 22?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 5, column 2 equal to 21?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 36?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 29?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 2?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 9?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the right of 42 equal to 12?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 3, column 6 gray?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 27?", + "answer": "yes" + } + ] + }, + { + "image_path": "matrices/matrix_7x7_14.jpg", + "question": "Given a matrix, where each square contains a number, rotate the matrix 180 degrees clockwise to find the row and column of the number 35. (Choose from A, B, C, D, E, F, G)", + "options": { + "A": "(6, 7)", + "B": "(2, 6)", + "C": "(4, 3)", + "D": "(4, 2)", + "E": "(2, 2)", + "G": "(5, 2)", + "F": "(6, 4)" + }, + "answer": "F", + "description": "Based on the given checkerboard matrix image, generate the resulting matrix image after rotating it 180 degrees clockwise.", + "quality_questions": [ + { + "id": "q01", + "type": "dimension", + "text": "Is the matrix in this image 7 rows by 7 columns?", + "answer": "yes" + }, + { + "id": "q02", + "type": "position", + "text": "Is the number at row 1, column 4 equal to 10?", + "answer": "yes" + }, + { + "id": "q03", + "type": "position", + "text": "Is the number at row 4, column 4 equal to 49?", + "answer": "yes" + }, + { + "id": "q04", + "type": "position", + "text": "Is the number at row 3, column 3 equal to 21?", + "answer": "yes" + }, + { + "id": "q05", + "type": "corner", + "text": "Is the number in the top-left corner of the matrix 6?", + "answer": "yes" + }, + { + "id": "q06", + "type": "corner", + "text": "Is the number in the top-right corner of the matrix 9?", + "answer": "yes" + }, + { + "id": "q07", + "type": "corner", + "text": "Is the number in the bottom-left corner of the matrix 30?", + "answer": "yes" + }, + { + "id": "q08", + "type": "corner", + "text": "Is the number in the bottom-right corner of the matrix 19?", + "answer": "yes" + }, + { + "id": "q09", + "type": "neighbor", + "text": "Is the number directly to the left of 11 equal to 2?", + "answer": "yes" + }, + { + "id": "q10", + "type": "checkerboard", + "text": "Is the cell at row 4, column 2 white?", + "answer": "yes" + }, + { + "id": "q11", + "type": "existence", + "text": "Does the matrix contain the number 35?", + "answer": "yes" + } + ] + } +] \ No newline at end of file diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x3_01.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x3_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..44c65762ebdd843dd2225390f185435e404bf122 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x3_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1211eef599f34cbbd985e96088bbb1afaf8116ec74020e7d244817956a1a8400 +size 15188 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x3_02.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x3_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a7620a0f1eed14f9deeb476c0f68478862ff7bb9 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x3_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3028bb6095b605a76427304fa58ebd1a3c078db123b232d78b404066fdabea65 +size 14146 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x3_03.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x3_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8858759961a66b433a1e2aafe4831eac9ac2384d --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x3_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ee37065e137e6e1a48300799264d65a4160da48a96fb50c6c8e09451c02445f +size 16111 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x3_04.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x3_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aa2bf2f773d1a5b02f2ddf36f314d22b13da46de --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x3_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e303107bc8139367ddc7984548713b38e86261ff15252fccd84924f05a51d2a +size 15984 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x3_05.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x3_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6928805299b691019d4a70149aec222b9381ce13 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x3_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17274468242ffeeb67b1b0c6bffd46132b9f58f4669ca48847f02756f54fab6e +size 15818 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x3_06.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x3_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9f87adfd4b06d2b272aabf61b00e83a735607684 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x3_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ae18f42a718438efb007c6e5166c6b85ac4785bd80699f6f1abe7b3b9c25fde +size 16596 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x3_07.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x3_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3aa8826eddc04ca9539a27283ed3594dd18fcdcc --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x3_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b56a33f05d08b4d2eba2b529ef4b667dbbb159ff5b4ec962069f69bd3d730338 +size 16433 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x3_08.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x3_08.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9634d7302e54c052c9c62aaf29d8a6c3b15e16fc --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x3_08.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31a8999062f65dd56ec0307d7557739ec48233f2754c554f7ebc84a8b533200d +size 16237 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x3_09.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x3_09.jpg new file mode 100644 index 0000000000000000000000000000000000000000..45afaa6536b4cd1a8428d61ca1133073b0a6cb64 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x3_09.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa76eb1797ed3fe605cc9925ad67e6278539e513f4cbaa3a2aa4630c37228712 +size 15162 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x3_10.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x3_10.jpg new file mode 100644 index 0000000000000000000000000000000000000000..90cdfc15f1fce7467a137e9d5e191ed7f575cc78 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x3_10.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb7103357a89ef17d536c58e8a15e596825e0a1d62e1fa6959ce6cb93477058e +size 14938 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x3_11.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x3_11.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eddcf40aefd2eec1eadc2dac1e2a364a4d338b7f --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x3_11.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8dd08971b2e20337940b811860b4280e55a9fb32eadc93b7a865190a80a3259 +size 15228 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x3_12.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x3_12.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aea77de53bad00842e2b791e7005066539bc1e03 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x3_12.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b81a69df4ffe1eb214a46685b9b92e64e031d4ffc804ba953f16810314bc675f +size 15315 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x3_13.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x3_13.jpg new file mode 100644 index 0000000000000000000000000000000000000000..56e687ffd5c8091da2d00d48497aa743ec91e4c2 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x3_13.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf7ff3b96d3707de7937cf97314399c7501244087796dda56b8d704e6f8cbf76 +size 17228 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x3_14.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x3_14.jpg new file mode 100644 index 0000000000000000000000000000000000000000..511eeb5a9548f742c93d3ff2b2c954bc7fe9a4cc --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x3_14.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bec700f0dbf123254a60b71a93d74de9865b787f47dcfa604ceabff23356c303 +size 16051 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x4_01.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x4_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..871fd5a8487dafebc8ef8bb68872c81e1e2df5e5 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x4_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca94d067af66880cd4579aefa4e03bb2d71aa73e16eba2ccf468676e083e48c8 +size 20210 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x4_02.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x4_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fc171a4ce514d1e9fd039cf595cc0e2cdbd78def --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x4_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:575635f01e8de92701196db696d2e5c8e3095cc222ead1855c60934d11f044e8 +size 19939 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x4_03.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x4_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..973d86509c18a94f6a1ee78cb24a92f57ca31db2 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x4_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75fe64ac4984c7ff7db38922d8a1753ce2c23c50e32e2d602acb5c2d3667c4ef +size 20601 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x4_04.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x4_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7e071de2c4a2131e508560f07a4851c407031ed3 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x4_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d01fa292c2162ca6e91a1e2ed5f22d23f0e73db079152ada6aff2f0421cc1f8c +size 21931 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x4_05.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x4_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bf759f49528508b6e01db32921172108e650168d --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x4_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bd977da3df2da6579b030c3e8f358899b09a2a529b7c5cc4010b39e73fdeb36 +size 20586 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x4_06.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x4_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4945b15342d821c803bf36ea181c3d375be7b8ca --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x4_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f2fe438784d4acbd3cfc79cba144b954f38ddbf166fd63c37d18b3e5b2b11f3 +size 21284 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x4_07.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x4_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b6a14dc902508fa58f124393b63dc14c141e67dc --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x4_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:775b9fba58b58ecdd1e439d88cf03ebcb23b3f24788f658fcc6672f60c28e378 +size 20435 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x4_08.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x4_08.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7b25570c27316e98970af2d26ac302471c76e63c --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x4_08.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfe72b5bc82bdbc00478f06af6d41ec0298ee3300baff3fa429feb1ecf26cfd3 +size 18641 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x4_09.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x4_09.jpg new file mode 100644 index 0000000000000000000000000000000000000000..44da4a5bba0c525a5d529a4ac8374f21baa36deb --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x4_09.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ba5173b7372e59020998288def1c8b3ebdcd1a322033bd9b99fcfd857327809 +size 20044 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x4_10.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x4_10.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e5c72d6dee19c2f461084c5e3341e58edc419a93 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x4_10.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a215ec6374c96182fc57ef5f7c7ce4032975b33eb1ae76c3dd687894b445c28 +size 19395 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x4_11.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x4_11.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3a61619c2abcdb1e59e8d7cb536759ceac9e049c --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x4_11.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53f8293e36aba5af8d93d04af239ea5856f6cc0067bedbed1a5a8a262c363dd0 +size 20705 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x4_12.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x4_12.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a2d19c9a68c8da05b887b2a10f3994ab8778fcd0 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x4_12.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:275e69ca9cba8c59a0ac91fd19e83607d804e6c4f5a74d6413c3be730d8957ed +size 20105 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x4_13.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x4_13.jpg new file mode 100644 index 0000000000000000000000000000000000000000..82e1a4a18e57bf610f388e6244e9be89a4467ad9 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x4_13.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffb17bf5f843de98846898363478a92e3e82be01a36312e1df18ce370c18b460 +size 19550 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x4_14.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x4_14.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2b051eb237a09a2745286bca90db622746c39ade --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_3x4_14.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d4dfebbc959e61da10c71066c956328ded9555ae69ce8382597ca4972029382 +size 20547 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x3_01.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x3_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..27154dcd56bf207fdb5aa6e412e42c6032445e2f --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x3_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0327c0a543da8d323f29bd5d83dce7d90be89082b42fc01947490bb16c1bbbf4 +size 19392 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x3_02.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x3_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7f9073c8d81d2d2b73c4894c097aac1bfdc5c304 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x3_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28a970f6cf0af9ba3e6880042e9b34886aff0e41b154d912739a0458cbbdc45b +size 19918 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x3_03.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x3_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0adfa2799eb298caea48cfd9502d9d38840d6b1c --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x3_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d340018693a1fd35a3ffd716ff17a152130cde20c62d6c416ce6d756328f6578 +size 20606 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x3_04.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x3_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..353f55367e43902717dd7bed7c951371f5f4ee75 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x3_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd88c0f47f0ce22aa549b34cc65a8e0db86a142c6a1a027f325ffeaedff3c3b6 +size 19677 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x3_05.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x3_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e1ed7b78104ebb2168152c0126cac3c8dac4ea34 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x3_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0e49347889422b630df0c11812778cd338b3b8489c62b23bd931269862a202d +size 19727 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x3_06.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x3_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..379340ce1687ff2dc06e9967a2cc3eea66627821 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x3_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37af4d7fb71a9399907bb81f6f73a9c2d13022e829c6a3b38266219b9d748cc8 +size 20741 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x3_07.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x3_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4e4a407145f90e67456acb8bfc58851ab7f257d9 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x3_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a83b1f0a8cf0632499b10499c64d3facc4899489801981aab0c14b39cacde1ee +size 21585 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x3_08.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x3_08.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8d88668457b15716d46e6926c5910802a627b881 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x3_08.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca1f5af37366489d6d3b9e5d374f0403d4a0a35fc25dbc48179259e8ed4c72cf +size 21164 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x3_09.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x3_09.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ae744c3af4d0d9c0a332fe5aa0f888e95c933178 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x3_09.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7432a3d89154899efdcee39a1fce9f445ae5867823d49629868ab34d423715cd +size 20249 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x3_10.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x3_10.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e316cefde56915c6a64b947d73ecb58b0ebce9ec --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x3_10.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e45cc16638c2b4eec0db282dc3cfd9d2943eaee2425e24c77c2025513db89815 +size 19855 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x3_11.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x3_11.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0718f8d3bc8ee582e99477619a4d219ab0eb7a9c --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x3_11.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9925dd032f319aab0a0de5252fe8ea9f03752f8c5eaaf4594a852f424e96e32 +size 20119 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x3_12.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x3_12.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c01b3bce26ee8d4faf262ec034f7a3a4549af21e --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x3_12.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35cfbc3a6a6058262e37fe68d8a9994ea13b4be3b310a35c381bd19ff76c66c6 +size 20947 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x3_13.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x3_13.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c7d48903701858c44e28a55d7f32670947c45235 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x3_13.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c01e9571a895f593e14b97a36186502090f61a592defe04be63f4123cc04cc7 +size 19572 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x3_14.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x3_14.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7f1394a11172bdb9c880802151d555063f68bf55 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x3_14.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:002e213fff58fc530af10b5cc781ec3aab0e6dace92b8207db30a099d8dc5df7 +size 19314 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x4_01.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x4_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..95710cd1099da3a99ee1a87ebdb8cac99d3cefd9 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x4_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fd1ae73c3c20dfa996cd13bb0c65aa51ccd806104d34724d27bcbe9815d5c74 +size 27216 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x4_02.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x4_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a68f63443eb775274d683ee0f7aada9bf96a4694 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x4_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:664d5495fd4ee0429318f6d9f50e5247b9db838ec1a30a6777e06770a432122b +size 28033 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x4_03.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x4_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2669f8ceb5d43f20b84d9d231bac533fa0652780 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x4_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d268cc9324239d5addc73824a50a9933f94764bc52bc9f7abe002436e67799ce +size 26250 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x4_04.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x4_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a634d685c9188e715e1d32b223010f97ae716d6f --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x4_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00a9bf048f9b996d8c03eff2b6b34345cf73469c39d6bd0d2c1897a8d0be41aa +size 27090 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x4_05.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x4_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f00db19c5622c17e3c2b0a4bb9ede67c15ec047c --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x4_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b6d72a912f3ed99e601456a70bed6fd12d3ea936f5de134ee542e569263e06e +size 26773 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x4_06.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x4_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b13101c1682e3ee18be0ce59bed21ad62d9473da --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x4_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a68ca2415d1cd5daa73a395885830b3896e860d5bfddceeadff5b5437c2b83f8 +size 27581 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x4_07.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x4_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5038ec27c703833619c71620785a9b2d70d5b89d --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x4_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9480750f5a78f1cf3ed5932290f3e17a875b5f143b5b675923e32ab100e54812 +size 27270 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x4_08.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x4_08.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3a608a528d3254af56363821efc7de062500c39c --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x4_08.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfe884dfae7e44e8fa4aa083f2d85e3ca7e450ac6a6f02c45797d7c42be564d9 +size 28425 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x4_09.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x4_09.jpg new file mode 100644 index 0000000000000000000000000000000000000000..55c6e12961494beecc3fc27ba5ad521fa740f8bb --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x4_09.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d6f361555cc4ef4647981b489e6e70d1402813c7875dd6d760c62b5f555cfdd +size 26972 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x4_10.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x4_10.jpg new file mode 100644 index 0000000000000000000000000000000000000000..12d3fb501458e2174b05ddd5a2e2838c993ad528 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x4_10.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:093b8f91b354deae37da5ec1d950cfa3b1069a65575f07c7c833021485f94fea +size 27006 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x4_11.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x4_11.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bcd6a88fa7e64d4ff809d4cdf44f8e2b9a627d79 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x4_11.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ea1a1f1eac4eef48d72a45793f422a5eab31280b8d80246abff5975f2e6f22f +size 27606 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x4_12.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x4_12.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4c8c6f6ed81aa7fe2bd57560763005d384de6cd0 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x4_12.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ac7ceddcb70956114f2a1ba51acfb45d88b5c09b06ecb57f6908077189e99f9 +size 28715 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x4_13.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x4_13.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0bee6b5d3be2f5ff2e8ffde35643096678ea101f --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x4_13.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:affca5c23798c288c24d301cfbc63251297e244b09dddcde46da490578cbae62 +size 26220 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x4_14.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x4_14.jpg new file mode 100644 index 0000000000000000000000000000000000000000..31ed1960f7c1669e8c36b29cec9a85cc1bff6991 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x4_14.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77e26cb9cbd7800c437465e7c3e1b029536c11514c92272a8d8406d990e531fd +size 28293 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x5_01.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x5_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f7495b42ec7b79f5624d1bda047ffa716b521373 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x5_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d2ea8eee6d6d0f587f1465593fb8feff053e1ff2efd61573c83192d845f1667 +size 33436 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x5_02.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x5_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d5924742005be769e747c8a9125a44e4673e5da2 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x5_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7d5b125988aeaca8eb695ae87bcea195ce484ebd04d1d83849161bf961d08da +size 31851 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x5_03.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x5_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b57d21b1bc8b726501e4bfa9c05c80b18fb6884f --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x5_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a3d3bb4b68beea8ca4ff77c840e2dd0403cf3d9e70bfd8f23fa38698d772445 +size 33052 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x5_04.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x5_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..385c326affd0fb73e7b192b9fedcc289ea2a8197 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x5_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90655b05b270c508020102542a155f438ee9408a7c400745dd35169d3d299119 +size 33526 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x5_05.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x5_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4df8f9d37c00d05413f0c439380fd13a0b96cfc1 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x5_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04c7877e488d17e4909301643735333c89c82f94d192f27ed0501f80d3425acc +size 35270 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x5_06.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x5_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..db143c31534aecc1e3e7d66a9fc94794f7a0f518 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x5_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3bbce4eb477a60da960455251b13e3d249e20aff275a10948c3ec90b75b79b5 +size 33726 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x5_07.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x5_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4b9dec8d90ef4824dbb15d3c181972f4c732a025 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x5_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02c3aa4db4293ecf03037025477753f4ce52e5ef903bc825c056b81b2bb69c71 +size 33759 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x5_08.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x5_08.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d5e1722b270eeed731314afd1a0565ca57897118 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x5_08.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68ded22423626d24a47f812af437f15b3797e48a73df94e84811ed830a4f7add +size 33328 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x5_09.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x5_09.jpg new file mode 100644 index 0000000000000000000000000000000000000000..424409cb50476d4b468dd6e8ea3f0e2463115fde --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x5_09.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3869d1ec71918087fb953274a464a19a77231d94ccce41e90e4c0195d8e834d +size 34278 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x5_10.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x5_10.jpg new file mode 100644 index 0000000000000000000000000000000000000000..21251dfa61367279560ee35b9ea43911ce1af7a8 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x5_10.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7dc80814c5f8c52839e9c339a18800bf5c6455dd4002616d14e48b939069844 +size 32827 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x5_11.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x5_11.jpg new file mode 100644 index 0000000000000000000000000000000000000000..101052094fa7d7dc1e300eab69c172d8e8f6362e --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x5_11.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5f2d6c21cfeed8ced79d7d96b9e105e56493ff3ef82e64eba0f63548b94c5cb +size 34054 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x5_12.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x5_12.jpg new file mode 100644 index 0000000000000000000000000000000000000000..79b6b5c2f507f11a9be5c14b6c75fe53db2fda98 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x5_12.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c0e447028c4b41e5ec776cab095643841cf904ee9e5073a274f3b86157e8cd3 +size 33608 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x5_13.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x5_13.jpg new file mode 100644 index 0000000000000000000000000000000000000000..84c0209ba1070d96dd7c46a1b28092b27e52ef70 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x5_13.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0487f887884f21b473cf0c75a68cc8789239decd2cb6f66a6a43ca7ccd663b7 +size 33357 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x5_14.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x5_14.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7eb33aa6e290b968eeaea8bd34d5d03ae04065cc --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_4x5_14.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a544fa5c305c4f1b6952b86604b299fd8cfd68bb86913a6e1172e7bc0af58e24 +size 34687 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x4_01.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x4_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f3594dcda6e74e8db1c02fae4e802ed82e80a87b --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x4_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eb1d170342e858a79f059744986d0ccfb4ecacccba771420f142e47959e6bac +size 33126 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x4_02.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x4_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b1ab4a6e044fce3644c94b4914aaca081d203e33 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x4_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac80e072263d8d3c93ce3d0a316e7715050d56a83515153568741ad42e03d5f3 +size 34205 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x4_03.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x4_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2adba2b7037e45727c54901f077a40c73f069830 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x4_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fff78c801a754a24ddf6279c9a2360eb46da1968a153cda574ef10e156a809f5 +size 34767 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x4_04.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x4_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5730e3b9582f3473e669352ee41599e7a5fa3dd8 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x4_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8fa85f1be750179ba19cd0b9a75a563d190ac561aa8cde544616f91b5bc9f8c +size 32520 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x4_05.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x4_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0b2e12a2bad4154dec5e2bf08788acaad0e59cde --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x4_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:243d4711722aec134a99db011d1814e33ee39756af4e069a470eab4968680d8c +size 34519 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x4_06.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x4_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ed471e4dd688660039d137fb1e2ec38d87f73ba2 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x4_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:152522b2c7429d15136eb118ebae5347ade0a2df030abe269bdfd5dcb8bc48da +size 32915 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x4_07.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x4_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a16d506b679928723068915ed412a5fdd19a0a5c --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x4_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83494d4cac99c3a1f1e9f5cf556b6d1c516f7d99e7030a0c1d4f85eda491fc60 +size 34541 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x4_08.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x4_08.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dace926a40a97d63dae887110e2b35d559b24e25 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x4_08.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebde5af538414ecf9e220f02a1b29d9c6a63a30b5af2ea56d0a563f2071966ff +size 33395 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x4_09.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x4_09.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d34169e22a5e8ed492a8a3070ec864397782573c --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x4_09.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9a7a73f42371ce7a5db884ada7f0acc63c8bb5d55dabb9e2d5574c78a97ebd7 +size 33629 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x4_10.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x4_10.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c5439165c8c1dc6896dcbbfde7441c29cf3887a2 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x4_10.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:919eef820541b46df7e916e11f88d266a90dcc97976273006a0774be057f8594 +size 33744 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x4_11.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x4_11.jpg new file mode 100644 index 0000000000000000000000000000000000000000..21ba7030481260473fc318b6f5efdc63d3c9ee83 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x4_11.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b6ceecf872b2db5777a6ceb72968b0ba9fc7ab9e1e8e3fb70e88e7121602d7f +size 34432 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x4_12.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x4_12.jpg new file mode 100644 index 0000000000000000000000000000000000000000..222d877db9be321a70c1ad03fbe85fba3f842aa1 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x4_12.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66712b8802288bead94f66b1985717342ec178d587f54602f909147db4b14d3b +size 34376 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x4_13.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x4_13.jpg new file mode 100644 index 0000000000000000000000000000000000000000..de10f5f71a052b1da7cb32a21abe5373bab03b79 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x4_13.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b79539e481cd2d7f33b22f3d176e47abaf7418ff8667930e0d70716a23642f1 +size 33320 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x4_14.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x4_14.jpg new file mode 100644 index 0000000000000000000000000000000000000000..11ff280134d6f0f467039bf5cfa3c8bdb4059312 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x4_14.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25da71ead43db0fd97f927c6e1b0a575649a9cbb25275012ef208d811b60f496 +size 32759 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x5_01.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x5_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2deedc9bc8ea96a6c8b7a8f6d156427d73162e8a --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x5_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8ffa2afea6cad76732d66213f56c397f54c36b4c51b04dafe2afcbc0dcb0cc0 +size 39782 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x5_02.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x5_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9b8902de66375224ccc16e6b4710522c1611015b --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x5_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2baff3d52c68137b757b8b782529caa2b4689bfbf4c99cb29dc1908e89d639ce +size 42203 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x5_03.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x5_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c138241063856fbf958a1face6f98dcde4ecda51 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x5_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:993cbabe9877c8a1fa1b84c77c69ee8f137ab06ad4299ed1acc92863fd11e4d7 +size 40083 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x5_04.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x5_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f12660dd699adfd3fb7756677f3e194ceb8f850f --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x5_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:220ad6c9468f9b5694419902b9951c38a8921a25596279da8061b556b8272ed0 +size 42016 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x5_05.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x5_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1795dbc2d14847892bff051942156403fd5e12ac --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x5_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dccbdb90464a281ad6f39f7771d2282cd9896e4fca10ef0874d7bb752caacf6d +size 41365 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x5_06.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x5_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6f21ffec79ac0035201d2d11184af9c70175ef64 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x5_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b67a70d6d5cb11aef5cfbbb1678147ba3b08206b765f9f6ad257c85d99e76dd8 +size 43085 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x5_07.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x5_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c24ad786d099b94037904fb31b582212adfab005 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x5_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e07fa8f258df20c9541b38690743c823ed55e193f6c186d07625311debb27811 +size 44937 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x5_08.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x5_08.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5701da0c876795614629ea92774e4f6600f017e7 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x5_08.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c66170fd096b397928db5fdbfe18423962254529bb9eda3ac9226446760a91d +size 43339 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x5_09.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x5_09.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d8bc4240e4c24e27a9216e00ba28246068a2cbf4 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x5_09.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9394b5f917593288df00b6c1e4209c9c0c783d4798aecee020c9f4d73e33c615 +size 44181 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x5_10.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x5_10.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ea1cd8a6fb141ef3fa66411970f3bd04b87951a7 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x5_10.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36e7f70f99cabe8d18489228ab5feb6fc8092a4a71b8211865c46a3f480fdf0b +size 40913 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x5_11.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x5_11.jpg new file mode 100644 index 0000000000000000000000000000000000000000..71015913695bcd20a14f641524207871bf73acc1 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x5_11.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55d1e1dd10e1ff22f7f8a1cc7838f7d28b3882d4daa343d10538816f1c61e3eb +size 40888 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x5_12.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x5_12.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5062f58f3472e5d45e49a0a979cf809e6f2a8b0e --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x5_12.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f108e00eb3c9d7f5fdc838fff89f0f2d6688068548e1759c27e4d87190bfdaf1 +size 43079 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x5_13.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x5_13.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fbfcbd6ddd57ac97486fbad118d5b24170b88008 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x5_13.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7286fbf4d7e4f1308eb3e349c6fdf422f514cb74e5ad77db0c1382d0e73f31aa +size 41320 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x5_14.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x5_14.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9358e5923f774543d1780f353f8bce9fccea53dd --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x5_14.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c26d3c6995977876470abf5cbb4668e7058ebc5a8586bd37864700630d5b8ec +size 41812 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x6_01.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x6_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4e5c92b988a5e1b4b0119cd8f9ca23241b22cc13 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x6_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e18800d1d1cecf280919f897b2fe20ef0b5a4b2802b853ae798ff8c441c9ab65 +size 51535 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x6_02.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x6_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..15509f2f3950a1bd9643686e2f1fd8bc84b80cd8 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x6_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdd84f0da8003c95c6313bf5e6100bcc8f91023a0a498b81feaa0badcefd3537 +size 49163 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x6_03.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x6_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2483958e22b9ad023ea0b5186638c52c0dd11356 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x6_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e676cd62cc1003356c8e65d34f3c856d30ba7940cbe6d0a0962a3139eb1a2d89 +size 50148 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x6_04.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x6_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..52314521ab5a303e2ab4f02f71cf067a596eba09 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x6_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1c3501d3ea4416058f8cd91c5604cbb51c5422750e28253caf138d36b82a480 +size 51395 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x6_05.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x6_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..63459e71f4711ee7d61f2c3cdd82270c60187cac --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x6_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fc641785c32c6ad1c6e9a30d34088b3e88cfd94c9449d445e91147c0c7c521d +size 48936 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x6_06.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x6_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c4206f8cec117913cd7336cb7697bd5936d994b5 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x6_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:323204e6b520b2b95d336e8beeba9077a50eae4fd21695344cd17703de826f3c +size 50491 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x6_07.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x6_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2855df4b381adea27458484a5873705ef341cbcb --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x6_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adcd1d20978dac7a3209e133380a36caaa4560bfd73d4d5506a82837fef81fb4 +size 50609 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x6_08.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x6_08.jpg new file mode 100644 index 0000000000000000000000000000000000000000..29f9defebb82cb7c829c2d19e805fead2c2a5d46 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x6_08.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af0a4b4f991d61fba3b6ee27aa9e1f5025e0b3406841d697698ab294bae3eb13 +size 49897 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x6_09.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x6_09.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c59b8f890036ed86eb25c1610098b03223ab15cf --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x6_09.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43edf74d6c98f8f17b364b98e73218bff7b198dcf14ebfa209d73a0c14dbfd07 +size 49725 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x6_10.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x6_10.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f1c3c705133cdf87cc2cc80f1a327c2b650e2c1b --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x6_10.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d7ccd4733a70740af4fc152b6360120b69df5cb5341a249a2b60a6dd2522ca3 +size 50713 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x6_11.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x6_11.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bec98c730ace6d37f31e26b13e4e0f84dbf54c94 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x6_11.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b48c16f9793809d19332f58374e0eb79b8692c14fcc0a404c870a1d5491473ae +size 50726 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x6_12.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x6_12.jpg new file mode 100644 index 0000000000000000000000000000000000000000..36b4ea7257a914747e643075cef55926e6c73b58 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x6_12.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21e7cb040a0d93c0896c37e1f9b81ad7778285ada1b2fb3e5b813a063073b4a2 +size 47865 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x6_13.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x6_13.jpg new file mode 100644 index 0000000000000000000000000000000000000000..14ad71e4a916873956da1e905b2a3958d9cb4b4c --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x6_13.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbdc27988f914a0a00a334846581a6508d9047412426791f6ef83028160e7e1d +size 49557 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x6_14.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x6_14.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0bc4d2c516da7504d7a4cfa90b82beb5757191df --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_5x6_14.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40d1d0ea6ad21f8da822b3b548748685eb25347952da1d96b26c5adf233852eb +size 50496 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x5_01.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x5_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1998401d01a7f92b21bd0311dea1a26b7c76f799 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x5_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35092639f2e0cb719ee5a85932da57fb06acf27b9c5495a88fb0c8c1044b079f +size 50546 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x5_02.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x5_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d2dabd8276ee8d95161fdb12aff2322db3bbccc2 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x5_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12419621b86d85cc895bb6f3837b28b8d38b047cd616eb1f3999e6229e43fc16 +size 47220 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x5_03.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x5_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9ca9ef4981ddd83dfc913f6d7d2643ef84673037 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x5_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a1452eaa1aba289f3c82ec66a9ef5df5585f12d9012957b2089f5a97ad13658 +size 49275 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x5_04.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x5_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7ceea38af8fce7c232ea7e44fcd66103eab37d0b --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x5_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3be49e9384095a53d1f5b67a70c831fd004a1328a6f833df77b213b74f245bc9 +size 49016 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x5_05.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x5_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a91dcbb2d5bee7f2e421883492f0318729de2f33 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x5_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c7d99753681de58d2caa806ec52faf6131ceb1523bc6e1afb8076b8c431b0b4 +size 49766 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x5_06.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x5_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..96a824fe9cd31a1b3cbce39a07223fd01803d1c3 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x5_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dead5cc6a731f601274086dbd39dce678841fc3b7f73f312b2ed869356760b8 +size 50026 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x5_07.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x5_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8f7610522c4f85bd0c063da9d595851db59a88f9 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x5_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6e49dacf2dc379b7bd4d0ed614da10fb66a169dec3b5f7997b53fe1b4132ae3 +size 50082 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x5_08.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x5_08.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c4e69c67b6f4f25a7dbe0fd08f014ef233f5e9a9 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x5_08.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9535d6c2b8b75b18dd34183c98401bf8943aa6ec3b1a3eac0b0965df399498a1 +size 50614 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x5_09.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x5_09.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a8227e4557c6d276a4c3af203a14fa55fa3504fc --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x5_09.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8fc6e05bee6186f320b479e14ac67b7720b2df940c6425308c80af8f99a22eb +size 49324 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x5_10.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x5_10.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4675962e16c122ed915982c7a4394b16eb36b74f --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x5_10.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eeeaadc8e1b8f93ae7ff7b9d66aa1b027c727663bd1a340e028422b35a9b42f +size 50302 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x5_11.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x5_11.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e7ee4b9f933ae2ed95e02db912b6f2e0963488e6 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x5_11.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06461729ca8c49ecd49182b611e46840ac5e1ba210e33d8816d96d758d01b998 +size 50749 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x5_12.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x5_12.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f1440d32108e8ffb70d07a37a9d49187f7baf34f --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x5_12.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c822f8e24476193996dfd7a98dae6ac61af39bdc3fe31e6cdcc16c4b377e897 +size 49744 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x5_13.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x5_13.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d5a9139e9a9a8adca926fc17163d91e725624858 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x5_13.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd48ce8fbb8c39a7db474eec6fa81cc5751a5db94b2ac42edc0653cfe995377b +size 49827 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x5_14.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x5_14.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d4847f9dd3f194f6e6c3f669091fe8a56833b187 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x5_14.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a6065589670d25ece7e01a2949f24a193769c22575ef99a4d97bbcd53b753fe +size 48726 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x6_01.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x6_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d9e1884b0c92fbb101febab0a541d23473fb6bf3 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x6_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7f16e230ef204f86d55619367c97b7eca17c9995c29b98434bc4741438cbd52 +size 60515 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x6_02.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x6_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e19fffaeec030dbc26ba35c425eee8b034a0bd21 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x6_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7e63edb3fe02ef48e23ed868c5624b0576f096a9eb87477f60448cca8adf047 +size 58919 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x6_03.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x6_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5cb5c82ea91742dbe4d2aae82fb6746a9ce674c4 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x6_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e4dac8ad41668ae8eca698e325d68a46b94c4290ad245fd579c86b53bfe914c +size 58835 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x6_04.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x6_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5cbca3f3b5a42113d5dd62326cc751723cca65e0 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x6_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5da5b607daa44f8d4eb5f0f4dcf330547bab378e02e913dd2914393c996ed743 +size 59494 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x6_05.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x6_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..61029ffab34ba528495d487c3df7d415d4f4d06b --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x6_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:034fc9b36a1cb2795e67112a40a461bf61f25f808ba3051f16728f499221834c +size 58393 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x6_06.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x6_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..245e2704e8ee7d66ea0e06ba8202724954a03b27 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x6_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59ea015829293a2e9ba478043f4542f671feb943e9e021e404c2e501939bc1dc +size 59800 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x6_07.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x6_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a8d02f21818dab9d0677a11ab4f0da2d37699dba --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x6_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80d95a013a6e259f6941214fd7412ca1c558fb7e240e87a274a906674f990b3b +size 59001 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x6_08.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x6_08.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0b8c8f40cf508babc17b362579c1ed8628ea98ab --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x6_08.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89226b9f1d06fbb9599f1ed0f6e91440de98e33785d8ec873f8f032be09e0008 +size 61515 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x6_09.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x6_09.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b3902e837c529f412b00ba5b420898ff38ab6b04 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x6_09.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9ef3d65c609d24c2d77e98d14002157d46da9ee8b6a0abacd04afd27a03a012 +size 59559 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x6_10.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x6_10.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bbfe914f0e6457fede28df41493fe583475591b7 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x6_10.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:253bca830e21d576d5163d35add17b68efc2f1d2a23cba3c4e36b990427d85a9 +size 59300 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x6_11.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x6_11.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0fab3f49bcbcb7df218d1e188289ab2701337182 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x6_11.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f57f0765acd0dd30e6dcec84cf2f347e289ed64229e0af3773b09781d5109ae1 +size 60038 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x6_12.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x6_12.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0df18f69fe00d6e84c30f8107e37e6e73651123b --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x6_12.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14381c3a52608a00577024667f46127f8a37a8ad8af4a6f8685ca673c14c6221 +size 59050 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x6_13.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x6_13.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f2547b8b1dd855080ca10c44ab4624d5717d7baf --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x6_13.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5fd3f99d4c41914e8becdd418d3f70b469a00d429de654b7d08ced4d70adb6c +size 61572 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x6_14.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x6_14.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1da20a42855d86a1b40031db3e1466092988b888 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x6_14.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31fbe288c0896efae73d811d52fa78e7a957033d953fc76ec873b455531652f3 +size 60180 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x7_01.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x7_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..064bdfdb5c1de499da5653b9c4bad3c692d57880 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x7_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0590e5e12c469b36682bac1e26763c798956cba676ae79db38c8d3a8d9d242ad +size 70032 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x7_02.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x7_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f2fef677a5ff17f77e6f5a28885c0819275bbe34 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x7_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a62d414da1cdcfae096fb9c577632aa9c913a3609936062d83ef711303fe531 +size 69211 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x7_03.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x7_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..22896de906c8adcd13e6994141c3d8dda313f4ab --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x7_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:008b0cad002fd4bebb4d1591eb07575201cbdb79b9fd4c72b76fac5e91a3f215 +size 69725 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x7_04.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x7_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c97dfd8e97d416f9df56f37c2e5b736d3620562e --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x7_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c104b45abe125c70e213ac904fa47f44c3b6de951ba1355a1038d634d714418 +size 70198 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x7_05.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x7_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4c3cb38cfdf840778aa81f22c78c07c4e8fcb23b --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x7_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96a546067ace97c62f70c960671ab617fc68740a0e2d6d885e95fbdaabecc8b9 +size 69813 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x7_06.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x7_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..79d3e643332fe7284b85ca1edfb691d452be8eea --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x7_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d37c6eeb76b1ed31d2802f3aecc54b991b7a3e30b8fe2c1f8a28739011983bdd +size 70091 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x7_07.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x7_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b5fc236dfa155ca919e4f7475bac33c5488719a5 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x7_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11801842b96c82d09ca9a6a0730cea91bec6216ee66d7e077c99578de115cde2 +size 69562 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x7_08.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x7_08.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d9b14c60a2578f9c31daf133d3e07915cd1faa65 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x7_08.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49e256a92c99d7a6856b53223cb42d5068921663fa61780bf07d281591917457 +size 69265 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x7_09.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x7_09.jpg new file mode 100644 index 0000000000000000000000000000000000000000..30634c986a17e3a907a4c10af36e4c7311228e7d --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x7_09.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fcfd2dded2fb60e6921f90122d0b0c4f6dfe7b0d08dd298c4dc03ec36a5e1f9 +size 69374 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x7_10.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x7_10.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c0022ac6603b65e9d10fade6facbd7638317bf95 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x7_10.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7e0b2e6c59bb620423f60c556951d8d8d200aa63bb0c3f2b3776c3c0f8465d8 +size 69511 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x7_11.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x7_11.jpg new file mode 100644 index 0000000000000000000000000000000000000000..748273d275734fee6162dcd7b5473fdd3413c5ed --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x7_11.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebd1e5cac95b4a6d6231282abf25ff8a698da76ce56a503d138116e4a5184220 +size 70056 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x7_12.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x7_12.jpg new file mode 100644 index 0000000000000000000000000000000000000000..da56dd83005a64c80a0ad96a09bc25acce3a1fc3 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x7_12.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1470ed55118f2b3337d793ba2234d5460d1d449b3c5494a8c74dcd74e3269780 +size 69525 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x7_13.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x7_13.jpg new file mode 100644 index 0000000000000000000000000000000000000000..82dd4ae9bb6b86ae78167f44e5c8051d21497e99 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x7_13.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d48965be798ae33705833566aac01b7ef8d675feb26a8df9400c107d93869891 +size 68596 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x7_14.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x7_14.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9141383f14c4e278aeb8735cb8719dd07e495c21 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_6x7_14.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f38ecfbccbb619aea342f401d29851fbf03aa0b000fa84da633f37ea10b32fa +size 69175 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x6_01.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x6_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..788d103ad606fd66484538430f97a6f6fdffc870 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x6_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e694906594166a21abecff9c218393588eb32188601209135709f49f21ee0951 +size 69824 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x6_02.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x6_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..92c46146699db1be2997a2efe462481d98e5869f --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x6_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc154ade089d78a6a908b4f8f0e8718975119cce558209d142fc30e37a4d4814 +size 69117 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x6_03.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x6_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..33873420608e815f32982f30258d675339bebe2c --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x6_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7c44cc73ed6d6aa33c5a95131aeabc893f6f31be5e42e4b89fd2d22bb329a13 +size 71614 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x6_04.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x6_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..baf837dd5b450e9559b189e8243a543104cc9f7f --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x6_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67661225570dfd96eef321c4a85d6862757a5044a0c8a53529dad3a7d5e676a0 +size 69502 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x6_05.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x6_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d65a41b19a37269f2cd30a46ce5c0f15fd77333e --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x6_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df2eeedc7cf4c01de2ea4927c16114893cd757fa1b25ad9ba594d82ea7a1dd49 +size 69708 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x6_06.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x6_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c375caad67ca466672c36026be18ea2c906dfa6f --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x6_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2143bfb9b7d8904de2ff15f737740a3bff226ff538e73573d3ed91c9228c572f +size 69479 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x6_07.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x6_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b3d31e51b5438ab85acfaea1b7d76e2c72b5e50b --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x6_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4bf2a42fbbd1d792926994448ea7c9fe3ba0f29d719931b4549bb6b985e48dd +size 69494 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x6_08.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x6_08.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0c27939c7f4c540317388ac840feb1d23a8b0b64 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x6_08.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffd89bc8161d89ed5ad172509057025d55384b9f5700ab7235cf406857e99d33 +size 70240 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x6_09.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x6_09.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6cd1b1eb3b8dc8e8e8289ab494ad6e0524283e23 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x6_09.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fedc5fc8e90611d6a4da3083d87d296b296c723e8a7fbe0baccf44ffa3ba844c +size 70007 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x6_10.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x6_10.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7ae74388d6e7b394ef71057e89c10f4acac004a7 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x6_10.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a458f8acecdcb2d59c7a009f2b757be17a813e36f909c94eac9a18c4f105429c +size 69491 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x6_11.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x6_11.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1414de9015c05cec553d83f379c21966f5091976 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x6_11.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:989cde2ce296bfda581fdbdfd7044d34bf46c93e1351aa7f1b5e0b2ba1587022 +size 70498 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x6_12.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x6_12.jpg new file mode 100644 index 0000000000000000000000000000000000000000..acdc76a9021a49a2eac13d4f561074492274b620 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x6_12.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a804144cd1d487cecdc0969247d7b9fcf6342288992a4a71d1027af43bfe7ff +size 70238 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x6_13.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x6_13.jpg new file mode 100644 index 0000000000000000000000000000000000000000..92776ac81ce47d71c14bb7fb5ee933c62a95bc3a --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x6_13.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9debffbcf17eea9b24e8dd5fbc072c15fe86b6e0293cdb53273165b24ae03848 +size 69913 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x6_14.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x6_14.jpg new file mode 100644 index 0000000000000000000000000000000000000000..192129fc67464e99ee96b374b83ef9cfff2629d8 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x6_14.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e5a6d8544c9b92388c338c318f3415500cf96713ee850fad16dace930ff4d45 +size 69331 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x7_01.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x7_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a4142ee7916b757a83d1ed56c7157c0e74987bea --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x7_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53a3b853bcc1ee453a70c896a3190bd559e9a79fd053e03814deb3dbbbf991f4 +size 81299 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x7_02.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x7_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..165f6ac4768daba39944926d6a29ef6d6e486e22 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x7_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d9ee4a43e537ef3cd5182b429062b988b27158555b55264ed94579205a14f54 +size 81246 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x7_03.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x7_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b8ef37a86cbe093e343468475837f5c603fddc3b --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x7_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abab5d58bde83989f638dad2b74925d0a0c9cb9bcaf4c291e7bea81787360b0b +size 81132 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x7_04.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x7_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2a84c9295077e1f7c6b18cc496ddc9f8a2d0bd89 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x7_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a4532f89afc9a1e7241780d07b29e7800cae3b935587a776ae3038dbbaeea49 +size 81142 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x7_05.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x7_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b64129b40f3def72c3b844821b9cb4634bf60925 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x7_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0da02fb5c920778ebffcfd9ad130e1bea3a704a65a7e579d6df037e90d4a525c +size 81118 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x7_06.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x7_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8bea77600ee3037a49278c1d76f21f9c3856657c --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x7_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:030f7143e8110bf32c52a9050809a753687207f33da825038b8e6e73347f9acf +size 81882 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x7_07.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x7_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6c21796abdaa253efaa8f74d98bc93f5eaea1238 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x7_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaab62c3a1f90038a492d21182a1f4808fb7196d99c383261250c1d4caf76f67 +size 81428 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x7_08.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x7_08.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1ce53d6124583110a0d0c1a6f35ce9638733b67b --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x7_08.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf9aeb88fcf8af2cc918e27ad341ff591886258de146b044a658991c782d8fff +size 81078 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x7_09.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x7_09.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3f6fc4e46af9b0be46b83aee4eb7a71b8559b524 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x7_09.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60e69ff5a92d30d69d3ee04f91f353d26e0f969c9f9e398ded38c75aa1e2c9fe +size 81693 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x7_10.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x7_10.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bf3e6f9cc79b736b92808476ead4139c245571bd --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x7_10.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f62b84a28a9b1e669df3082b1352e8dbf68b4c0c5a6fe521f5762de0bb856f3a +size 81334 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x7_11.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x7_11.jpg new file mode 100644 index 0000000000000000000000000000000000000000..28c04697c4963c5579fc447221196f5802d87f1d --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x7_11.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9afd479266d1abdc3ed13d6b5e2c76fbba7cb9d9ae77e11a28da3493f88bf083 +size 81566 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x7_12.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x7_12.jpg new file mode 100644 index 0000000000000000000000000000000000000000..63c225e99b5ea54fa716fcc3e93b33dce9911471 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x7_12.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bdbd13058d11079ca51f331c2603953c9637c03b70abaa091055d9f94e15cd3 +size 81276 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x7_13.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x7_13.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0b0611b9d452fafbc2f4fe76202461cda3a10bcf --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x7_13.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a32cbe1c836e3b13d1f3a8cffb669b00a6197ef8ecad17b1c58ccc25f4bb0915 +size 80892 diff --git a/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x7_14.jpg b/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x7_14.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e9e89a81ebab4d39976e8daa2e14201c8c509061 --- /dev/null +++ b/Gen_Guided_Und/2D_Spatial/matrices/matrix_7x7_14.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb26dc3f694830d87ff5952ac6c6f682568b1db7005d694462432a0c4f6917f2 +size 81129 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_10_1.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_10_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..66991bc1bf0f9268b0dae5ba32133c3f5b27031c --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_10_1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6600a9cfd785292cbca2c94010b1ae4d1bdccfdf14ba025a0eda3122cf2842bf +size 17900 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_10_10.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_10_10.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c9005191cd38fe624e232471ce7b6bad820c067e --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_10_10.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06bc0651ca939e3899e025ab7918ffdbcb950708599a2adcd7758aaf0d4bb7f3 +size 17750 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_10_11.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_10_11.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e01e8a25c941d00a48aa5a073dc9ec1b4609a948 --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_10_11.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08d19251603f6ed8b845911c3dcecaa97eb41ed814da520356bc3d9253f74f4b +size 17908 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_10_12.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_10_12.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c96eb36ea6992ff4aad0f5304d48edd2078089c5 --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_10_12.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37de37a5436f0e4858a88ff37c6fbc3fed03935b80747ba31c819f527746d498 +size 18039 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_10_14.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_10_14.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ba8e4b991ca247fe82e594a83eb80d2b80746a9b --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_10_14.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60a6438f71ecca1250bcca7d27caec1d1d926a60a9515f2625255f04bfbfada2 +size 17757 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_10_15.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_10_15.jpg new file mode 100644 index 0000000000000000000000000000000000000000..21d7b06c36a70243bb2d68d1f259c4f42ae1af77 --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_10_15.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:891ca2396b9d1250bd00f96e3de3f18a7d075ed858bef27415f3948bea72fa32 +size 16727 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_10_16.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_10_16.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5035b0eddf9257061e7ceea2917015b8fbb5534c --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_10_16.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a61a3a22167d89cd2c77c6471571f3581f5b5916e4be93cb333e6b585da7f06 +size 17769 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_10_17.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_10_17.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2b5dd0dacff435f601df2b9a719a115ca42d1e33 --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_10_17.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a91d023a84210e8fb23e90007de39f8a7a54a64d433aba1b5c655086b3f767e1 +size 17954 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_10_19.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_10_19.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d44302a9f8729f99494f36f324fb70285eb70839 --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_10_19.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d2fa9ed68ca7bfe222933a5bf3e1b7ad6e1cc4532254e68090dfe54e85801ee +size 17147 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_10_2.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_10_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9b92b014cdddce6f4f832c04756881f6b554a950 --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_10_2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:098b69b7950e5028b04e4ee6a86faa8a6a9c4a539457149b4d3368df62d4f97a +size 18139 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_10_20.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_10_20.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d5584fdc5007cb98b1f9ccd430e8acd7d8c6a30f --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_10_20.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a626024c167414843890c687e9b0c0859f1de270958a81374e7d2169124f1d1e +size 16543 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_10_5.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_10_5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..60d6f5e933f524d7782247819328886aa781452e --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_10_5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:025e8d8666b750016048dca12289ff79251537abd5c87c69358fccc0d73a84f5 +size 17867 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_10_6.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_10_6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..280932517bf366427ad875aa14304349d79bd845 --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_10_6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ab9bc9d8b3504ef17a40e3b06f5ea4633325242b832726176961cd57ed1eff3 +size 17153 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_10_7.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_10_7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..46c569d10d91a0154ab6fc3ea3307bcae29814c9 --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_10_7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9824102c69b415a1aa4acedaade186a5bb454b2d0c611f814ce285689942388d +size 18039 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_10_8.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_10_8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b6ec71c9425217a414fa032e58bd49cbc15b44fd --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_10_8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d07840843540459837eac0c80bb7fbb8f9a2bdcb6b3ba781b560a9addb51e4fc +size 18065 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_10_9.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_10_9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c6c05c1094bfabf9a5477a1dc360099375973031 --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_10_9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1085a4380290ceb99e78de967a8ab879e63fb957313bc1b10b4d6b241b3de045 +size 17766 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_11_1.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_11_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb7776b5a082c9c7fad9e7e0ba566af6cbea88ed --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_11_1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:358d7e4953b827554fecc5387a92b8a702c52ed0d22d677e607cb670a1c64e23 +size 20468 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_11_11.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_11_11.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4ae976e77bb038b43c0fccf959c5c0d620868018 --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_11_11.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfa6f9fc3cf3ec4b1f346c17f90bf6c577e57ebdc3dbe8a3fb2ab6364b8a0239 +size 20904 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_11_13.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_11_13.jpg new file mode 100644 index 0000000000000000000000000000000000000000..52fec1112ce9a40fdaa7af985d7766e3578bb939 --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_11_13.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d268482a27a95a968699b786c464453f4d69f1c410894d36681f8a787fe6b96 +size 20440 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_11_14.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_11_14.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c074f6caf331d5f7190ef5600039d6c1e5db5e55 --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_11_14.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ead430859c9d76b6187dbdb8f392c3f17762c00a09a71b304991a9fcd7eff7f +size 20981 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_11_15.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_11_15.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ad5f5606fbc21d21431f5aa8b1c59f1b3c3ac659 --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_11_15.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2177af0f09f5b0555cdf9a1d0a3fe798470bb41b11a6fc59ee3836a758e7916c +size 20410 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_11_16.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_11_16.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f38f98b0fe8da48b2fa5903d298555b7a331fce5 --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_11_16.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce95716a35708c50921ee4203b3440f382026794194dceab444bf689511f3dd1 +size 20964 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_11_17.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_11_17.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4702f9a5bfef3653928e03e89a2c18eac5a21b6e --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_11_17.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0f3547e70114045d537093c161b2413f2bf9506475192855a5fb8f2933eb5c6 +size 21432 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_11_19.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_11_19.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5e6239fa68db48a093876f4915fdb701fb6d8b11 --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_11_19.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90646e7de6d31e207b064aae4d50bbbf93496f483eeb31975b9e93b955c34988 +size 19869 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_11_2.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_11_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a34557deed33957ced9e27ea7fd37c14d838b8ee --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_11_2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea92db76a3bdea6f3b4c49469104536e39c91fcbe80912b9923892036fca82e5 +size 19905 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_11_20.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_11_20.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b1d3888798a7ffede594e39ae1d0085ddf9e6e7b --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_11_20.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a8f00613bf5440ce9cf6b07cb0ad8bdbfe08bd01782efdb3037f0ae8eb7f137 +size 21416 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_11_3.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_11_3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8245ecceb062a6daa8dbbb996abc7a5268df838a --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_11_3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6565d5e0718649fe2aaa19a3e951d26a6956bef857833aead17bf9d6f7a15432 +size 21147 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_11_4.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_11_4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..67de75851561a64565b843e9752eff23fc2d9b24 --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_11_4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e588d0a931c55f0e5dfa459617f3849ee2ca9ac6ccb76a913bb8bc200e8911c +size 19926 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_11_5.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_11_5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2e05ad76a7958d84541de2ac2c3a56eb48a4f802 --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_11_5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:586b0cd00919b890d661a91e50108ec9e8960f6e46e3241d954cb6a1d51dbaa5 +size 19997 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_11_6.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_11_6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a3af506e2ec3bab8107676000fdd5bc33bde4f5c --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_11_6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77aaccfda0c64125c80c66adf26a95b8fd06adf6d5bce58c539e3ab7ea7c5a31 +size 21019 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_11_7.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_11_7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..54b1a37dd6f3430f4b1c145d870be658cf6b5a9e --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_11_7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b156ff7acf3a70056806269c22bd3878c52ba76479d72643aa0032e09c18425 +size 20885 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_11_8.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_11_8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..57d5e1f603ddca025e251e7e3af1858cd90405b8 --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_11_8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e717975b864ae3e064e2c5bcdc3298c53f9aac94a4e6c1e961ff42a65ad75e3 +size 21195 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_11_9.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_11_9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2c1dc6a6e7f5f595381753b746309d35695a51ca --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_11_9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cac6ef018ea07ef24a045382c2a13f4226ec63905baf8802ea8274dfdd179d9c +size 21249 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_1_1.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_1_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2e4872c70bc7aff356b8e8e093530382a18e4926 --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_1_1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e0b968ae386ed49f0264d3e2c9788825057bb8b5a5afddabe4ace1ff92ff458 +size 20152 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_1_10.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_1_10.jpg new file mode 100644 index 0000000000000000000000000000000000000000..792106ded992026759216491727a4be75a10a4c9 --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_1_10.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ad04b2a88f6c0036ace3f31ce7c67515937fe67913acb8b61a283df88199577 +size 21516 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_1_11.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_1_11.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c6b90486469c12c9f437ceeb0159a124972c0f7c --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_1_11.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07b5738b79d84406a2e222f3c4edd24c516fc706731f27f7fff5eb4355af5ad0 +size 20593 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_1_12.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_1_12.jpg new file mode 100644 index 0000000000000000000000000000000000000000..adf26792df00f6c72313d97aac2c9b7793c7446c --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_1_12.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68a99bf644cbce9caf5b21090bc61b5c263589ac8c43921a2dfc2e02c5ab22b3 +size 21587 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_1_13.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_1_13.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f7ce9b4f1001bf997b8dfffda629845e49b94662 --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_1_13.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:febd4b80b1dd8793d36975552458086042daf79bebc8ffbc7747c17fe739d89e +size 21112 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_1_15.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_1_15.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1264bd3939a800cda58d833dd8b931f7cdbea168 --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_1_15.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ceccc3fad1877fad83922e2b50f9060a67b2ff1c020c16215c94b72bc536119 +size 21559 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_1_16.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_1_16.jpg new file mode 100644 index 0000000000000000000000000000000000000000..392f3d5d9de940e0107beb35bdd815f44960aba7 --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_1_16.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:557e1156537f0bb41248fbb33752464027a52a143f4ca74b3f22b9c7d2648aee +size 21192 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_1_17.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_1_17.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cf7bb2bec36967ed1b54b23d7c484bcee47c0e31 --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_1_17.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4ef42c694893ce766201d9c90887239294ba1ce94280be43d522184ab6f0506 +size 21325 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_1_18.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_1_18.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d1640d7dc96a017d34a227a3d546b7b491f1cbbd --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_1_18.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0580d8c331e44bf9471d1171b84024704919dcaba0b000acda9033e4d18891ff +size 20004 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_1_20.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_1_20.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7fd2c71b13ea8077fbe4b4c2b273fde788199d81 --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_1_20.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f930c29b47a5cf007c7aacee79b4f7f6e472dddc304a505309771bcdf1afc51d +size 21021 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_1_3.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_1_3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9ca744111b40eb48917b8364b76217f818bbfee8 --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_1_3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a5992ed4e3be6f633687a5c26d57c925be10e53090c6f194c9d2c81bf4b8062 +size 21691 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_1_4.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_1_4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b953b5057c721eeb5ddb9e478aff1836fe0bd598 --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_1_4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12aeef11ed67b68179ad6e463a6438910ef1f41c3d0d1c0deb5f476a64875287 +size 21276 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_1_5.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_1_5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ad45998c933182edf5d83359cdd77b5a16f18b30 --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_1_5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29976b3f74719237c26fdc7e0545c784866a7bad76cdfb126a0e4b13792d7f71 +size 21113 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_1_6.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_1_6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3abdc24121768c352643f5630e0f38fbe9ad8b45 --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_1_6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2ba99335c55d221691bdae3b6db509068cf36a065f1c2386a669c2e3215c680 +size 21031 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_1_7.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_1_7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3154ada18e6d3ddced20e835e818dd7a447c8e4a --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_1_7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8874afb8582f07c305262e8bfedeb14f22b563540e39b0e2bc1fcf6a64ea2477 +size 20782 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_1_8.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_1_8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..18dcdda36a60f5f8bbe745d9e260353e645e1d2a --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_1_8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5680327926da779b6a96a33609db1acefc399bede49a8283dad8f8d2ac3b2ad7 +size 21703 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_1_9.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_1_9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2e579e75d511b690f784671ead3e0d1459d307da --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_1_9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65861311710882157a8e84009b535f1a6ae0fc87d74b934d994cf67e2e21c46b +size 21507 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_2_10.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_2_10.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b47c071b8e4d623c1874ab3b54f63831938f2992 --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_2_10.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:601fbf0fce1ca8b64455d580a656507f65db9019e2a466507b01ce3227d0f768 +size 20244 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_2_11.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_2_11.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6080cd8e05d3588e2197365d7d192667d0a05963 --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_2_11.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7668f21dd7b8b06c90dc2dde9a41d57d898e0a1e98d78d743934b62855e96f67 +size 20637 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_2_12.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_2_12.jpg new file mode 100644 index 0000000000000000000000000000000000000000..89df3cfdd2a9d2b82ef804e101d22769d0dd5647 --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_2_12.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5840d39914d5eff47805194517d67de7b27d6a376ef18c3e3f0510874315acb +size 21012 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_2_13.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_2_13.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c75534fdd7b2b3516ef669a064b7c43b4d7dccf5 --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_2_13.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d47b065c80ac10fee1c4fc5dd59be52802a84b292b315acefb90b853d5ffcc0 +size 20235 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_2_14.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_2_14.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0040c08d912875507631e10c6e292e7f80a1ee0d --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_2_14.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15a9613027a4505807658264d74f8e3a4cd14bcbcc9d4232835bad6063b77091 +size 20947 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_2_15.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_2_15.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0ae052d99ca31cbe311452d93c6936c894de9591 --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_2_15.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a15202b0de0ee668d5b8c71a749b08f3fb162aba0340ff0b99af5e311d50aacb +size 19485 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_2_16.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_2_16.jpg new file mode 100644 index 0000000000000000000000000000000000000000..48dfe16aa807da8b9774e7aa886638c15539ff1a --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_2_16.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:636a59865eee94e49d67b21b1aa26c84a5f1eefc3c8ba3a9c84ae7530ce4c3de +size 20925 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_2_17.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_2_17.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d1503617ba5fe8dd5ceb908e75e59baef765bab4 --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_2_17.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f7d805010b541e23f49bf76687810127266adb2ef35143048ffe63e30d4fd11 +size 20441 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_2_18.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_2_18.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9525c37767ee6b71863338fa060e47ff4aa26753 --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_2_18.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d68326ebd1e5c4a1257a2b0345f1cc643f42c51f69f0a1af922bb59b7d04604f +size 21019 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_2_19.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_2_19.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dde5aafb32e9aa1283bad312cea1b1cb1f8e213e --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_2_19.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba0fc5ab28f70cb730d7651800985efab910c0259550c4909c2ea7b91917f3bb +size 20881 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_2_2.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_2_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f9491fe05c5263ba1684e1347f16c2aaf1d5ff93 --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_2_2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3f2c071eab99fcb74712251bc6432e64a34010199d0cf0fa7c6f0d792198868 +size 20344 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_2_20.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_2_20.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c3fb0fa31f74b30571b5010a78378d5da3330ce9 --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_2_20.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ac05c889040f891404d241bdd8a78ce5330e418e35b7edada9cf864240ab55c +size 19591 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_2_4.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_2_4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..97a3afe1e4a8ad7c75c17dd89cec2df190556853 --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_2_4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:500d1bdd8ad6663e1d2dfc2dcacaaf743fad4e6854243d3586ec2a93f3c0d854 +size 20659 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_2_5.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_2_5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6cd4d4db07f83c851245d7752efacf93e1b4722c --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_2_5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:826ade13dede1cb36a69c85490070f47f596ad7c6d61a4c56dbd90b20dfaa23e +size 20992 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_2_6.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_2_6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb2e925699e55d77dd78110aae8ccdbca95ebf5d --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_2_6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2e3d966e9b093ef13cf42eeb8288f456d35edcca69d8c98459bb4c8ed782314 +size 20947 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_2_8.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_2_8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..72b7454f38965ce00a474ded4e5bf5dd17d6f385 --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_2_8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d9f224b255744b62f41f59cab29417d61140ad5f217f3793dc559a785cd96b4 +size 19658 diff --git a/Gen_Guided_Und/3D_Spatial/cubes/cube_2_9.jpg b/Gen_Guided_Und/3D_Spatial/cubes/cube_2_9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3728e5735ad618fdcf080c35a5f81e54156f0d7c --- /dev/null +++ b/Gen_Guided_Und/3D_Spatial/cubes/cube_2_9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fca74690ce28aebb14f8f3d56542dfe059d50650f91b80483f2ea60bb45edd1 +size 20876