google / ctfscoreboard

Scoreboard for Capture The Flag competitions.
Apache License 2.0
166 stars 61 forks source link

Feature Request - Reorder Questions #187

Closed megan201296 closed 6 years ago

megan201296 commented 6 years ago

It seems that the questions appear in the order they were created. We encounter two major issues with this being the case. 1) when building out questions sometimes we want to add questions out of order (start adding the 2nd categories questions before the 1st) but then the challenges page shows the 2nd category first and 2) when we built out questions and want to add a new one in the middle of a category, we have to delete the latter questions to get the ordering right again. Not sure the best method of handling it but it would be nice to be able to easily reorder the questions, even if only from the UI perspective (drag and drop where questions are listed on the challenge page).

Matir commented 6 years ago

You actually can reorder questions, but obviously the UX is not intuitive. If you're using the 1.x branch, go to manage the categories, and click the "challenges" button. You'll have arrows up and down to sort the challenges. On master, it's basically the same, but just on the single unified challenge list.

ctf_reorder

Please forgive the terrible challenge names :)