In: Computer Science
a) What are the most important principals for designing a good input form?
b) What would you specifically avoid in designing an input form?
c) Provide examples, good and bad
a) What are the most important principals for designing a good input form?
b) What would you specifically avoid in designing an input form?
c) Provide examples, good and bad
Good design : The below design to select a date is a good design because it uses a single picker, it i more user friendly, efficient and fast.
Bad design : The below design is to select a date is a bad design because it uses three pickers and hence it is time taking, less efficient and more complex for a user.