cloudcoderdotorg / CloudCoder

A web-based programming exercise system.
GNU Affero General Public License v3.0
71 stars 59 forks source link

Ordering of problems is given by unchangeable ID #91

Open LosWochos76 opened 9 years ago

LosWochos76 commented 9 years ago

The ordering of problems is both in students and advisors view given by the ID. The ID of the problem is is automatically created and can not be changed afterwards.

Sometimes you want to create a new problem that should be listed in between existing ones. Currently this can not be done. My proposal is: Either let the user decide how he wants to sort the list of problems or sort the list by name, not by ID.