--- loncom/metadata_database/LONCAPA/lonmetadata.pm 2004/04/16 21:43:56 1.8 +++ loncom/metadata_database/LONCAPA/lonmetadata.pm 2004/04/23 20:30:07 1.9 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonmetadata.pm,v 1.8 2004/04/16 21:43:56 matthew Exp $ +# $Id: lonmetadata.pm,v 1.9 2004/04/23 20:30:07 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -133,6 +133,8 @@ my @Metadata_Table_Description = { name => 'avetries_list', type=>'TEXT'}, { name => 'difficulty', type=>'FLOAT'}, { name => 'difficulty_list',type=>'TEXT'}, + { name => 'disc', type=>'FLOAT'}, + { name => 'disc_list', type=>'TEXT'}, { name => 'clear', type=>'FLOAT'}, { name => 'technical', type=>'FLOAT'}, { name => 'correct', type=>'FLOAT'},