A Customer who asked if a quiz-type application can be enabled by Silverlight.
The answer is yes (obviously ) and I had to put my rusty coding skills to work over a good part of a Saturday afternoon.
The result is a Silverlight 1.0 proof-of-concept application, which meant adopting an "AJAX-styled" coding model with JavaScript. In fact, just for the heck of it, I wanted to go the full client-only approach which meant no ASP.NET AJAX server-side controls, etc.
The code demos a couple of simple features:
The application can definitely do with polishing (e.g., with some creative design work, one can imagine fireworks animation when the user gets a correct answer,) but this should serve as a nice simple base for extensions, tearing apart, etc.
Links: