--- loncom/homework/grades.pm 2018/10/08 19:04:06 1.751 +++ loncom/homework/grades.pm 2018/10/08 19:11:01 1.752 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.751 2018/10/08 19:04:06 raeburn Exp $ +# $Id: grades.pm,v 1.752 2018/10/08 19:11:01 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -46,6 +46,7 @@ use Apache::lonenc; use Apache::lonstathelpers; use Apache::lonquickgrades; use Apache::bridgetask(); +use Apache::lontexconvert(); use String::Similarity; use LONCAPA;