Participant 1

Initial description: The number of rows equals the number of colored rectangles, and the number of columns equals the largest number of grey squares contained within any one rectangle. Each row is colored left-to-right in the color of each rectangle with the number of colored squares equal to the number of grey squares within that color's rectangle. The colors are also arranged top to bottom in the order of smallest to largest number of how many grey squares they each had.

Final description: The number of rows equals the number of colored rectangles, and the number of columns equals the largest number of grey squares contained within any one rectangle. Each row is colored left-to-right in the color of each rectangle with the number of colored squares equal to the number of grey squares within that color's rectangle. The colors are also arranged top to bottom in the order of smallest to largest number of how many grey squares they each had.


Attempt 1: Correct

Participant 2

Initial description: The grey boxes are the number across for a color.

Final description: Each box has colored boxes surrounding it. Inside are grey squares. To output count the number of grey squares in the box and add that many colored squares in a row. The ordering of the grey boxes matters. Input from lowest to highest number grey boxes.


Attempt 1: Incorrect
Attempt 2: Correct

Participant 3

Initial description: Create a 2 by 4 pattern with 3 different colors.Almost two toned identical.

Final description: Create a pattern with 3 by 8 grid.The colors each box is shaded depends on the number of gray boxes in each colored box.You always have to color the boxes in numerical order.


Attempt 1: Incorrect
Attempt 2: Correct

Participant 4

Initial description: The columns of the output correspond to the amount of gray spots in each of the shapes within the bigger black shape in the input. The rows of the output correspond to the different shapes from the input.

Final description: The columns of the output correspond to the amount of gray spots in each of the shapes within the bigger black shape in the input. The rows of the output correspond to the different shapes from the input.


Attempt 1: Correct

Participant 5

Initial description: Create a checkerboard pattern by setting colors in each row.

Final description: Create a checkerboard pattern by setting colors in each row.


Attempt 1: Correct

Participant 6

Initial description: Use number of grey squares inside colored box to create horizontal bar graph with colors.

Final description: Use number of grey squares inside colored box to create horizontal bar graph with colors.


Attempt 1: Correct

Participant 7

Initial description: I created the number of grey squares across the grid that matches the color of the rectangular boarder.

Final description: I created a color coded grid that matched the grey numbers to the color of the boarder.


Attempt 1: Incorrect
Attempt 2: Correct

Participant 8

Initial description: The number of grey squares in each color ordered by size.

Final description: The number of grey squares in each color ordered by size.


Attempt 1: Correct

Participant 9

Initial description: The number of colors represented the number rows which was 3. The grey dots within each color represented how many columns their were.

Final description: The number of colors represents the number of rows you need. If there are only 3 colors represented, then you will only create 3 rows. The number of dots represents the number of spaces needed in each column. If there are 8 grey dots within the test input then you will create 8 spaces in the column that correspond with that color.


Attempt 1: Incorrect
Attempt 2: Correct

Participant 10

Initial description: Represent the number of grey boxes inside of the colored shape with colored boxes.

Final description: Represent the number of grey boxes inside of the colored shape with colored boxes.


Attempt 1: Correct