The "Interactivity" Lesson is part of the full, Elm course featured in this preview video. Here's what you'd learn in this lesson:
User interaction handlers send messages to the update function which creates a new model. That new model gets passed to view and view sends a new Html record to the Elm runtime.