I'm working on a database-driven web application that must keep track of "tasks" that are assigned to users by management.
I was told that the tasks should be categorized by priority: "low", "normal", or "high". I told the manager who described the requirement this way that I am familiar with another application that keeps track of tasks for a completely separate system. Users designate tasks as priority "low", "normal", or "high". There are criteria for using all three, but in practice, no one ever designates his task as "low" priority. Effectively, there are only two priority levels.
In order to avoid this situation, what would be three words to describe three levels of priority that users would be comfortable using? I realize this question is a bit subjective.
My first idea was "normal", "high", and "urgent"; but the application also categorizes tasks by time until the deadline, so "urgent" might confuse users.