Index: lams_tool_scratchie/conf/language/lams/ApplicationResources.properties =================================================================== diff -u -r3dee98435d9284b0993e2927ba9e5afadf894782 -rcf2997c9ea81fff656bbfa0df90ac9100ba1ebbf --- lams_tool_scratchie/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 3dee98435d9284b0993e2927ba9e5afadf894782) +++ lams_tool_scratchie/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision cf2997c9ea81fff656bbfa0df90ac9100ba1ebbf) @@ -266,6 +266,6 @@ label.show.vsa.answers =Show VSA answers from the following activity label.type.your.group.answer =Type your group answer label.button.submit =Submit +label.options.show = Show question options - #======= End labels: Exported 260 labels for en AU ===== Index: lams_tool_scratchie/web/pages/tblmonitoring/burningQuestions.jsp =================================================================== diff -u -r09c00f8cbf6d2846374bd2ae5bab62f568a7f075 -rcf2997c9ea81fff656bbfa0df90ac9100ba1ebbf --- lams_tool_scratchie/web/pages/tblmonitoring/burningQuestions.jsp (.../burningQuestions.jsp) (revision 09c00f8cbf6d2846374bd2ae5bab62f568a7f075) +++ lams_tool_scratchie/web/pages/tblmonitoring/burningQuestions.jsp (.../burningQuestions.jsp) (revision cf2997c9ea81fff656bbfa0df90ac9100ba1ebbf) @@ -32,6 +32,11 @@ $(this).data("expanded", !isExpanded); }); }); + + function showOptions(itemUid) { + $('#options-show-' + itemUid).remove(); + $('#options-' + itemUid).show(); + } @@ -76,29 +81,51 @@ - + + ${itemTitle} + + ${burningQsCount} - - - ${itemTitle} - +
- +
-
+ + + + + + + +