Index: lams_central/web/qb/stats.jsp
===================================================================
diff -u -rf9c66e78afa51f175afcaf22ee81f9b3460afea8 -r95b32ee3c7e813d17c11fe5391bbd5c5a951a64d
--- lams_central/web/qb/stats.jsp (.../stats.jsp) (revision f9c66e78afa51f175afcaf22ee81f9b3460afea8)
+++ lams_central/web/qb/stats.jsp (.../stats.jsp) (revision 95b32ee3c7e813d17c11fe5391bbd5c5a951a64d)
@@ -2,6 +2,7 @@
<%@ taglib uri="tags-lams" prefix="lams"%>
<%@ taglib uri="tags-fmt" prefix="fmt"%>
<%@ taglib uri="tags-core" prefix="c"%>
+
@@ -31,6 +32,23 @@
#usage a {
text-decoration: underline;
}
+
+ .row {
+ margin-top: 10px;
+ }
+
+ .middle-cell {
+ padding-top: 6px;
+ display: inline-block;
+ }
+
+ .middle-buttons {
+ text-align: center;
+ }
+
+ .header-column {
+ font-weight: bold;
+ }
@@ -40,12 +58,62 @@
+
-
-
-
-
-
-
- #
- |
-
- Title
- |
-
- Correct?
- |
-
- Average selection (as first choice)
- |
-
-
+
+
+
+
-
- ${status.index + 1}
- |
-
-
- |
-
-
-
-
- |
-
- <%--(${empty stats.answersRaw[option.uid] ? 0 : stats.answersRaw[option.uid]})--%>
- ${stats.answersPercent[option.uid]}%
- |
+
+ #
+ |
+
+ Title
+ |
+
+ Correct?
+ |
+
+ Average selection (as first choice)
+ |
-
-
-
+
+
+
+ ${status.index + 1}
+ |
+
+
+ |
+
+
+
+
+ |
+
+ <%--(${empty stats.answersRaw[option.uid] ? 0 : stats.answersRaw[option.uid]})--%>
+ ${stats.answersPercent[option.uid]}%
+ |
+
+
+
+
+
- Average selection chart
+ Management
-
+
+
+
+
+
+
+
+ Transfer questions to
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Existing collections
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Average selection chart
+
+
+
+
+
+
Burning questions
-
-
-
- Question
- |
-
- Likes
- |
-
-
-
-
-
- |
-
-
- |
-
-
-
+
+
+ This question does not have any burning questions
+
+
+
+
+
+ Question
+ |
+
+ Likes
+ |
+
+
+
+
+
+ |
+
+
+ |
+
+
+
+
+
- Usage
+ Usage in lessons
-
-
-
- Organisation
- |
-
- Lesson
- |
-
- Activity
- |
-
- Tool type
- |
-
- Test participant count
- |
-
- Difficulty index
- |
-
- Discrimination index
- |
-
- Point biserial
- |
-
-
-
+
+
+ This question is not used in any lesson
+
+
+
-
-
- |
-
-
- |
-
+ |
+ Organisation
+ |
+
+ Lesson
+ |
+
+ Activity
+ |
+
+ Tool type
+ |
+
+ Test participant count
+ |
+
+ Difficulty index
+ |
+
+ Discrimination index
+ |
+
+ Point biserial
+ |
+
+
+
+
+
+
+ |
+
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+ |
+
+
+ |
+
+
+ |
-
-
+
+ - |
+ - |
+ - |
-
-
-
+ |
+ |
+ |
+
-
-
-
- |
-
-
- |
-
-
- - |
- - |
- - |
-
-
- |
- |
- |
-
-
-
-
-
-
+
+
+
+
+
@@ -276,39 +418,46 @@
Previous versions
-
-
-
- #
- |
-
- Created date
- |
-
- Created ago
- |
-
-
-
-
- v${version.version}
- |
-
-
- |
-
-
- |
-
-
-
+
+
+ This question does not have any previous versions
+
+
+
+
+
+ #
+ |
+
+ Created date
+ |
+
+ Created ago
+ |
+
+
+
+
+ v${version.version}
+ |
+
+
+ |
+
+
+ |
+
+
+
+
+
-
-
-
-
+
+
+
+
\ No newline at end of file