--- loncom/interface/statistics/lonstudentassessment.pm 2003/06/10 19:19:57 1.55 +++ loncom/interface/statistics/lonstudentassessment.pm 2003/06/11 14:41:59 1.56 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstudentassessment.pm,v 1.55 2003/06/10 19:19:57 matthew Exp $ +# $Id: lonstudentassessment.pm,v 1.56 2003/06/11 14:41:59 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -179,6 +179,13 @@ sub BuildStudentAssessmentPage { @Students = @Apache::lonstatistics::Students; } # + # Perform generic initialization tasks + # Since we use lonnet::EXT to retrieve problem weights, + # to ensure current data we must clear the caches out. + # This makes sure that parameter changes at the student level + # are immediately reflected in the chart. + &Apache::lonnet::clear_EXT_cache_status(); + # # Call the initialize routine selected above $initialize->($r); foreach my $student (@Students) {