1 / 15

Dialog Design 1

Dialog Design 1. Basic Dialog Styles. Dialog Styles. Question and Answer Menu Input Form/Output Form Input in Context of Output GUI Window Command Language. Question and Answer. Complex display Simple Response

jamescarr
Télécharger la présentation

Dialog Design 1

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Dialog Design 1 Basic Dialog Styles

  2. Dialog Styles • Question and Answer • Menu • Input Form/Output Form • Input in Context of Output • GUI Window • Command Language

  3. Question and Answer • Complex display • Simple Response Gives programmers the most control over user responses. Useful for inexperienced users and infrequent tasks.

  4. Question and Answer

  5. Menu • User chooses among predetermined options. • May use cursor movement, light pen, numbered responses, or icons • Effective for inexperienced users • May require structuring and submenus • Easiest to program since user options are limited

  6. Menu

  7. Input Form/Output Form • Uses one form to input information and control commands, another to display the output Display sequence may vary with answers. Particularly effective when displayed form parallels a similar paper form.

  8. Input Form/Output Form

  9. Input Form/Output Form

  10. Input in Context of Output • Accepts input commands and data on the same form that displays the output. Effective for complex decision processes. May require training because of limited ability to give user instructions.

  11. Input in Context of Output

  12. GUI Window • Designed to use mouse actions to launch and manipulate objects De facto standard for most modern applications.

  13. Window

  14. Command Language • Uses verb-noun pairs to instruct computer Easy to learn for simple applications. Can be layered, but provides very little user aid. Not common in a windows environment.

  15. Command Language

More Related