cloudcoderdotorg / CloudCoder

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

"Problem name" must match the name of the function/method for exercises testing a function/method #55

Open jspacco opened 11 years ago

jspacco commented 11 years ago

"Problem name" must contain the name of the function to be tested for exercises that test a function (or method):

problem-name

jspacco commented 11 years ago

According to Dave: "There is a validate step for the editable fields in the edit problem page, so we should definitely add a check to ensure that the problem name field is a valid identifier." That is where I shall start.