Index: lams_tool_assessment/web/pages/learning/learning.jsp =================================================================== diff -u -r3900618a37feede0762b63edea137223d4f19721 -rdbc7ce0bc9f424c489eea4f884879f052dd867f2 --- lams_tool_assessment/web/pages/learning/learning.jsp (.../learning.jsp) (revision 3900618a37feede0762b63edea137223d4f19721) +++ lams_tool_assessment/web/pages/learning/learning.jsp (.../learning.jsp) (revision dbc7ce0bc9f424c489eea4f884879f052dd867f2) @@ -300,7 +300,7 @@ url: "?sessionMapID=${sessionMapID}&singleMarkHedgingQuestionUid=" + singleMarkHedgingQuestionUid +"&questionIndex="+ questionIndex +"&date=" + new Date().getTime(), target: '#mark-hedging-question-' + singleMarkHedgingQuestionUid, success: function() { - $('#question-area-' + questionIndex).removeClass('warning-answer-required'); + $('#question-area-' + questionIndex).removeClass('bg-warning'); } }); } @@ -473,44 +473,44 @@ return true; } else { - //remove .warning-answer-required from all questions - $('[id^=question-area-]').removeClass('warning-answer-required'); + //remove .bg-warning from all questions + $('[id^=question-area-]').removeClass('bg-warning'); $('#warning-answers-required').hide(); $('#warning-words-limit').hide(); $('#warning-mark-hedging-wrong-total').hide(); if (missingRequiredQuestions.length != 0) { - //add .warning-answer-required class to those needs to be filled + //add .bg-warning class to those needs to be filled for (i = 0; i < missingRequiredQuestions.length; i++) { - $("#question-area-" + missingRequiredQuestions[i]).addClass('warning-answer-required'); + $("#question-area-" + missingRequiredQuestions[i]).find(".panel-body").addClass('bg-warning'); } //show alert message as well $("#warning-answers-required").show(); } if (maxWordsLimitExceededQuestions.length != 0) { - //add .warning-answer-required class to those needs to be filled + //add .bg-warning class to those needs to be filled for (i = 0; i < maxWordsLimitExceededQuestions.length; i++) { - $("#question-area-" + maxWordsLimitExceededQuestions[i]).addClass('warning-answer-required'); + $("#question-area-" + maxWordsLimitExceededQuestions[i]).find(".panel-body").addClass('bg-warning'); } //show alert message as well $("#warning-words-limit").show(); } if (minWordsLimitNotReachedQuestions.length != 0) { - //add .warning-answer-required class to those needs to be filled + //add .bg-warning class to those needs to be filled for (i = 0; i < minWordsLimitNotReachedQuestions.length; i++) { - $("#question-area-" + minWordsLimitNotReachedQuestions[i]).addClass('warning-answer-required'); + $("#question-area-" + minWordsLimitNotReachedQuestions[i]).find(".panel-body").addClass('bg-warning'); } //show alert message as well $("#warning-words-limit").show(); } if (markHedgingWrongTotalQuestions.length != 0) { - //add .warning-answer-required class to those needs to be filled + //add .bg-warning class to those needs to be filled for (i = 0; i < markHedgingWrongTotalQuestions.length; i++) { - $("#question-area-" + markHedgingWrongTotalQuestions[i]).addClass('warning-answer-required'); + $("#question-area-" + markHedgingWrongTotalQuestions[i]).find(".panel-body").addClass('bg-warning'); } //show alert message as well $("#warning-mark-hedging-wrong-total").show(); @@ -603,47 +603,41 @@ <%-- Reflection entry --%> -
-
-
-
+
+ +
+ +
+ +
+
+ +
+ +
+ + +

+ +

+
+ +

+ +

+
+
-
- -
- -
-
- -
- -
- - -

- -

-
- -

- -

-
-
- - - - - - -
- -
+ + + + +
+
-