File:  [LON-CAPA] / loncom / html / adm / help / tex / Statistics_Cache.tex
Revision 1.3: download - view: text, annotated - select for diffs
Tue Aug 8 17:47:27 2006 UTC (18 years ago) by webbsuza
Branches: MAIN
CVS tags: version_2_9_X, version_2_9_99_0, version_2_9_1, version_2_9_0, version_2_8_X, version_2_8_99_1, version_2_8_99_0, version_2_8_2, version_2_8_1, version_2_8_0, version_2_7_X, version_2_7_99_1, version_2_7_99_0, version_2_7_1, version_2_7_0, version_2_6_X, version_2_6_99_1, version_2_6_99_0, version_2_6_3, version_2_6_2, version_2_6_1, version_2_6_0, version_2_5_X, version_2_5_99_1, version_2_5_99_0, version_2_5_2, version_2_5_1, version_2_5_0, version_2_4_X, version_2_4_99_0, version_2_4_2, version_2_4_1, version_2_4_0, version_2_3_X, version_2_3_99_0, version_2_3_2, version_2_3_1, version_2_3_0, version_2_2_X, version_2_2_99_1, version_2_2_99_0, version_2_2_2, version_2_2_1, version_2_2_0, version_2_1_99_3, version_2_12_X, version_2_11_X, version_2_11_5_msu, version_2_11_5, version_2_11_4_uiuc, version_2_11_4_msu, version_2_11_4, version_2_11_3_uiuc, version_2_11_3_msu, version_2_11_3, version_2_11_2_uiuc, version_2_11_2_msu, version_2_11_2_educog, version_2_11_2, version_2_11_1, version_2_11_0_RC3, version_2_11_0_RC2, version_2_11_0_RC1, version_2_11_0, version_2_10_X, version_2_10_1, version_2_10_0_RC2, version_2_10_0_RC1, version_2_10_0, loncapaMITrelate_1, language_hyphenation_merge, language_hyphenation, bz6209-base, bz6209, bz5969, bz2851, PRINT_INCOMPLETE_base, PRINT_INCOMPLETE, HEAD, GCI_3, GCI_2, GCI_1, BZ5971-printing-apage, BZ5434-fox, BZ4492-merge, BZ4492-feature_horizontal_radioresponse
reworded, changing from passivve to active voice, added commas, fixed a few typos.CVS: ----------------------------------------------------------------------

    1: \label{Statistics_Cache}
    2: 
    3: The \textbf{\index{Statistics Cache}Statistics Cache} manages the data 
    4: used in computing student performance statistics.
    5: 
    6: Much of the time spent computing statistics is actually used to
    7: compile student data into a more useful format; the temporary course
    8: cache.  Normally student data is maintained in an archived format,
    9: which does not provide for rapid access.  Since each student's data is
   10: stored on their home server in their account, and not with the course,
   11: it takes time to compile the data and store it in the temporary course
   12: cache.  All of the statistics modes use the same cache so the process
   13: of compiling the student data does not need to be repeated when
   14: successive statistics are requested.
   15: 
   16: Only those students who are involved in the current calculation will
   17: have their data compiled.  When you modify the selected set of
   18: students, by changing the section you are computing statistics with,
   19: the caches will be updated.
   20: 
   21: The temporary course cache is maintained for 2 days on the server used
   22: for the statistics computation.
   23: 
   24: The cache management buttons, marked \textbf{Clear Caches} and
   25: \textbf{Update Caches}, appear when the temporary course caches are in
   26: use.  
   27: 
   28: \textbf{Clear Caches} causes the entire cache for the course to
   29: be flushed, discarding all the current contents.  The cache is then
   30: rebuilt to display the desired statistics.  The normal use of
   31: statistics should not require you to press this button, but it is here
   32: for completeness.
   33: 
   34: \textbf{Update Caches} checks the students' records for updates since when their 
   35: data was compiled.  Any changes to the students' record for your
   36: course will be reflected after this button has been pressed.  The
   37: \textbf{Update Caches} button is useful if your students are currently
   38: completing a homework set, and you wish to evaluate their progress in
   39: the timeframe your statistics were generated.
   40: 

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