Homework 4: Implementation in Visual Basic

For 05-863/08-763/46-863: Introduction to Human Computer Interaction for Technology Executives (Fall, 2007)

Homework 4: Start: Mon, Nov 19, Finish: Wed, Nov 28


Using the design that resulted from all your testing and revisions from Homework 3, you are now going to implement the interface in Visual Basic .NET, and then run a user test of that implementation. We want you to implement your interface using VB .Net 2003 or VB .Net 2005 (do not use VB .Net 2008).

PART A: The first part of this assignment is to implement your interface. You should implement at least enough that all your user tasks can be completed, with sufficient feedback so the users can see what the system's responses are. You should simulate actions of your device. For example, if you were doing a copier, when the user clicks "Start" you might display a dialog box that says everything about the current operation, for example: "now copying, 2-sided, no staples, using paper tray #1". If there are parts of your user interface you do not implement, there should still be controls (buttons, sliders, etc.) that would lead to those parts of the interface, but instead lead to dialog boxes that say "not implemented yet" or something. That is, all of the screens you show should look complete, even if all the operations do not necessarily function.

PART B: Perform a user study of the prototype you created in PART A. You should put your implementation in front of at least one and preferably more than one user. This should be a different user than you used for your other homeworks, and this person should also be a novice at your appliance.

As before, you might want to videotape your sessions. However, since this user study is done entirely on a computer, you can use screen capture software instead. Microsoft supplies a nice free one, called "Windows Media Encoder 9 Series": http://www.microsoft.com/windows/windowsmedia/forpros/encoder/default.mspx or direct to the download site. It will also record what the user says by using your computer's microphone (like if you have a laptop with a built-in microphone).

PART C: Next, you will modify your implementation to try to fix the problems you observed in your user study. The fixes should correspond to what you write in the "Possible solution" section of your UARs.