I am trying to create a form for my php/mysql application. I want my users to list the priority of thier choices where they have 5 options and they have to choose each in order of preference
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Why not simply provide five slots (one under the other) for each of the choices and provide a higher/lower control on the right of each to change the order? That’s always more attractive than assigning an out-of-order sequence number.
For example, start with:
Then, if you want to bump Jon up to position 2, just click on the ‘
^‘ next to his name once.If, for some reason, you think I’ve wronged you (and I’m truly sorry :-), click on my ‘
v‘ character four times and you end up with:This variable-position/fixed-number is (IMNSHO) much better than the fixed-position/variable-number solution thus: