--- loncom/interface/lonmeta.pm 2007/03/12 19:10:48 1.204 +++ loncom/interface/lonmeta.pm 2007/05/01 02:13:40 1.205 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Metadata display handler # -# $Id: lonmeta.pm,v 1.204 2007/03/12 19:10:48 banghart Exp $ +# $Id: lonmeta.pm,v 1.205 2007/05/01 02:13:40 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -265,7 +265,7 @@ sub fieldnames { 'correct' => 'Material appears to be correct', 'technical' => 'Resource is technically correct', 'avetries' => 'Average number of tries till solved', - 'stdno' => 'Total number of students who have worked on this problem', + 'stdno' => 'Statistics calculated for number of students', 'difficulty' => 'Degree of difficulty', 'disc' => 'Degree of discrimination', 'dependencies' => 'Resources used by this resource',