Index: lams_central/web/qb/stats.jsp =================================================================== diff -u -r269c13324c6bb998631af858dc8091ad3102ef78 -re00ee97b803f195e523abcd3f765513a58a03d32 --- lams_central/web/qb/stats.jsp (.../stats.jsp) (revision 269c13324c6bb998631af858dc8091ad3102ef78) +++ lams_central/web/qb/stats.jsp (.../stats.jsp) (revision e00ee97b803f195e523abcd3f765513a58a03d32) @@ -54,6 +54,10 @@ a { cursor: pointer; } + + .alert ul { + margin-left: 10px; + } @@ -91,7 +95,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}'; } }); } @@ -140,6 +144,12 @@
+ +
+ Question with UID ${mergeSourceQbQuestionUid} was merged with this question.
+ Number of migrated learner answers: ${mergeResult} +
+
@@ -157,6 +167,14 @@
+ UID: +
+
+ +
+
+
+
:
@@ -366,7 +384,6 @@ - @@ -478,7 +495,7 @@ - +
@@ -517,6 +534,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. +
+
+
+
+
+