Index: lams_tool_larsrc/web/pages/itemreview/instructionsnav.jsp
===================================================================
diff -u -r1e633dd70ea6f5461605ec545fd608e876354db0 -rc25a2c783e51d05045d1fb61981c169357cd3e98
--- lams_tool_larsrc/web/pages/itemreview/instructionsnav.jsp (.../instructionsnav.jsp) (revision 1e633dd70ea6f5461605ec545fd608e876354db0)
+++ lams_tool_larsrc/web/pages/itemreview/instructionsnav.jsp (.../instructionsnav.jsp) (revision c25a2c783e51d05045d1fb61981c169357cd3e98)
@@ -17,7 +17,7 @@
//learner and author(preview mode) will mark the finish
if(${mode == "learner"} || ${mode == "author"}){
var reqIDVar = new Date();
- //if auto run mode, the opener will be null
+ //if auto run mode, the opener will be null.
if(window.parent.opener != null)
window.parent.opener.location.href="?mode=${mode}&itemUid=${param.itemUid}&reqID="+reqIDVar.getTime();
else{
@@ -31,7 +31,7 @@
}
}
function nextIns(currIns){
- document.location.href="?mode=${mode}&insIdx=" + currIns + "&itemUid=${param.itemUid}&itemIndex=${param.itemIndex}";
+ document.location.href="?mode=${mode}&insIdx=" + currIns + "&sessionMapID=${sessionMapID}&itemUid=${param.itemUid}&itemIndex=${param.itemIndex}";
}
//-->