--- loncom/interface/statistics/lonstathelpers.pm 2004/11/10 21:50:29 1.31 +++ loncom/interface/statistics/lonstathelpers.pm 2004/12/02 21:53:33 1.32 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstathelpers.pm,v 1.31 2004/11/10 21:50:29 matthew Exp $ +# $Id: lonstathelpers.pm,v 1.32 2004/12/02 21:53:33 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1132,7 +1132,7 @@ sub get_problem_data { $Partdata{$part}->{'_Foils'}->{$foil}->{'_Concept'}= $concept; } - } elsif ($key =~ /^(incorrect|answer|ans_low|ans_high|str_type)$/) { + } elsif ($key =~ /^(unit|incorrect|answer|ans_low|ans_high|str_type)$/) { $Partdata{$part}->{$key}=$value; } } else {