Index: lams_monitoring/web/tblmonitor/aes.jsp
===================================================================
diff -u -r35dd47046a83ab2f9e80f76dc22d1521412219b5 -rbfb2094d16d2be706d0ebcc52221fe6ca0fbcbc2
--- lams_monitoring/web/tblmonitor/aes.jsp (.../aes.jsp) (revision 35dd47046a83ab2f9e80f76dc22d1521412219b5)
+++ lams_monitoring/web/tblmonitor/aes.jsp (.../aes.jsp) (revision bfb2094d16d2be706d0ebcc52221fe6ca0fbcbc2)
@@ -33,13 +33,13 @@
var url = null;
if (toolType == 'd') {
url = "tool/ladoku11/monitoring/ae.do?toolContentID=" + toolContentId;
- } else if (contentType == 'studentChoices' || (!contentType && aePane.data('contentType') == 'studentChoices')){
+ } else if (contentType == 'default' || (!contentType && aePane.data('contentType') == 'default')){
// contentType is an extra setting saying which content from the given tool type to display
- url = "tool/laasse10/tblmonitoring/aesStudentChoices.do?toolContentID=" + toolContentId;
- aePane.data('contentType', 'studentChoices');
- } else {
url = "tool/laasse10/tblmonitoring/assessment.do?toolContentID=" + toolContentId;
aePane.data('contentType', 'default');
+ } else {
+ url = "tool/laasse10/tblmonitoring/aesStudentChoices.do?toolContentID=" + toolContentId;
+ aePane.data('contentType', 'studentChoices');
}
// load AE tab content for the given tool content ID
aePane.show().load(url);