RoboTutor: Base-Ten Blocks from Paper to Screen

I grew up with base-ten block manipulatives. Some of my earliest math memories involve using these in Kindergarten.

https://www.amazon.com/Teacher-Created-Resources-Foam-20617/dp/B007P23HJC


When working on a problem like building an app that can teach a child without a teacher, as is the goal of the Global Learning XPrize, it will be necessary to get as many of the real world benefits of working with tangibles into the tablet. While it won’t be quite the same, it’s worth trying.

When designing EdTech for tablets, we can take advantage of what we already know about teaching kids using paper, and bring some of those lessons into the digital world. So how do we do this?


Built on Evidence

Fuson and Briars detail a way to use base-ten blocks to teach First- and Second-Grade Place-Value and Multi-digit Addition and Subtraction. I won’t go into too many details of the study, but they tested over a hundred second-grade classrooms in the Pittsburgh Public School System. The students showed significant learning gains in Addition, Subtraction, and Place-Value tests.

The structure Fuson and Briars used.



Converting into Digital form

To convert this to a digital version for use in RoboTutor, we followed these very high-level steps:

  1. Read to understand the step-by-step process used in Fuson and Briars.
  2. Choose an example problem (e.g. 17 + 25) and work through each individual step, while drawing a wireframe (lo-fi prototype) of each step (see image below).
  3. Decide how to represent the design (e.g. audio, movement, indicating).
  4. Use Google Slides to make a medium-fidelity prototype. We used these as an artifact for discussion. We worked with Emily Keebler, a PhD studying how kids learn math, to further refine the design. Emily helped us make design decisions like what the prompts should say and the order of the interactions.
  5. Finally, the code was put into RoboTutor! Once it was finished, we continued user testing within house, and at our beta-testing site in Bagamoyo.



A step-by-step wireframe of how a student would work through 400 minus 399. Note how we have state changes in green and audio in pink.



A medium-fidelity prototype. We used this to iterate on the step orderings, the wording of the prompts, the interactions, etc.



The high-fi version, including animation, writing boxes, and RoboFinger to indicate what to do.



This is a good example of the end-to-end pipeline it takes to implement an interactive learning activity. This pipeline includes:

  • Curriculum: noticing an area where our curriculum did not meet the EGMA (Early Grade Math Assessment) standards.
  • Research: finding a paper (Fuson & Briars) where researchers had successfully designed an activity to teach to this standard.
  • Design: creating prototypes of increasing fidelity, while seeking feedback from an expert.
  • Implementation: programming the design into the existing product architecture.
  • Testing: testing the developed product to fix bugs and improve user experience.



Future Improvements

There are many possible exercises that could be used to improve understanding:

  • Scaffolding and fading: in this current iteration, students must work through an entire problem by themselves, with slight hints here and there. However, borrowing and carrying can be confusing. By scaffolding complex procedures, we perform certain steps in the procedure for the students and let them start small. Then we can slowly let the students perform more steps.
  • Fluency: We already use Bubble Pop to build fluency for multiple domain areas. However, we do not have any fluency-building exercises that map multi-digit numbers to their base-ten representation (or vice-versa). That could be an easy next step to help students build fluency.
  • CTAT: A longer-term goal of mine is to integrate CTAT on the backend of the tutor. I’d like to take the front-end interactions that are unique to RoboTutor, like character recognition, speech recognition, playing audio, and indicating with RoboFinger, and incorporate them into CTAT’s behavior graphs.