Annotation of loncom/html/adm/help/tex/Spreadsheet_Completely_Recalc.tex, revision 1.3
1.2 bowersj2 1: \label{Spreadsheet_Completely_Recalc}
1.1 bowersj2 2: The total number of sheets in course can be tremendous, since it is
3: the number of students times the number of assessments. LON-CAPA
4: caches these sheets and only selectively invalidates those cache
5: copies if potentially relevant data changes. \textbf{Completely
6: Recalc} forces LON-CAPA to invalidate all cache copies.
1.3 ! bowersj2 7: \index{Completely Recalc}
1.1 bowersj2 8:
9: For instance, this is necessary to get the most up-to-date
10: calculations if the sheet itself contains direct access to the system
11: clock (making it ``out-of-date'' the moment it is calculated), or if
12: an assessment is edited in a way that would retroactively change
1.3 ! bowersj2 13: grading. The automatic spreadsheet devalidation catches student
1.1 bowersj2 14: submissions, \textbf{PAR}a\textbf{M}eter changes, and spreadsheet
15: changes, but not re-publication of a problem resource.
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>