Summary
Add a widget that lets the user reorder a list to express a ranking, returning the items in their final order.
Details
The multiselect widget chooses a subset but cannot capture order.
Add a sort/reorder widget: the user moves the highlighted item up or down to arrange the list, and the widget returns the items in their final order. Useful wherever sequence matters (priority lists, step ordering, preference ranking).
Acceptance criteria
Summary
Add a widget that lets the user reorder a list to express a ranking, returning the items in their final order.
Details
The multiselect widget chooses a subset but cannot capture order.
Add a sort/reorder widget: the user moves the highlighted item up or down to arrange the list, and the widget returns the items in their final order. Useful wherever sequence matters (priority lists, step ordering, preference ranking).
Acceptance criteria
default(the initial order).