Silverlight MathTutor Demo
Messing around with SilverLight 1.1 last night I made a MathTutor demo. No big deal but it let me mess with the new builds, c# code-behind, events, animation, etc.
The scoreboard updates on a 1 second interval. All the updates happen from the c# code, but at the moment I’m using the Javascript setTimeout mechanism to trigger it since it wasn’t clear if the limited .NET supported by Silverlight had some good thread-safe timer mechanism.

