Archive for forms

Badly Designed UAC Form

On the weekend, a friend asked me to help her change some course details, before she submits a postgraduate application to UAC (Universities Admission Centre NSW & ACT). She figured, being a software engineer and all, i should be able to help her send this form. At first i must admit i thought it would be a simple task, and that she ‘the user’ was making a mistake. I later realised it was poorly designed form.

For some reason the UAC postgraduate application process does not have a ‘back’ button to allow applicants to make changes to their application half way through the process. Change your mind about which course you want to study? Tough luck! You’ll have to start the process all over again.  

 

At the top of the form, it first asks you to enter all information in UPPER CASE. It then clearly states that * indicates compulsory fields to be completed”

In the address box, only the street number and name, and suburb have a red * next to them.

Naturally the user assumes the fields ticked with a star * are compulsory.

UAC address form

But no, the State, Postcode, and Country are also to be filled in. But you only realise this after hitting the ‘Next’ button.

A small window opens to tell you to select a Country for correspondence.

 

So this makes me wonder, what is the point of including * indicates compulsory fields to be completed”, when clearly non * fields are also compulsory?

So naturally I then selected Australia from the country drop down box. Then another error is thrown (see image below).

UAC error

 

From reading that error, you may think that I had entered a non Australian State or Postcode. But in fact both those fields were empty. So now UAC is assuming that my address is not Australian, simply because I selected Australia for the country!

In case you are curious, entering the State and pressing “Next” also throws another error asking for Postcode!

Finally i was taken to the next page (after filling in the postcode) and asked for my credit card details. Yet i realised there is not option for going back, if for some reason i felt i had to change my postal address for example. Although a window does open asking you to confirm your address detials by clicking ‘OK’, the designers of this form have forgotten the fact that a Cancel is also needed. What if those details are incorrect and the user needs to change them?

All in all, this is a very poorly designed form, for a organisation that depends heavily on applications online and off. 

If i were to take a wild guess, i’d say the uptake of UAC online applications has been poor, and their call centres have had to answer for it. Most users having had to go through that form, would end up calling UAC to complain, as did my friend. 

I would like to hear of any other nasty forms you’ve come across lately! :)

Leave a comment »

Evil Authentication Questions

Make sure when asking users personal questions for authentication reasons, that these questions CAN actually be answered by EVERY USER.

 I used to work for a company that had an ID system that you had to log into to request access to a particular company website.

The problem was that the person who designed these authentication question clearly forgot to take into consideration the end user.

 Some of the questions you needed to answer in order to log into this system were:

 What is the name of your youngest sibling? [What are you supposed to say to this if you happen to be the youngest sibling? What if you are an only child? Obviously the person who came up with these questions only thought about their own situation]

 What is your favourite football team? [What if you don’t watch football or have a favourite team? Are you supposed to make something up (that is lie) and then try to remember this lie everything time you need to access this system?]

 What is your favourite Pizza? [Once again there are people who don’t like or eat pizza, and this is another example of narrow minded the designer of these questions was]

 What street did you grow up in? [Well many families like mine moved and migrated a few times, and these days its rare for someone to live in the same street from the day they are born to the day they leave home]

 No wonder no one could ever get into this poorly designed million dollar system, no one could ever answer such questions. And to make it worse, there was about 10 questions you had to answer each time! The only humorous part was the number of people who swore out loud each time they were unfortunate enough to need this system.

 I personally was forced to answer ‘unknown’ and copy and paste the same response for each field, and then keep a copy of this in another text file (so I wouldn’t forget, seeing as there was another 20 systems I needed to log in, each with different login requirements and rules).

 There are many ways around this problem, and I’m sure you can think of more, but here are 3 that spring to mind quickly: 

1)      Let the users define their own questions, so that there is a slight chance they can remember their answers. And for gods sake, reduce the questions to 2, instead of 10.

2)      Create a drop down list of questions (appropriately worded so that everyone can relate to them) and let the user select the questions they want to answer. This way, if I don’t have a younger sibling, I can name my mothers maiden name.

3)      If you’re going to insist on asking set questions, ask questions like what is your birthday? What is your mother or fathers name (give both options in case one parent is not known) 

I’m interested in hearing your comments and thoughts on this topic. Has there been a horrible form you’ve had to fill in recently that make your blood boil? 

Leave a comment »