Index: samigo-app/src/webapp/jsf/author/authorSettings.jsp =================================================================== --- samigo-app/src/webapp/jsf/author/authorSettings.jsp (revision 306438) +++ samigo-app/src/webapp/jsf/author/authorSettings.jsp (working copy) @@ -489,48 +489,38 @@ -
+
- + - + - + - + - + - + - - + - - + Index: samigo-app/src/webapp/jsf/author/publishedSettings.jsp =================================================================== --- samigo-app/src/webapp/jsf/author/publishedSettings.jsp (revision 306438) +++ samigo-app/src/webapp/jsf/author/publishedSettings.jsp (working copy) @@ -499,7 +499,7 @@ -
+
@@ -552,45 +552,35 @@ - + - + - + - + - + - + - - + - - + Index: samigo-app/src/webapp/js/authoring.js =================================================================== --- samigo-app/src/webapp/js/authoring.js (revision 306438) +++ samigo-app/src/webapp/js/authoring.js (working copy) @@ -328,52 +328,23 @@ // if a different radio button is selected, we reenable feedback checkboxes & text. function disableAllFeedbackCheck(feedbackType) { - // By convention we start all feedback JSF ids with "feedback". - var feedbackIdFlag = "assessmentSettingsAction:feedback"; - var feedbackComponentOptionFlag = "assessmentSettingsAction:feedbackComponentOption"; - var noFeedback = "3"; - var feedbacks = document.getElementsByTagName('INPUT'); - var feedbackComponentOptions =document.getElementsByName(feedbackComponentOptionFlag); - - for (i=0; i