--- loncom/interface/Attic/lonchart.pm 2002/07/08 14:50:25 1.56 +++ loncom/interface/Attic/lonchart.pm 2002/07/08 15:03:25 1.57 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # (Publication Handler # -# $Id: lonchart.pm,v 1.56 2002/07/08 14:50:25 stredwic Exp $ +# $Id: lonchart.pm,v 1.57 2002/07/08 15:03:25 stredwic Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1674,16 +1674,16 @@ functions return strings to BuildChart t =item &BuildChart() - The following is the process that BuildChart goes through to create the - html document. + The following is the process that BuildChart goes through to + create the html document. -Start the lonchart document -Test for access to the CacheData -Download class list information if not using cached data -Sort students and print out table desciptive data -Output student data - -If recalculating, store a list of students, but only if all their data was - downloaded. Leave off the others. + -If recalculating, store a list of students, but only if all + their data was downloaded. Leave off the others. -End document =over 4