You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'd like to implement a new game for our College Apps case study section, where users are presented one-by-one with images of shapes, and need to group them as either a "triangle" or "rectangle". At first, the two groups are heavily associated with a certain color (many triangles are green and many rectangles are red, for example). Later, we introduce new colors that could confuse the user: a green rectangle, a red triangle, a blue rectangle etc. Once the time limit ends, the user is given statistics on how they did.
For now - add a new frame to the college app case study section and title it as shown.
Now, add two buttons named Group 1, Group 2 on bottom left/bottom right as shown here:
The above is the eventual vision of this. For now, just display some text in the middle instead of an image. Have it so that if the user clicks Group 1, the score increments by 10, otherwise if they click Group 2, it decrements by 5. The text doesn't need to change or anything yet.
The text was updated successfully, but these errors were encountered:
We'd like to implement a new game for our College Apps case study section, where users are presented one-by-one with images of shapes, and need to group them as either a "triangle" or "rectangle". At first, the two groups are heavily associated with a certain color (many triangles are green and many rectangles are red, for example). Later, we introduce new colors that could confuse the user: a green rectangle, a red triangle, a blue rectangle etc. Once the time limit ends, the user is given statistics on how they did.
For now - add a new frame to the college app case study section and title it as shown.
Now, add two buttons named Group 1, Group 2 on bottom left/bottom right as shown here:
The above is the eventual vision of this. For now, just display some text in the middle instead of an image. Have it so that if the user clicks Group 1, the score increments by 10, otherwise if they click Group 2, it decrements by 5. The text doesn't need to change or anything yet.
The text was updated successfully, but these errors were encountered: