Index: lams_central/web/qb/stats.jsp =================================================================== diff -u -r03a003d5613ffaac6f9b96bef5170e9743642808 -r21606f18aac597a4f64d761bd0e33e904e35a997 --- lams_central/web/qb/stats.jsp (.../stats.jsp) (revision 03a003d5613ffaac6f9b96bef5170e9743642808) +++ lams_central/web/qb/stats.jsp (.../stats.jsp) (revision 21606f18aac597a4f64d761bd0e33e904e35a997) @@ -53,6 +53,10 @@ a { cursor: pointer; } + + .alert ul { + margin-left: 10px; + } @@ -90,7 +94,7 @@ }, 'cache' : false }).done(function(){ - document.location.reload(); + document.location.href = 'qb/stats/show.do?qbQuestionUid=${question.uid}'; }); } @@ -118,7 +122,7 @@ if (permanentRemove) { document.location.href = 'qb/collection/show.do'; } else { - document.location.reload(); + document.location.href = 'qb/stats/show.do?qbQuestionUid=${question.uid}'; } }); } @@ -139,6 +143,13 @@
+ +
+ Question with UID ${mergeSourceQbQuestionUid} was merged with this question.
+ Number of migrated learner answers: ${mergeResult} +
+
+
Question @@ -156,6 +167,14 @@
+ UID: +
+
+ +
+
+
+
Version:
@@ -358,7 +377,6 @@ - @@ -464,7 +482,7 @@ - +
@@ -503,6 +521,53 @@
+ + +
+
+ Merge this question with... +
+
+ +
+
+
+
    + +
  • +
    +
+
+
+
+
+ +
+
+ +
+ Question UID +
+
+ +
+
+ +
+
+
+ +
+
+
+ This will merge this question with the question UID you entered above. + Before you do this, make sure you know what are you doing as once merging is performed this cannot be undone. +
+
+
+
+
+