Index: lams_monitoring/web/includes/javascript/monitorLesson5.js =================================================================== diff -u -r56003dc7b87af7983c137daf04e402404932aeaa -r027d0e6a567a57457a4020ff966fbd1f156deb59 --- lams_monitoring/web/includes/javascript/monitorLesson5.js (.../monitorLesson5.js) (revision 56003dc7b87af7983c137daf04e402404932aeaa) +++ lams_monitoring/web/includes/javascript/monitorLesson5.js (.../monitorLesson5.js) (revision 027d0e6a567a57457a4020ff966fbd1f156deb59) @@ -154,7 +154,7 @@ } break; - case 'iraAssessmentStudentChoices': { + case 'iratStudentChoices': { tabContent.load(LAMS_URL + 'tool/laasse10/tblmonitoring/iraAssessmentStudentChoices.do?toolContentID=' + iraToolContentId); } break; @@ -197,6 +197,10 @@ loadTab('irat', this); }); + $('#load-irat-student-choices-tab-btn').click(function(){ + loadTab('iratStudentChoices', this); + }); + $('#load-other-nvg-btn').click(function(){ let switchButton = $(this), tblButtons = $('#tbl-navigate-btn-group'), @@ -2777,6 +2781,10 @@ loadTab('teams'); } else if (tabName == 'gates'){ loadTab('gates'); + } else if (tabName == 'irat'){ + loadTab('irat'); + } else if (tabName == 'iratStudentChoices'){ + loadTab('iratStudentChoices'); } } Index: lams_monitoring/web/monitor5.jsp =================================================================== diff -u -r56003dc7b87af7983c137daf04e402404932aeaa -r027d0e6a567a57457a4020ff966fbd1f156deb59 --- lams_monitoring/web/monitor5.jsp (.../monitor5.jsp) (revision 56003dc7b87af7983c137daf04e402404932aeaa) +++ lams_monitoring/web/monitor5.jsp (.../monitor5.jsp) (revision 027d0e6a567a57457a4020ff966fbd1f156deb59) @@ -324,11 +324,16 @@
Index: lams_tool_assessment/web/pages/tblmonitoring/assessment5.jsp =================================================================== diff -u -r56003dc7b87af7983c137daf04e402404932aeaa -r027d0e6a567a57457a4020ff966fbd1f156deb59 --- lams_tool_assessment/web/pages/tblmonitoring/assessment5.jsp (.../assessment5.jsp) (revision 56003dc7b87af7983c137daf04e402404932aeaa) +++ lams_tool_assessment/web/pages/tblmonitoring/assessment5.jsp (.../assessment5.jsp) (revision 027d0e6a567a57457a4020ff966fbd1f156deb59) @@ -19,7 +19,7 @@ function showStudentChoices() { // these methods come from tblmonitor.jsp and aes.jsp in lams_monitoring if (${not empty isIraAssessment and isIraAssessment}) { - loadTab('iraAssessmentStudentChoices'); + loadTab('iratStudentChoices'); return; } loadAePane(${toolContentID}, 'studentChoices'); @@ -47,13 +47,6 @@