Debbie’s class has the computers arranged in rows, like this:

All of the students were working in pairs.
In her class today, the students had built the MIT “Digital Doodle” tutorial, which lets you draw on the tablet using a Canvas component (see http://explore.appinventor.mit.edu/sites/all/files/hourofcode/DigitalDoodle_2perpage.pdf). The key bit of code looks like this (from Page 7 of the tutorial):

They all had it working. So then I asked them, can you get it to draw a different color?
A few of the students figured it out. Here’s the code from one of the groups:

The new part is the “Set Canvas PaintColor” command, plus the use of a color block.
I asked the students who figured it out to share the solution with each other.