Hi,
Is someone familiar with a simple way of ranking items in a SharePoint list? For example, if I have 3 questions being asked and each should be ranked from 1-3 uniquely is this possible?
What food do you like the most?
Pizza        Â
Wings
Hamburgers
Each would have a drop-down with numbers 1 to 3 and if one answer changes, the others change as well (similar to the column ordering).
You would need to use some JavaScript to accomplish that.