--- loncom/homework/response.pm 2008/09/09 13:56:48 1.203 +++ loncom/homework/response.pm 2008/09/11 14:47:17 1.204 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # various response type definitons response definition # -# $Id: response.pm,v 1.203 2008/09/09 13:56:48 riegler Exp $ +# $Id: response.pm,v 1.204 2008/09/11 14:47:17 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1192,7 +1192,7 @@ sub submitted { } # Submit All button on a .page was pressed if (defined($env{'form.all_submit'})) { return 1; } - # otherwise no submission occured + # otherwise no submission occurred return 0; }