Index: lams_tool_larsrc/web/pages/itemreview/instructionsnav.jsp =================================================================== diff -u -r9cd6be516aa221a17b218c27819ed892cd60e35f -red9b148a60d17bfcf4fc8033ce313b7f8d2ab652 --- lams_tool_larsrc/web/pages/itemreview/instructionsnav.jsp (.../instructionsnav.jsp) (revision 9cd6be516aa221a17b218c27819ed892cd60e35f) +++ lams_tool_larsrc/web/pages/itemreview/instructionsnav.jsp (.../instructionsnav.jsp) (revision ed9b148a60d17bfcf4fc8033ce313b7f8d2ab652) @@ -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 @@ - +