Index: lams_central/web/WEB-INF/tags/NotebookReedit.tag =================================================================== diff -u -r52f7b0418f89acf6b26f507511e3815020ae432c -ra08fb689e1bb174869cb981d301b204d2f573590 --- lams_central/web/WEB-INF/tags/NotebookReedit.tag (.../NotebookReedit.tag) (revision 52f7b0418f89acf6b26f507511e3815020ae432c) +++ lams_central/web/WEB-INF/tags/NotebookReedit.tag (.../NotebookReedit.tag) (revision a08fb689e1bb174869cb981d301b204d2f573590) @@ -28,7 +28,7 @@ -
+
@@ -52,7 +52,7 @@

-
+
+ +
+ +
+
+
+ <%-- Learner profile pictures and names --%> +
+ +
+
+ +
+
+
+ + + +
+
+ <%-- Criterion "column" --%> +
+ <%-- Criterion "cell" --%> + +
+ + <%-- Columns are ordered from 1 to 5, so rate value is also the order ID of the column --%> +
+ ${columnHeaderCount - columnStatus.index} +
+
+
+ + +
+
+ +
+ +
+ ${columnHeaderCount - columnStatus.index - 0.5} +
+
+
+
+
+
+
+
+ + +
+ + + + + +
+ <%-- It is sufficient to take user names and columns from the first row/criterion --%> + + + + +
+ + +
+
+
+ <%-- Each answer column has the same length, all remaining space is take by the question column --%> +
+ +
+ (${columnStatus.count})  +
+ +
+ (${columnStatus.count + 0.5})  +
+
+
+
+ + + +
+
+ +
+ + <%-- Columns are ordered from 1 to 5, so rate value is also the order ID of the column --%> +
+ +
+ +
+ +
+
+
+
+
+
+
+
+
+
+
+ + + Index: lams_tool_preview/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r0ebe63b978acffe32a0c7e4a2cd63cfadf73cc96 -ra08fb689e1bb174869cb981d301b204d2f573590 --- lams_tool_preview/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 0ebe63b978acffe32a0c7e4a2cd63cfadf73cc96) +++ lams_tool_preview/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision a08fb689e1bb174869cb981d301b204d2f573590) @@ -386,6 +386,10 @@ /WEB-INF/tags/StyledRating.tag + StyledRating5 + /WEB-INF/tags/StyledRating5.tag + + Switch /WEB-INF/tags/Switch.tag Index: lams_tool_preview/web/includes/css/learning.scss =================================================================== diff -u -rb745384874257ea8327d82156fec0455e4232ad6 -ra08fb689e1bb174869cb981d301b204d2f573590 --- lams_tool_preview/web/includes/css/learning.scss (.../learning.scss) (revision b745384874257ea8327d82156fec0455e4232ad6) +++ lams_tool_preview/web/includes/css/learning.scss (.../learning.scss) (revision a08fb689e1bb174869cb981d301b204d2f573590) @@ -56,11 +56,7 @@ } .divrankx { - width: 300px; - height: 30px; - margin: 5px; padding: 5px; - border: $border-thin-default; } .divrankxlabel { @@ -69,10 +65,15 @@ padding: 5px; } -.draggable { - width: 290px; -} .email-button { margin: 2px; font-size: $font-size-small !important; // force it to be small or the jqgrid setting will override } + +#no-users-info { + display: none; +} + +.tablesorter { + margin-bottom: 0px; +} \ No newline at end of file Index: lams_tool_preview/web/pages/learning/comment.jsp =================================================================== diff -u -rbc8213e12c4e5afddd0394ad66386ef3e70d1611 -ra08fb689e1bb174869cb981d301b204d2f573590 --- lams_tool_preview/web/pages/learning/comment.jsp (.../comment.jsp) (revision bc8213e12c4e5afddd0394ad66386ef3e70d1611) +++ lams_tool_preview/web/pages/learning/comment.jsp (.../comment.jsp) (revision a08fb689e1bb174869cb981d301b204d2f573590) @@ -1,14 +1,13 @@ + + + + - - + + - - - - + - - - - - - + + + @@ -327,10 +319,14 @@ - - - - + + + +
+
+ +
+
" method="get" id="editForm"> @@ -345,9 +341,9 @@ - -
+
+
\ No newline at end of file Index: lams_tool_preview/web/pages/learning/hedging.jsp =================================================================== diff -u -rbc8213e12c4e5afddd0394ad66386ef3e70d1611 -ra08fb689e1bb174869cb981d301b204d2f573590 --- lams_tool_preview/web/pages/learning/hedging.jsp (.../hedging.jsp) (revision bc8213e12c4e5afddd0394ad66386ef3e70d1611) +++ lams_tool_preview/web/pages/learning/hedging.jsp (.../hedging.jsp) (revision a08fb689e1bb174869cb981d301b204d2f573590) @@ -1,5 +1,4 @@ - + -
" method="post" id="editForm"> - - - - ${criteriaRatings.ratingCriteria.maxRating} - - - + + + ${criteriaRatings.ratingCriteria.maxRating} - 0 - - + + + - - - - + + + ${criteriaRatings.ratingCriteria.maxRating} + + 0 + + + +" method="post" id="editForm"> + + + + + +
+
+ +
+
- +
-
- - - + + -
- ${ratingDto.itemDescription} - - +
+
+ + ${ratingDto.itemDescription} +
+ +
${ratingDto.userRating} @@ -109,25 +119,30 @@ -
+
-
-

- - - ${criteriaRatings.justificationComment} - - - - - +
+
+ +
+ + + ${criteriaRatings.justificationComment} + + + + +
- - +
+ Index: lams_tool_preview/web/pages/learning/learning.jsp =================================================================== diff -u -rbc8213e12c4e5afddd0394ad66386ef3e70d1611 -ra08fb689e1bb174869cb981d301b204d2f573590 --- lams_tool_preview/web/pages/learning/learning.jsp (.../learning.jsp) (revision bc8213e12c4e5afddd0394ad66386ef3e70d1611) +++ lams_tool_preview/web/pages/learning/learning.jsp (.../learning.jsp) (revision a08fb689e1bb174869cb981d301b204d2f573590) @@ -3,7 +3,6 @@ <%@ page import="org.lamsfoundation.lams.rating.model.RatingCriteria" %> - @@ -16,7 +15,6 @@ - @@ -29,23 +27,18 @@ - - - <fmt:message key="label.learning.title" /> - - + + + - - - - - - + + +
- + @@ -85,98 +77,93 @@ ${finishButtonLabel} - + -
-

+

+ + -

${stepNumber}${numCriteria}

-
+
+ + ${stepNumber} + ${numCriteria} + +
+
-
- - -

- <%@ include file="comment.jsp" %> -
- -

- <%@ include file="star.jsp" %> -
- -

+ - - <%@ include file="rankall.jsp" %> - - - <%@ include file="ranking.jsp" %> - - -
- -

- <%@ include file="hedging.jsp" %> -
- - - - <%@ include file="rubricsPivot.jsp" %> + + <%@ include file="comment.jsp"%> - - <%@ include file="rubrics.jsp" %> - + + + <%@ include file="star.jsp"%> + + + + + + <%@ include file="rankall.jsp"%> + + + <%@ include file="ranking.jsp"%> + + + + + + <%@ include file="hedging.jsp"%> + + + + + + <%@ include file="rubricsPivot.jsp"%> + + + <%@ include file="rubrics.jsp"%> + + + - -
-
- - - - nextPrev - - - submitEntry - - -
- -
- + + + + + + + + + + +
+ + -
- -
- - - - - - - - - - - - -
-
+
-
- - - - - - -
\ No newline at end of file + Index: lams_tool_preview/web/pages/learning/learningHiddenUser.jsp =================================================================== diff -u -rbc8213e12c4e5afddd0394ad66386ef3e70d1611 -ra08fb689e1bb174869cb981d301b204d2f573590 --- lams_tool_preview/web/pages/learning/learningHiddenUser.jsp (.../learningHiddenUser.jsp) (revision bc8213e12c4e5afddd0394ad66386ef3e70d1611) +++ lams_tool_preview/web/pages/learning/learningHiddenUser.jsp (.../learningHiddenUser.jsp) (revision a08fb689e1bb174869cb981d301b204d2f573590) @@ -1,46 +1,28 @@ <%@include file="/common/taglibs.jsp"%> - - - <%@ include file="/common/header.jsp"%> - - + + - - - - - - - - +
- - - - - - - +
+ Index: lams_tool_preview/web/pages/learning/notebook.jsp =================================================================== diff -u -r94b2225ee897f0a10318b17e1c692f2ccbb1e36b -ra08fb689e1bb174869cb981d301b204d2f573590 --- lams_tool_preview/web/pages/learning/notebook.jsp (.../notebook.jsp) (revision 94b2225ee897f0a10318b17e1c692f2ccbb1e36b) +++ lams_tool_preview/web/pages/learning/notebook.jsp (.../notebook.jsp) (revision a08fb689e1bb174869cb981d301b204d2f573590) @@ -1,69 +1,12 @@ -<%@ include file="/common/taglibs.jsp"%> - +<%@ include file="/common/taglibs.jsp"%> - - - - <fmt:message key="label.learning.title" /> - - <%@ include file="/common/header.jsp"%> - - - - - - - - - - - - -

- -

- - - - - -
-
- - - - - - - -
\ No newline at end of file + \ No newline at end of file Fisheye: Tag a08fb689e1bb174869cb981d301b204d2f573590 refers to a dead (removed) revision in file `lams_tool_preview/web/pages/learning/notebookdisplay.jsp'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_tool_preview/web/pages/learning/rankall.jsp =================================================================== diff -u -rbc8213e12c4e5afddd0394ad66386ef3e70d1611 -ra08fb689e1bb174869cb981d301b204d2f573590 --- lams_tool_preview/web/pages/learning/rankall.jsp (.../rankall.jsp) (revision bc8213e12c4e5afddd0394ad66386ef3e70d1611) +++ lams_tool_preview/web/pages/learning/rankall.jsp (.../rankall.jsp) (revision a08fb689e1bb174869cb981d301b204d2f573590) @@ -1,8 +1,5 @@ - - - <%-- Build up the divs now and the ordering, then include the divs in the body and trigger the ordering in document.ready --%> - + @@ -11,21 +8,26 @@ dropzone item draggable - + - - - - ${itemDivs}
${ratingDto.itemDescription}
- - ${javascriptReady} rankedArray[${ratingDto.userRating}]='item${ratingDto.itemId}'; - -
- - + + - + + + + + + + + -
" method="get" id="editForm"> +" method="get" id="editForm"> + + + + + +
+
+ +
- -
-
- - - - - - - - - -
+
- -
+ + +
    +
    + +
    +
-
-
- ${itemDivs} +
+
+ +
    + ${itemDivs} +
- - - +
+ Index: lams_tool_preview/web/pages/learning/ranking.jsp =================================================================== diff -u -rbc8213e12c4e5afddd0394ad66386ef3e70d1611 -ra08fb689e1bb174869cb981d301b204d2f573590 --- lams_tool_preview/web/pages/learning/ranking.jsp (.../ranking.jsp) (revision bc8213e12c4e5afddd0394ad66386ef3e70d1611) +++ lams_tool_preview/web/pages/learning/ranking.jsp (.../ranking.jsp) (revision a08fb689e1bb174869cb981d301b204d2f573590) @@ -1,8 +1,5 @@ - - - - <%-- Build up the divs now and the ordering, then include the divs in the body and trigger the ordering in document.ready --%> - +<%-- Build up the divs now and the ordering, then include the divs in the body and trigger the ordering in document.ready --%> + @@ -11,23 +8,28 @@ dropzone draggable - + - - - - ${itemDivs}
${ratingDto.itemDescription}
- ${javascriptReady} setRanking('${ratingDto.itemDescription}', ${ratingDto.itemId}, '${ratingDto.userRating}'); -
- - + + - + + + + ${criteriaRatings.ratingCriteria.maxRating} + + + -
" method="get" id="editForm"> + + + ${criteriaRatings.ratingCriteria.maxRating} + + - - - ${criteriaRatings.ratingCriteria.maxRating} - - - - ${criteriaRatings.ratingCriteria.maxRating} - - +" method="get" id="editForm"> + + + + - - - - +
+
+ +
+ +
+
    + -
    -
    - -
    ${index}:
    +
    +
    ${index}:
    +
    +
    -
    +
-
-
- ${itemDivs} +
+
+
    + ${itemDivs} +
+
+ - - Index: lams_tool_preview/web/pages/learning/results.jsp =================================================================== diff -u -rbc8213e12c4e5afddd0394ad66386ef3e70d1611 -ra08fb689e1bb174869cb981d301b204d2f573590 --- lams_tool_preview/web/pages/learning/results.jsp (.../results.jsp) (revision bc8213e12c4e5afddd0394ad66386ef3e70d1611) +++ lams_tool_preview/web/pages/learning/results.jsp (.../results.jsp) (revision a08fb689e1bb174869cb981d301b204d2f573590) @@ -1,6 +1,7 @@ <%@ include file="/common/taglibs.jsp"%> + @@ -11,17 +12,15 @@ - - - <fmt:message key="label.learning.title" /> - - <%@ include file="/common/header.jsp"%> + + - - + + + - - - - - - - + + + + + + - - - - +
- + @@ -102,92 +95,90 @@ - + - - - + -
- -
- -
-
-
- +
+ +
+ +
+
+ +
-
- +
+
+ +
+ +
+ + ${numberRatings}${numberPotentialRatings} + -
-
- + +
+ +
+ +
+
+ +
+ +
+
+
+
-
- - - ${numberRatings}${numberPotentialRatings} - - - - -

-
- -
-
-
- <%@ include file="notebookdisplay.jsp"%> + - - - - - - -
- + - + - + + + + +
- - - - - - - - - + +
+ Index: lams_tool_preview/web/pages/learning/rubrics.jsp =================================================================== diff -u -rbc8213e12c4e5afddd0394ad66386ef3e70d1611 -ra08fb689e1bb174869cb981d301b204d2f573590 --- lams_tool_preview/web/pages/learning/rubrics.jsp (.../rubrics.jsp) (revision bc8213e12c4e5afddd0394ad66386ef3e70d1611) +++ lams_tool_preview/web/pages/learning/rubrics.jsp (.../rubrics.jsp) (revision a08fb689e1bb174869cb981d301b204d2f573590) @@ -1,38 +1,42 @@ - - + +
+ +
-
+
<%-- It is sufficient to take user names and columns from the first row/criterion --%> -
- -
- - +
+
+
<%-- Each answer column has the same length, all remaining space is take by the question column --%> -
+
- + - + - + + - - + - + - + - + -
+
(${columnStatus.count})  -
+
(${columnStatus.count + 0.5})  -
+
+
-
- - class="bg-success" - + class='col text-bg-success' > - - class="bg-success" - +
-
+
-
+
\ No newline at end of file Index: lams_tool_preview/web/pages/learning/rubricsPivot.jsp =================================================================== diff -u -rbc8213e12c4e5afddd0394ad66386ef3e70d1611 -ra08fb689e1bb174869cb981d301b204d2f573590 --- lams_tool_preview/web/pages/learning/rubricsPivot.jsp (.../rubricsPivot.jsp) (revision bc8213e12c4e5afddd0394ad66386ef3e70d1611) +++ lams_tool_preview/web/pages/learning/rubricsPivot.jsp (.../rubricsPivot.jsp) (revision a08fb689e1bb174869cb981d301b204d2f573590) @@ -1,38 +1,46 @@ - - + +
+ +
-
+
<%-- It is sufficient to take user names and columns from the first row/criterion --%> @@ -103,77 +116,70 @@ -
- -
- - - - <%-- Learner profile pictures and names --%> - - - - - - +
+
+
+ <%-- Learner profile pictures and names --%> +
+ +
+
+ +
+
+
-
- - + - + - + + - - + - + - + - -
-
- -
+
+
<%-- Criterion "column" --%>
<%-- Criterion "cell" --%> -
- - class="bg-success" - + class='col text-bg-success' > ${columnHeaderCount - columnStatus.index} -
+
+
-
- class="bg-success" - +
${columnHeaderCount - columnStatus.index - 0.5} -
+
Index: lams_tool_preview/web/pages/learning/star.jsp =================================================================== diff -u -rbc8213e12c4e5afddd0394ad66386ef3e70d1611 -ra08fb689e1bb174869cb981d301b204d2f573590 --- lams_tool_preview/web/pages/learning/star.jsp (.../star.jsp) (revision bc8213e12c4e5afddd0394ad66386ef3e70d1611) +++ lams_tool_preview/web/pages/learning/star.jsp (.../star.jsp) (revision a08fb689e1bb174869cb981d301b204d2f573590) @@ -1,14 +1,14 @@ +<%@ include file="/common/taglibs.jsp"%> + + + + - - - + + - - - - + - - + - - - - + + + @@ -297,17 +290,20 @@ - - - - + + - - - - +
+
+ +
- + + + + + + @@ -324,4 +320,4 @@
- +
\ No newline at end of file