Index: lams_tool_larsrc/web/pages/itemreview/instructionsnav.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/pages/itemreview/instructionsnav.jsp,v
diff -u -r1.11 -r1.12
--- lams_tool_larsrc/web/pages/itemreview/instructionsnav.jsp 3 Jul 2006 02:16:12 -0000 1.11
+++ lams_tool_larsrc/web/pages/itemreview/instructionsnav.jsp 25 Aug 2006 02:41:04 -0000 1.12
@@ -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}";
}
//-->