Index: lams_tool_scribe/conf/language/lams/ApplicationResources.properties =================================================================== diff -u -rc1ae31a8f0d30b53163d2a618bfa3e26ec5b5e56 -rba26022844a236a533f7cba6041cb7e4018989fa --- lams_tool_scribe/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision c1ae31a8f0d30b53163d2a618bfa3e26ec5b5e56) +++ lams_tool_scribe/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision ba26022844a236a533f7cba6041cb7e4018989fa) @@ -106,6 +106,6 @@ message.runOfflineSet =This activity is not being done on the computer. Please see your instructor for details. button.finish =Next Activity message.contentInUseSet =The modification of content is not allowed since one or more students has attempted the activity. +message.confirmForceComplete = Are you sure you want to Force Complete - #======= End labels: Exported 100 labels for en AU ===== Index: lams_tool_scribe/web/pages/learning/scribe.jsp =================================================================== diff -u -r8e65f04f5c078f30842dcdf4a539cebcfef82919 -rba26022844a236a533f7cba6041cb7e4018989fa --- lams_tool_scribe/web/pages/learning/scribe.jsp (.../scribe.jsp) (revision 8e65f04f5c078f30842dcdf4a539cebcfef82919) +++ lams_tool_scribe/web/pages/learning/scribe.jsp (.../scribe.jsp) (revision ba26022844a236a533f7cba6041cb7e4018989fa) @@ -44,6 +44,15 @@ // remove the Agree button. document.getElementById("agreeButton").innerHTML = ""; } + + function confirmForceComplete() { + var message = ""; + if (confirm(message)) { + return true; + } else { + return false; + } + }
@@ -103,7 +112,7 @@
- +