...
Wiki Markup |
---|
{html}function showhide(section){ var ele=document.getElementById(section); if(ele.style.display!="block") { ele.style.display="block"; document.getElementById(section+"show").innerHTML = "Hide this design"; } else { ele.style.display="none"; document.getElementById(section+"show").innerHTML = "Show this design"; }}</script> {html} |
Wiki Markup |
---|
{pagetree2:ElderConnect} |
GR2 - Designs
Scenario
Preconditions and Assumptions
...
- Learnability
- Pros
- Address book metaphor and mailbox metaphor together maintain some external consistency with grandparent’s existing method of keeping contacts, and thus lowers the learning curve.
- Cons
- Address book metaphor combined with dialing the desired contact may confuse a new user. In real life, one does not add to a paper address book by dialing the person’s number.
- Pros
- Efficiency
- Pros
- Grandparent never needs to type on the keyboard.
- Recording a voicemail is less time intensive than typing an email (provided the speech interface is easy to use).
- Younger family member receives voicemail as text, so can check message while doing other activities.
- Cons
- Grandparent must always go through a two-step process of selecting the desired contact before selecting the mode of communication (call vs. send voicemail).
- Pros
- Safety
- Pros
- Because the main page is never out of sight (all other functionality appear as overlays), cancelling an unwanted action is more visually intuitive; the “default” mode is always visible.
Wiki Markup {html}</div>{html}
- Because the main page is never out of sight (all other functionality appear as overlays), cancelling an unwanted action is more visually intuitive; the “default” mode is always visible.
- Pros
“Phone Metaphor” Design
Wiki Markup |
---|
{html}<a href="javascript:showhide('design2');" id="design2show">Show this design</a>{html} |
...
- Learnability
- Pros
- Metaphorical consistency helps the grandparent understand the basic concept and functionality of the system, thereby lowering the learning curve
- Basic controls only - no complex actions beyond pointing and clicking
- Cons
- If they don't know how to use a phone, then this interface fails completely
- Automatic addition of contacts may seem confusing initially
- Pros
- Efficiency
- Pros
- Easy one click calling and messaging
- No need to type at any point in time
- Voice chatting and recording are quick and simple
- Can sort contact shortcuts by most frequently called to make calling common contacts even faster
- Cons
- Delay for phone dialing and audio feedback may annoy experienced users
- If you have a lot of contacts, it may be difficult to find a specific one, unless searching is somehow implemented
- Pros
- Safety
- Pros
- Can clearly see the numbers as you are dialing them
- Button feedback allows for certainty when clicking an item
- Large buttons help those with poor motor skills still accomplish the tasks
- Cons
- “One click dialing” means you can end up calling the wrong number before you get a chance to cancel
Wiki Markup {html}</div>{html}
“Voice search and action wheel” Design
Wiki Markup {html}<a href="javascript:showhide('design3');" id="design3show">Show this design</a>{html}
Wiki Markup {html}<div id="design3" class="hidable">{html}
- “One click dialing” means you can end up calling the wrong number before you get a chance to cancel
- Pros
Storyboard
Design Highlights
...
- Learnability
- Pros
- Not many (different types of) clickable buttons on the interface at any given time. The user can easily see what actions are possible and make a simple decision.
- No abstract concepts such as an account number or email address. Searching for a contact is done by speaking the person’s name.
- No technical jargon except possibly “click”.
- Very simple interface at any given time. No two different concepts shown at once (when there is an overlay, the background is assumed to dim).
- Cons
- Lack of metaphor and thus little external consistency with the real world.
- A user may not expect that the computer can comprehend human voice.
- Pros
- Efficiency
- Pros
- No initial phone conversation needed. Just search the person by voice.
- No keyboard strokes necessary (except for sending an email, which is optional).
- The action wheel makes mouse navigation more efficient.
- Cons
- Two clicks instead of one are required to call, email, or send voicemail to a person.
- Audio prompt of “Please leave a message …” may be inefficient for experienced users.
- Pros
- Safety
- Pros
- Any time an overlay is present, the user may cancel the action in case it is a mistake by clicking the background.
- If the person has spoken a name incorrectly or slipped his tongue, the search can be repeated by clicking “Not Listed?” or clicking the background.
- If the wrong person is called, simply click End Call (which is a big button).
- Cons
- A voicemail cannot be cancelled once some message has been spoken. (This can be fixed by introducing another button)
- The user may not realize that the background is clickable when an overlay is present. There needs to be some hint of that, or a X button at the corner of each overlay.
Wiki Markup {html}</div>{html}
- Pros