--- loncom/homework/grades.pm	2008/02/01 22:50:43	1.503
+++ loncom/homework/grades.pm	2008/02/02 02:28:02	1.504
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # The LON-CAPA Grading handler
 #
-# $Id: grades.pm,v 1.503 2008/02/01 22:50:43 raeburn Exp $
+# $Id: grades.pm,v 1.504 2008/02/02 02:28:02 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -5950,6 +5950,8 @@ SCANTRONFORM
 	   '<input type="hidden" name="scantron.first_bubble_line.'.$line.'" value="'.$env{"form.scantron.first_bubble_line.$line"}.'" />'."\n";
        $chunk .= 
            '<input type="hidden" name="scantron.sub_bubblelines.'.$line.'" value="'.$env{"form.scantron.sub_bubblelines.$line"}.'" />'."\n";
+       $chunk .=
+           '<input type="hidden" name="scantron.responsetype.'.$line.'" value="'.$env{"form.scantron.responsetype.$line"}.'" />'."\n";
        $result .= $chunk;
        $line++;
    }