Participant 1

Initial description: Width records the number of colors used while the height represents the number of cells the colors covered vertically.

Final description: Width records the number of colors used while the height represents the number of cells the colors covered vertically.


Attempt 1: Correct

Participant 2

Initial description: The task was about creating a grid that represent the width of the different colors.

Final description: The task was to create a grid that represents the width of different colors.


Attempt 1: Incorrect
Attempt 2: Correct

Participant 3

Initial description: use color patterns to the left

Final description: used different background colors


Attempt 1: Incorrect
Attempt 2: Incorrect
Attempt 3: Incorrect

Participant 4

Initial description: Create a checkboard pattern by alternating colors using provided examples as guidance

Final description: Create a checkerboard pattern by alternating between the colors provided while using the examples as guidance


Attempt 1: Incorrect
Attempt 2: Correct

Participant 5

Initial description: Count number of colors, that will give you the width of grid.

Final description: Count how many colors there are, that will give you width of new grid. Find the largest color and that will give you length. Then go in order from largest to smallest left to right and fill it in with appropriate color


Attempt 1: Incorrect
Attempt 2: Correct

Participant 6

Initial description: I assumed that the height of colored blocks corresponds with the height of the vertical row on the output. The amount of width of the chart depended on how many-colored boxes I was shown

Final description: I assumed that the height of colored blocks corresponds with the height of the vertical row on the output. The amount of width of the chart depended on how many-colored boxes I was shown


Attempt 1: Correct

Participant 7

Initial description: Output the colors used by how many columns each color has and order them in descending order left to right.

Final description: I thought it was Outputting the colors based on how many columns the colors had and ranking them in descending order. I was unsure if green should be 3, 4, or 5 based on how it handled some of the green as they were into different blocks. It possibly coud have been just going by blocks of color rather than the colors themselves. I messed up my first attempt as I completely forgot to include red/.


Attempt 1: Incorrect
Attempt 2: Incorrect
Attempt 3: Incorrect

Participant 8

Initial description: Followed rules

Final description: Followed instructions


Attempt 1: Incorrect
Attempt 2: Incorrect
Attempt 3: Correct

Participant 9

Initial description: to go biggest from smallest color portions

Final description: no clue what is going on i tried to line up based on heights as shown in example


Attempt 1: Incorrect
Attempt 2: Incorrect
Attempt 3: Incorrect

Participant 10

Initial description: Make a grid as wide as you have colors and then starting from most to least, color in as many tall as the object that matches the color.

Final description: Make a grid as wide as you have colors and then starting from most to least, color in as many tall as the object that matches the color.


Attempt 1: Correct

Participant 11

Initial description: This is counting the number of rows per color. Make the height of the output = max rows of any one color, columns = number of colors. Simply color code each column from most to least number of rows in input.

Final description: This is looking at number of rows per color. Output height = max number of rows of any one color for input, width = number of colors. Arrange columns based on number of rows per color from most to least.


Attempt 1: Incorrect
Attempt 2: Correct

Participant 12

Initial description: The most to the least color blocks in order.

Final description: The most to the least block hieight.


Attempt 1: Incorrect
Attempt 2: Incorrect
Attempt 3: Correct

Participant 13

Initial description: Use the height of the blocks, per color, to make the blocks in the output only

Final description: Use the height of each color group of blocks to determine the single line height of the blocks in the output.


Attempt 1: Incorrect
Attempt 2: Correct

Participant 14

Initial description: It's basically a graph of the amounts of colors and how many blocks they contain in the overall input.

Final description: It's a graph that shows the number of blocks pertaining to the top number in the input from highest to lowest while still accounting for overlap.


Attempt 1: Incorrect
Attempt 2: Correct

Participant 15

Initial description: Change the grid to have the height of the largest height of colored boxes and a width equal to the total number of individual colors. Each row matches the height of each original block of colors starting with the highest colored block on the left going from top to bottom then moving right in descending order of height.

Final description: Change the grid to have the height of the largest height of colored boxes and a width equal to the total number of individual colors. Each row matches the height of each original block of colors starting with the highest colored block on the left going from top to bottom then moving right in descending order of height.


Attempt 1: Correct