--- loncom/homework/grades.pm 2018/05/04 15:15:05 1.750
+++ loncom/homework/grades.pm 2018/10/08 19:04:06 1.751
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# The LON-CAPA Grading handler
#
-# $Id: grades.pm,v 1.750 2018/05/04 15:15:05 raeburn Exp $
+# $Id: grades.pm,v 1.751 2018/10/08 19:04:06 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -417,6 +417,7 @@ sub cleanRecord {
$env{'form.kwstyle'} = $keyhash{$loginuser.'_kwstyle'} ne '' ? $keyhash{$loginuser.'_kwstyle'} : '';
$env{'form.'.$symb} = 1; # so that we don't have to read it from disk for multiple sub of the same prob.
}
+ $answer = &Apache::lontexconvert::msgtexconverted($answer);
return '
'.&keywords_highlight($answer).''; } elsif ( $response eq 'organic') {