Index: lams_gradebook/web/gradebookCourseMonitor.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_gradebook/web/gradebookCourseMonitor.jsp,v diff -u -r1.20 -r1.21 --- lams_gradebook/web/gradebookCourseMonitor.jsp 8 Sep 2015 23:53:15 -0000 1.20 +++ lams_gradebook/web/gradebookCourseMonitor.jsp 28 Jun 2016 10:50:40 -0000 1.21 @@ -111,7 +111,7 @@ // update the lesson average mark if (cellname == "mark") { // Update the average activity mark - $.get("/gradebook/gradebook.do", {dispatch:"getLessonMarkAverage", lessonID:lessonID}, function(xml) { + $.get("/gradebook/gradebook.do", {dispatch:"getMedianMarkForLesson", lessonID:lessonID}, function(xml) { if (xml!=null) { jQuery("#organisationGrid").setCell(row_id, "avgMark", xml, "", ""); }