--- loncom/homework/templates/CustomResponse.problem 2010/08/20 03:52:20 1.2.8.1 +++ loncom/homework/templates/CustomResponse.problem 2010/06/10 22:37:12 1.4 @@ -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'; - - + +