-
+
+
${criteriaRatings.ratingCriteria.title}
+
+
+ <%@ include file="comment.jsp" %>
+
+
+ <%@ include file="star.jsp" %>
+
+
+
+
+ <%@ include file="rankall.jsp" %>
+
+
+ <%@ include file="ranking.jsp" %>
+
+
+
+
+ <%@ include file="hedging.jsp" %>
+
+
-
-
- <%@ include file="notebookdisplay.jsp"%>
-
-
+
+
+ nextPrev
+
+
+ submitEntry
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
Index: lams_tool_preview/web/pages/learning/rankall.jsp
===================================================================
diff -u
--- lams_tool_preview/web/pages/learning/rankall.jsp (revision 0)
+++ lams_tool_preview/web/pages/learning/rankall.jsp (revision d2f1cafab9126e3848663764c082b76ccf2de0c5)
@@ -0,0 +1,143 @@
+
+
+
+ <%-- Build up the divs now and the ordering, then include the divs in the body and trigger the ordering in document.ready --%>
+
+
+
+
+
+
+ dropzone
+ item draggable
+
+
+
+
+
+
+ ${itemDivs} ${ratingDto.itemDescription}
+
+ ${javascriptReady} rankedArray[${ratingDto.userRating}]='item${ratingDto.itemId}';
+
+
+
+
+
+
" method="get" id="editForm">
+
+
+
+
+
+ ${criteriaRatings.ratingCriteria.maxRating}
+
+
+
+
+
+
+
+
+
+
+
+
Index: lams_tool_preview/web/pages/learning/ranking.jsp
===================================================================
diff -u
--- lams_tool_preview/web/pages/learning/ranking.jsp (revision 0)
+++ lams_tool_preview/web/pages/learning/ranking.jsp (revision d2f1cafab9126e3848663764c082b76ccf2de0c5)
@@ -0,0 +1,152 @@
+
+
+
+ <%-- Build up the divs now and the ordering, then include the divs in the body and trigger the ordering in document.ready --%>
+
+
+
+
+
+
+ dropzone
+ draggable
+
+
+
+
+
+
+ ${itemDivs} ${ratingDto.itemDescription}
+ ${javascriptReady} setRanking('${ratingDto.itemDescription}', ${ratingDto.itemId}, '${ratingDto.userRating}');
+
+
+
+
+
" method="get" id="editForm">
+
+
+
+
+
+
+
+ ${criteriaRatings.ratingCriteria.maxRating}
+
+
+
+
+
+
+
+
+
+
+
+
Index: lams_tool_preview/web/pages/learning/results.jsp
===================================================================
diff -u -rcff1f4709263aa5513ac0b4f5fd239a1390d905b -rd2f1cafab9126e3848663764c082b76ccf2de0c5
--- lams_tool_preview/web/pages/learning/results.jsp (.../results.jsp) (revision cff1f4709263aa5513ac0b4f5fd239a1390d905b)
+++ lams_tool_preview/web/pages/learning/results.jsp (.../results.jsp) (revision d2f1cafab9126e3848663764c082b76ccf2de0c5)
@@ -29,15 +29,16 @@
var pathToImageFolder = "${lams}images/css/";
//vars for rating.js
- var MAX_RATES = ${peerreview.maximumRates},
- MIN_RATES = ${peerreview.minimumRates},
- COMMENTS_MIN_WORDS_LIMIT = ${sessionMap.commentsMinWordsLimit},
- MAX_RATINGS_FOR_ITEM = ${peerreview.maximumRatesPerUser},
+ var MAX_RATES = 0,
+ MIN_RATES = 0,
+ COMMENTS_MIN_WORDS_LIMIT = 0,
+ MAX_RATINGS_FOR_ITEM = 0,
+ LIMIT_BY_CRITERIA = "true";
LAMS_URL = '${lams}',
- COUNT_RATED_ITEMS = ${sessionMap.countRatedItems},
+ COUNT_RATED_ITEMS = 0,
COMMENT_TEXTAREA_TIP_LABEL = '
',
WARN_COMMENTS_IS_BLANK_LABEL = '
',
- WARN_MIN_NUMBER_WORDS_LABEL = "
";
+ WARN_MIN_NUMBER_WORDS_LABEL = "
";
@@ -49,7 +50,6 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+
+
+ |
+
+
+
+
+
+
+
+
+