Index: lams_tool_assessment/web/pages/learning/learning.jsp =================================================================== diff -u -r595c3aded62df8b73335d4c71df63d4b33691793 -r673e64304c12d78aa1b4ba819a39ae14f394ca42 --- lams_tool_assessment/web/pages/learning/learning.jsp (.../learning.jsp) (revision 595c3aded62df8b73335d4c71df63d4b33691793) +++ lams_tool_assessment/web/pages/learning/learning.jsp (.../learning.jsp) (revision 673e64304c12d78aa1b4ba819a39ae14f394ca42) @@ -188,7 +188,7 @@ //autosave feature - function autosave(){ + function learnerAutosave(){ if (isWaitingForConfirmation) return; //copy value from CKEditor (only available in essay type of questions) to textarea before ajax submit @@ -211,7 +211,7 @@ } var autosaveInterval = "30000"; // 30 seconds interval - window.setInterval(autosave, autosaveInterval); + window.setInterval(learnerAutosave, autosaveInterval); //check if we came back due to failed answers' validation (missing required question's answer or min words limit not reached)