...
This is the screen the user first sees when the application starts. The crossed-out line is a result of our second iteration.
New Race Screen
This is the screen that appears when the user wants to record a new race. In our second iteration, the text of the "Start Race" button was changed to "Ready".
Save race screen
Once the user stops the recording of a race, he or she is prompted to save the race. In our second iteration, the text of the dialog says "Enter Title of Race Below".
Select a recorded Race
If the user wants to select a saved race to follow or playback, this screen appears. The changes in this view are a result of combining ghost paths and races to simplify the race replay and following functions.
Description of a recorded race
This is the screen that describes a race that has been recorded. The buttons on the right take the user to detailed plots of the data recorded, and the buttons on the bottom allow the user to replay a race as it was recorded, or record a new race following the recorded path. The buttons on the right were changed in our iteration to include specific descriptions of what the user should expect when the detail button is pressed, and the text of the bottom-right bottom right button was changed to "Follow This Race".
Briefing
You are a coxen of a crew (rowing) team--the person who sits at the back of the boat and uses her hands to make steering adjustments. Additionally, you give the rowers encouragement and set the pace for the race (though you do not actually row). Rowing generally takes place in a river, and rowers use oars to propel the boat. The boat will accelerate/deccelerate based on oar movement. Each pull of an oar is one "stroke." The time it takes to row 500 meters is referred to as a "split." A Spring race generally lasts approximately eight minutes.
...
Scenario Tasks
- Set up a new race## Re-order data considering stroke rate is the most important datum for this race and split is the least important
- Start recording race data and cox (encourage and guide) your rowers through the race
- Stop recording and save race data after race has finished
- Playback recorded race data
...