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.
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.
Participant 3
Initial description: use color patterns to the left
Final description: used different background colors
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
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
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
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/.
Participant 8
Initial description: Followed rules
Final description: Followed instructions
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
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.
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.
Participant 12
Initial description: The most to the least color blocks in order.
Final description: The most to the least block hieight.
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.
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.
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.