--- loncom/homework/templates/CustomResponse.problem 2007/03/30 20:10:09 1.2 +++ loncom/homework/templates/CustomResponse.problem 2009/07/06 17:12:47 1.3 @@ -1,6 +1,10 @@ -Accept an answer of around 90 or -90 - + + +Accept an answer of around 90 or -90 + + + # We do not want a vector if ($submission=~/\,/) { return 'EXTRA_ANSWER'; } @@ -14,6 +18,6 @@ if ($difference < 0.001) { return 'APPRO return 'INCORRECT'; - - + +