--- loncom/interface/loncoursedata.pm 2023/09/07 23:53:12 1.201.2.6.2.1 +++ loncom/interface/loncoursedata.pm 2021/03/05 17:17:57 1.207 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: loncoursedata.pm,v 1.201.2.6.2.1 2023/09/07 23:53:12 raeburn Exp $ +# $Id: loncoursedata.pm,v 1.207 2021/03/05 17:17:57 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2520,7 +2520,7 @@ sub get_student_scores { &Apache::lonnet::logthis('prepared then executed '.$/.$request); return undef; } - $request = 'SELECT score,COUNT(*) FROM '.$tmptable.' GROUP BY score ORDER BY score'; + $request = 'SELECT score,COUNT(*) FROM '.$tmptable.' GROUP BY score'; # &Apache::lonnet::logthis("request = \n".$request); $sth = $dbh->prepare($request); $sth->execute();