Index: lams_central/web/qb/stats.jsp =================================================================== diff -u -r9f4d4f19dc70ef350ebab8e6aa89cb05e1c78c04 -r9091ed8c9bae9a48f88622c0c5031af2a39772dc --- lams_central/web/qb/stats.jsp (.../stats.jsp) (revision 9f4d4f19dc70ef350ebab8e6aa89cb05e1c78c04) +++ lams_central/web/qb/stats.jsp (.../stats.jsp) (revision 9091ed8c9bae9a48f88622c0c5031af2a39772dc) @@ -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: +
+
+ +
+
+
+
:
@@ -304,7 +322,7 @@ - - @@ -480,7 +497,7 @@ - +
@@ -519,6 +536,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. +
+
+
+
+
+
label.qb.stats.usage.course + @@ -368,7 +386,6 @@