Christian Croft

The ‘Is our machines learning?’ machines 2.0

A networked art installation in which test-taking robots behave according to how users engage with a website composed of questions from real U.S. standardized tests.

http://xncroft.com/proposals/isour2.html

Classes
Thesis


The ‘Is our machines learning?’ machines is a networked art installation in which test-taking robots behave according to how users engage with a website composed of questions from real U.S. standardized tests. The physical installation consists of machines that are mechanically capable of making marks on standardized test forms with a pencil. These machines rest on top of antique school desks, ready to pencil in multiple-choice bubbles on SCANTRON test forms. In a separate online space, visitors coming to a website determine which multiple-choice answers the machines in the installation select to fill in. At this website, users can watch the machines respond to their input via a streaming video feed from the installation.

User Scenario
The project allows for two types of experiences. One possible experience is viewing the physical installation in operation in a gallery context. The second possible scenario consists of a user coming to the project's website and answering multiple-choice questions there that influence the behavior of the machines in the remote installation. Due to space constraints of the ITP show, these two possible experiences will be shown in extreme proximity. One test-taking machine mounted on a school desk will be set up adjacent to a computer terminal loaded with the project website. Visitors coming to the show will be able to interact with the website and witness a streaming video of the installation simultaneously with the actual physical object in motion.

Implementation
THE INSTALLATION
The physical installation for this project consists of a custom designed machine mounted on an antique school desk. This machine is built from lasercut acrylic pieces, aluminum rods, and electric motors. A PIC microcontroller controls the movement and timing of the motors on the machine to drive a pencil to fill in multiple choice bubbles. The machine's microcontroller is connected serially to a PC in the installation to receive commands from the project website about which test bubble to fill in. A network IP camera positioned next to the machine sends video images of its movement to the project website.

THE WEBSITE
The project website presents the user with a testing environment in which she can participate by answering multiple-choice questions. Each time a user responds to a question, she can receive dynamic visualizations of data specific to that question along with a streaming video view of a machine in the installation marking the average user-selected multiple-choice option. Before launching into a testing session, the site takes users through a registration page of profiling questions. This login survey begins with standard age and race specification and progresses to more ridiculous questions such as whether a user prefers Coke or Pepsi. After registering, multiple-choice questions are presented one at a time to the user. Once the time for a question expires, the website's backend programming calculates the total answers of the visitors on the website at that instant. On the webpage layout beside the test question, the user sees a graph appear visualizing the number of users who chose each multiple-choice option. Drawing on information gathered from the registration survey, this graph also shows statistics of how different categories of users stack up for each question. Above the graph, the user sees a machine come to life in a streaming video window.

Multiple-choice questions used on the website come from official standardized tests administered by the National Assessment of Educational Progress, a U.S. governmental agency. The NAEP maintains a website with example questions from past tests that feature statistical breakdowns of achievement scores for each question. For this project, I scraped all example questions and corresponding meta-data about student performance for each question from the NAEP website ( located at http://nces.ed.gov/nationsreportcard/itmrls/ ). Some of the real student performance data will be integrated into the information visualization juxtaposed with new user data at the project website.