Index: lams_tool_laqa/web/learning/AnswersContent.jsp =================================================================== diff -u -rd97c65ef73ed925593e730db5e72f24f2d092890 -rd2211def89f93b05a695009b1c8be46205f17f70 --- lams_tool_laqa/web/learning/AnswersContent.jsp (.../AnswersContent.jsp) (revision d97c65ef73ed925593e730db5e72f24f2d092890) +++ lams_tool_laqa/web/learning/AnswersContent.jsp (.../AnswersContent.jsp) (revision d2211def89f93b05a695009b1c8be46205f17f70) @@ -92,6 +92,7 @@ } function doSubmit(actionMethod) { + $('.btn').prop('disabled', true); document.QaLearningForm.method.value=actionMethod; document.QaLearningForm.submit(); } Index: lams_tool_laqa/web/learning/IndividualLearnerResults.jsp =================================================================== diff -u -ra1e4f1c8cd378514548ca6efc7b8739910dafe91 -rd2211def89f93b05a695009b1c8be46205f17f70 --- lams_tool_laqa/web/learning/IndividualLearnerResults.jsp (.../IndividualLearnerResults.jsp) (revision a1e4f1c8cd378514548ca6efc7b8739910dafe91) +++ lams_tool_laqa/web/learning/IndividualLearnerResults.jsp (.../IndividualLearnerResults.jsp) (revision d2211def89f93b05a695009b1c8be46205f17f70) @@ -11,17 +11,11 @@ @@ -145,8 +139,8 @@
- +
Index: lams_tool_laqa/web/learning/LearnerRep.jsp =================================================================== diff -u -ra1e4f1c8cd378514548ca6efc7b8739910dafe91 -rd2211def89f93b05a695009b1c8be46205f17f70 --- lams_tool_laqa/web/learning/LearnerRep.jsp (.../LearnerRep.jsp) (revision a1e4f1c8cd378514548ca6efc7b8739910dafe91) +++ lams_tool_laqa/web/learning/LearnerRep.jsp (.../LearnerRep.jsp) (revision d2211def89f93b05a695009b1c8be46205f17f70) @@ -238,17 +238,11 @@ }); }); - function submitLearningMethod(actionMethod) { - if (actionMethod == 'endLearning') { - $("#finishButton").attr("disabled", true); - } + function submitMethod(actionMethod) { + $('.btn').prop('disabled', true); document.QaLearningForm.method.value=actionMethod; document.QaLearningForm.submit(); } - - function submitMethod(actionMethod) { - submitLearningMethod(actionMethod); - } @@ -467,8 +461,8 @@ - + @@ -490,12 +484,8 @@
- - - - Index: lams_tool_laqa/web/learning/Notebook.jsp =================================================================== diff -u -r677769eb66f1a9f9daa6ca1e7196fca8aa6f5abc -rd2211def89f93b05a695009b1c8be46205f17f70 --- lams_tool_laqa/web/learning/Notebook.jsp (.../Notebook.jsp) (revision 677769eb66f1a9f9daa6ca1e7196fca8aa6f5abc) +++ lams_tool_laqa/web/learning/Notebook.jsp (.../Notebook.jsp) (revision d2211def89f93b05a695009b1c8be46205f17f70) @@ -7,25 +7,17 @@ - + @@ -35,17 +27,15 @@ -

- -
+
-
+ + - -
Index: lams_tool_laqa/web/learning/RevisitedLearnerRep.jsp =================================================================== diff -u -r667d1faf66fd77b1eda9448aa9626a35dddcb89e -rd2211def89f93b05a695009b1c8be46205f17f70 --- lams_tool_laqa/web/learning/RevisitedLearnerRep.jsp (.../RevisitedLearnerRep.jsp) (revision 667d1faf66fd77b1eda9448aa9626a35dddcb89e) +++ lams_tool_laqa/web/learning/RevisitedLearnerRep.jsp (.../RevisitedLearnerRep.jsp) (revision d2211def89f93b05a695009b1c8be46205f17f70) @@ -232,17 +232,11 @@ }); }); - function submitLearningMethod(actionMethod) { - if (actionMethod == 'endLearning') { - $("#finishButton").attr("disabled", true); - } + function submitMethod(actionMethod) { + $('.btn').prop('disabled', true); document.QaLearningForm.method.value=actionMethod; document.QaLearningForm.submit(); } - - function submitMethod(actionMethod) { - submitLearningMethod(actionMethod); - } @@ -455,8 +449,8 @@
- +