-
Notifications
You must be signed in to change notification settings - Fork 5
Description
There is an existing behaviour where, when someone asks a question in a room, that question takes the first position in the question list. Questions outside of the top question are sorted based on the vote count in descending order. The top question however does not move to maintain the sort order, so it remains there even with 0 votes above the top voted questions.
I'm not sure of the best fix here, but the room should sort questions based on the vote count descending, not the time added. It would also be valuable to maintain the position of the top question while the questions are being answered, since the question there is currently being discussed and would be jarring to suddenly remove it if another question received more votes.
My proposal for a fix is to add a CTA that the host of the room can click when they are going to begin answering questions. Before the CTA is pressed, all questions will sort and move around adapting to the vote count including the top question. Once the CTA is pressed, the top question should remain in place and not leave the top area, as to keep it from being moved while being answered.