What is a modal dialogue box and when should it be used?
No other interaction is possible until the modal box is disposed of.
Only use for very critical messages.
Choose the correct widget from
[ pulldown menu | radio box ]
to complete each of the following statements.
If you design an interface that asks students to indicate their
major of study,
the selection should be implemented as a
[ pulldown menu | radio box ].
pulldown - too many choices
If you design an interface that asks
users to choose which country they were born in,
the selection should be implemented as a
[ pulldown menu | radio box ].
pulldown - too many choices
If you design an interface that asks
users to choose between displaying email addresses
or not displaying email addresses,
the selection should be implemented as a
[ pulldown menu | radio box ].
radio - only two choices
If you design an interface that asks students to indicate their year
in college,
the selection should be implemented as a pulldown menu or a radio box?
[ pulldown menu | radio box ].
radio - only four choices
Match the following types of modal dialog boxes with their correct definition.