Index: lams_monitoring/web/tblmonitor/tblmonitor.jsp =================================================================== diff -u -r04c0727cbb9c90c4c946ab3685534945cdb6f652 -r711411d243b9bca70b87eec757a2baa5bebe6964 --- lams_monitoring/web/tblmonitor/tblmonitor.jsp (.../tblmonitor.jsp) (revision 04c0727cbb9c90c4c946ab3685534945cdb6f652) +++ lams_monitoring/web/tblmonitor/tblmonitor.jsp (.../tblmonitor.jsp) (revision 711411d243b9bca70b87eec757a2baa5bebe6964) @@ -62,7 +62,7 @@ if (!method && !toolContentID) { // tab was refreshed, get stored parameters method = lastTabMethod; - if (autoRefresh && (method == 'burningQuestions' || method == 'aes')) { + if (autoRefresh && (method == 'burningQuestions' || method == 'aes' || method == 'aesStudentChoices')) { // do not auto refresh Burning Questions nor AES tabs return; }