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.15 -r1.16 --- lams_tool_larsrc/web/pages/itemreview/instructionsnav.jsp 6 Sep 2006 02:05:50 -0000 1.15 +++ lams_tool_larsrc/web/pages/itemreview/instructionsnav.jsp 13 Sep 2006 00:26:52 -0000 1.16 @@ -2,6 +2,23 @@ "http://www.w3.org/TR/html4/strict.dtd"> <%@ include file="/common/taglibs.jsp"%> +<%-- runAuto and reflectOn does not set when authoring preview mode then set false as default value --%> + + + + + + + + + + + + + + + + @@ -19,7 +36,7 @@ //learner and author(preview mode) will mark the finish if(${mode == "learner"} || ${mode == "author"}){ var reqIDVar = new Date(); - if(${sessionMap.runAuto}){ + if(${runAuto}){ //set complete flag and finish this activity as well. window.parent.location.href=''; }else{ @@ -66,7 +83,7 @@ - +