150 likes | 166 Views
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
E N D
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 Gives programmers the most control over user responses. Useful for inexperienced users and infrequent tasks.
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
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.
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.
GUI Window • Designed to use mouse actions to launch and manipulate objects De facto standard for most modern applications.
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.