Diff for /loncom/interface/Attic/lonchart.pm between versions 1.56 and 1.57

version 1.56, 2002/07/08 14:50:25 version 1.57, 2002/07/08 15:03:25
Line 1674  functions return strings to BuildChart t Line 1674  functions return strings to BuildChart t
   
 =item &BuildChart()  =item &BuildChart()
   
  The following is the process that BuildChart goes through to create the   The following is the process that BuildChart goes through to 
   html document.    create the html document.
   
  -Start the lonchart document   -Start the lonchart document
  -Test for access to the CacheData   -Test for access to the CacheData
  -Download class list information if not using cached data    -Download class list information if not using cached data 
  -Sort students and print out table desciptive data   -Sort students and print out table desciptive data
  -Output student data   -Output student data
  -If recalculating, store a list of students, but only if all their data was    -If recalculating, store a list of students, but only if all 
   downloaded.  Leave off the others.    their data was downloaded.  Leave off the others.
  -End document   -End document
   
 =over 4  =over 4

Removed from v.1.56  
changed lines
  Added in v.1.57


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>