Index: lams_monitoring/web/tblmonitor/teams.jsp =================================================================== diff -u -r8ad6317cfff329136f05042200f2af81cbee110f -r7c12721027454f10b087240a31a83612efa41057 --- lams_monitoring/web/tblmonitor/teams.jsp (.../teams.jsp) (revision 8ad6317cfff329136f05042200f2af81cbee110f) +++ lams_monitoring/web/tblmonitor/teams.jsp (.../teams.jsp) (revision 7c12721027454f10b087240a31a83612efa41057) @@ -96,8 +96,8 @@ $('#ira-user-name-label').html(userName); //populate user score - var userScore = link.data('ira-score'); - $('#ira-user-score').html(userScore); + var userScore = link.data('ira-correct-answer-count'); + $('#ira-correct-answer-count').html(userScore); //load modal dialog content using Ajax var url = "${isIraMcqAvailable}" == "true" ? "tool/lamc11/tblmonitoring/getModalDialogForTeamsTab.do" : "tool/laasse10/tblmonitoring/getModalDialogForTeamsTab.do"; @@ -126,8 +126,8 @@ $('#tra-user-name-label').html(userName); //populate user score - var userScore = link.data('tra-score'); - $('#tra-user-score').html(userScore); + var userScore = link.data('tra-correct-answer-count'); + $('#tra-correct-answer-count').html(userScore); //load modal dialog content using Ajax $('#tra-modal .modal-body').load( @@ -199,26 +199,26 @@ - - - - - - - - + + + + + + + + @@ -233,66 +233,87 @@ - + + + - + + + + + - - - - - + - + - - ${groupDto.traScore} - - ${groupDto.traCorrectAnswerCount} + + + - + + + ${groupDto.traCorrectAnswerCount} + + - + - + + + + + + + - + + + ${groupDto.correctAnswerCountPercentDelta}% + + + + + + + + + + + + + + + + - + - - - - - - - - - - - - - @@ -306,17 +327,6 @@ - - - - - - - - - - - - @@ -329,6 +339,21 @@ + + + + + + - + + + % + + + + + + @@ -352,28 +377,10 @@
- -

: - - - - - - - ${groupDto.traScore} - - - - ${groupDto.traScore} - - - -

: - + - @@ -382,7 +389,7 @@ + data-tra-correct-answer-count="${groupDto.traCorrectAnswerCount}"> ${groupDto.traCorrectAnswerCount} @@ -400,25 +407,32 @@ - - - - + + + + + + + + + - - + + + + - + font-weight-bold" data-portrait="${userDto.portraitUuid}" data-fullname="${userDto.lastName}, ${userDto.firstName}"> ${userDto.lastName}, ${userDto.firstName} @@ -428,60 +442,75 @@ - + - - - ${userDto.iraScore} - + + - - - - - - - - - - + data-ira-correct-answer-count="${userDto.iraCorrectAnswerCount}"> ${userDto.iraCorrectAnswerCount} - - - - - + - + - + - + + + + + + + + - + + + ${userDto.correctAnswerCountPercentDelta}% + + + + + + + + + + + + + + + + + + - + + + - + % @@ -495,11 +524,11 @@
- +
@@ -593,7 +622,7 @@ - : + :