Index: lams_central/web/qb/stats.jsp =================================================================== diff -u -r4dfbbc90e3d414eaf3f4282a3a38b4ec741384d7 -r2cbaf1342c0f195d608134205e7f7d9765bf97b0 --- lams_central/web/qb/stats.jsp (.../stats.jsp) (revision 4dfbbc90e3d414eaf3f4282a3a38b4ec741384d7) +++ lams_central/web/qb/stats.jsp (.../stats.jsp) (revision 2cbaf1342c0f195d608134205e7f7d9765bf97b0) @@ -1,286 +1,286 @@ -<%@ page contentType="text/html; charset=utf-8" language="java"%> -<%@ taglib uri="tags-lams" prefix="lams"%> -<%@ taglib uri="tags-fmt" prefix="fmt"%> -<%@ taglib uri="tags-core" prefix="c"%> - - - - - Question statistics - - - - - - - - - - - - - - - - -
-
- Question -
-
-
-
-
- Version: -
-
- -
-
-
-
- Title: -
-
- -
-
-
-
- Description: -
-
- -
-
-
-
- Feedback: -
-
- -
-
-
-
- Mark: -
-
- -
-
-
- -

Options

- - - - - - - - - - - - - - - -
- # - - 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 -
-
-
-
- -
-
- Burning questions -
-
- - - - - - - - - - - -
- Question - - Likes -
- - - -
-
-
- -
-
- Usage -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- Organisation - - Lesson - - Activity - - Tool type - - Test participant count - - Difficulty index - - Discrimination index - - Point biserial -
- - - - - - - - - - - - - - - - - - - ---
-
-
- -
-
- Previous versions -
-
- - - - - - - - - - - - - -
- # - - Created date - - Created ago -
- v${version.version} - - - - -
-
-
-
- +<%@ page contentType="text/html; charset=utf-8" language="java"%> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-fmt" prefix="fmt"%> +<%@ taglib uri="tags-core" prefix="c"%> + + + + + Question statistics + + + + + + + + + + + + + + + + +
+
+ Question +
+
+
+
+
+ Version: +
+
+ +
+
+
+
+ Title: +
+
+ +
+
+
+
+ Description: +
+
+ +
+
+
+
+ Feedback: +
+
+ +
+
+
+
+ Mark: +
+
+ +
+
+
+ +

Options

+ + + + + + + + + + + + + + + +
+ # + + 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 +
+
+
+
+ +
+
+ Burning questions +
+
+ + + + + + + + + + + +
+ Question + + Likes +
+ + + +
+
+
+ +
+
+ Usage +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Organisation + + Lesson + + Activity + + Tool type + + Test participant count + + Difficulty index + + Discrimination index + + Point biserial +
+ + + + + + + + + + + + + + + + + + + ---
+
+
+ +
+
+ Previous versions +
+
+ + + + + + + + + + + + + +
+ # + + Created date + + Created ago +
+ v${version.version} + + + + +
+
+
+
+
\ No newline at end of file