Index: samigo-app/src/webapp/css/tool_sam.css =================================================================== --- samigo-app/src/webapp/css/tool_sam.css (revision 309183) +++ samigo-app/src/webapp/css/tool_sam.css (working copy) @@ -569,11 +569,6 @@ height: 100%; } -.mcAnswerText { - display:inline-table; - width: 80%; -} - #timer-expired-warning{ text-align: center; } @@ -907,3 +902,25 @@ } +/* rte fixup */ +.samMcAnswerTable td { + vertical-align: top; +} + +.samMcAnswerTable p { + margin-top: 0; +} + +.samMcAnswerTable input[type="checkbox"], +.samMcAnswerTable input[type="radio"] { + margin-top: 0; + padding-top: 0; +} + +.samMcCheckboxImg { + margin-top: -3px; +} + +.samMcRadioImg { + margin-top: -1px; +} Index: samigo-app/src/webapp/jsf/author/preview_item/MultipleChoiceMultipleCorrect.jsp =================================================================== --- samigo-app/src/webapp/jsf/author/preview_item/MultipleChoiceMultipleCorrect.jsp (revision 309183) +++ samigo-app/src/webapp/jsf/author/preview_item/MultipleChoiceMultipleCorrect.jsp (working copy) @@ -27,19 +27,22 @@ <%@ include file="/jsf/author/preview_item/attachment.jsp" %> - + - + + alt="#{authorMessages.correct}" url="/images/checked.gif" styleClass="samMcCheckboxImg" /> + alt="#{authorMessages.not_correct}" url="/images/unchecked.gif" styleClass="samMcCheckboxImg" /> + + + - - - + + + Index: samigo-app/src/webapp/jsf/author/preview_item/MultipleChoiceSingleCorrect.jsp =================================================================== --- samigo-app/src/webapp/jsf/author/preview_item/MultipleChoiceSingleCorrect.jsp (revision 309183) +++ samigo-app/src/webapp/jsf/author/preview_item/MultipleChoiceSingleCorrect.jsp (working copy) @@ -28,18 +28,21 @@ <%@ include file="/jsf/author/preview_item/attachment.jsp" %> - + - + - + - - + + + + - - + + + Index: samigo-app/src/webapp/jsf/delivery/item/deliverMultipleChoiceMultipleCorrect.jsp =================================================================== --- samigo-app/src/webapp/jsf/delivery/item/deliverMultipleChoiceMultipleCorrect.jsp (revision 309183) +++ samigo-app/src/webapp/jsf/delivery/item/deliverMultipleChoiceMultipleCorrect.jsp (working copy) @@ -27,7 +27,7 @@ <%@ include file="/jsf/delivery/item/attachment.jsp" %> - + - + + - - + + + Index: samigo-app/src/webapp/jsf/delivery/item/deliverMultipleChoiceSingleCorrect.jsp =================================================================== --- samigo-app/src/webapp/jsf/delivery/item/deliverMultipleChoiceSingleCorrect.jsp (revision 309183) +++ samigo-app/src/webapp/jsf/delivery/item/deliverMultipleChoiceSingleCorrect.jsp (working copy) @@ -50,7 +50,7 @@ - + - - + + + + @@ -85,7 +87,7 @@ - + Index: samigo-app/src/webapp/jsf/evaluation/item/displayMultipleChoiceMultipleCorrect.jsp =================================================================== --- samigo-app/src/webapp/jsf/evaluation/item/displayMultipleChoiceMultipleCorrect.jsp (revision 309183) +++ samigo-app/src/webapp/jsf/evaluation/item/displayMultipleChoiceMultipleCorrect.jsp (working copy) @@ -26,7 +26,7 @@ - + @@ -47,7 +47,7 @@ - + Index: samigo-app/src/webapp/jsf/evaluation/item/displayMultipleChoiceSingleCorrect.jsp =================================================================== --- samigo-app/src/webapp/jsf/evaluation/item/displayMultipleChoiceSingleCorrect.jsp (revision 309183) +++ samigo-app/src/webapp/jsf/evaluation/item/displayMultipleChoiceSingleCorrect.jsp (working copy) @@ -26,7 +26,7 @@ - + @@ -47,7 +47,7 @@ - + Index: samigo-app/src/webapp/jsf/evaluation =================================================================== --- samigo-app/src/webapp/jsf/evaluation (revision 309183) +++ samigo-app/src/webapp/jsf/evaluation (working copy) Property changes on: samigo-app/src/webapp/jsf/evaluation ___________________________________________________________________ Modified: svn:mergeinfo Merged /sam/branches/SAM-2066-uva/samigo-app/src/webapp/jsf/evaluation:r309176-309183 Index: samigo-app/src/webapp/jsf/print/preview_item/MultipleChoiceMultipleCorrect.jsp =================================================================== --- samigo-app/src/webapp/jsf/print/preview_item/MultipleChoiceMultipleCorrect.jsp (revision 309183) +++ samigo-app/src/webapp/jsf/print/preview_item/MultipleChoiceMultipleCorrect.jsp (working copy) @@ -32,21 +32,22 @@ <%@ include file="/jsf/delivery/item/attachment.jsp" %> - + - + - <%-- inputBlock --%> - - - <%-- Show answer text --%> - - - - - + <%-- Show answer button --%> + + <%-- show answer label --%> + + + + <%-- show answer text --%> + + + <%-- Show feedback answer --%> Index: samigo-app/src/webapp/jsf/print/preview_item/MultipleChoiceSingleCorrect.jsp =================================================================== --- samigo-app/src/webapp/jsf/print/preview_item/MultipleChoiceSingleCorrect.jsp (revision 309183) +++ samigo-app/src/webapp/jsf/print/preview_item/MultipleChoiceSingleCorrect.jsp (working copy) @@ -33,18 +33,21 @@ <%@ include file="/jsf/delivery/item/attachment.jsp" %> - + - + - <%-- inputBlock --%> - - <%-- Show answer text --%> - - - - + <%-- Show answer checkbox --%> + + + <%-- show answer label --%> + + + + <%-- show answer text --%> + + <%-- Show feedback answer --%> Index: . =================================================================== --- . (revision 309183) +++ . (working copy) Property changes on: . ___________________________________________________________________ Modified: svn:mergeinfo Merged /sam/branches/SAM-2066-uva:r309176-309183