--- loncom/interface/loncoursedata.pm 2021/03/05 17:17:57 1.207 +++ loncom/interface/loncoursedata.pm 2021/09/16 16:02:41 1.208 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: loncoursedata.pm,v 1.207 2021/03/05 17:17:57 raeburn Exp $ +# $Id: loncoursedata.pm,v 1.208 2021/09/16 16:02:41 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'; + $request = 'SELECT score,COUNT(*) FROM '.$tmptable.' GROUP BY score ORDER BY score'; # &Apache::lonnet::logthis("request = \n".$request); $sth = $dbh->prepare($request); $sth->execute();