Dropdown list with Ratings?
I have a user request to track software skills for team members.
They want a list of items, for example software packages, in a drop-down list.
But - they also want a rating for each skill, from 1-5. So for example, they don't want to just know that John has experience with "QuickBooks" and "Xero" - they want to say he has "QuickBooks - Level 1 experience," and "Xero - Level 5 experience." And of course, they want to then be able to get a report of all team members with, for example, Xero experience level 3 and above.
The list of systems could have 20 or so items, and I'm thinking there must be a better way to implement this than to have 20x5 items in the dropdown. Is it possible to list the 20 software packages, then a separate 1-5 ratings field, and somehow combine them to get a complete list of software experience, with the correct ratings attached, for each person?