--- loncom/metadata_database/LONCAPA/lonmetadata.pm 2004/06/11 19:52:12 1.10 +++ loncom/metadata_database/LONCAPA/lonmetadata.pm 2004/06/17 20:33:21 1.11 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonmetadata.pm,v 1.10 2004/06/11 19:52:12 matthew Exp $ +# $Id: lonmetadata.pm,v 1.11 2004/06/17 20:33:21 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -509,6 +509,7 @@ The nohist_resevaldata.db file has the f $username@$dom___$resource___depth $username@$dom___$resource___technical $username@$dom___$resource___helpful + $username@$dom___$resource___correct Course Context Data ------------------------------------------ @@ -578,7 +579,7 @@ sub process_reseval_data { # # Statistics: $source is course id $DynamicData{$file}->{'statistics'}->{$source}->{$type}=$value; - } elsif ($type =~ /^(clear|comments|depth|technical|helpful)$/){ + } elsif ($type =~ /^(clear|comments|depth|technical|helpful|correct)$/){ # # Evaluation $source is username, check if they evaluated it # more than once. If so, pad the entry with a space.