You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed problem when changing question format for editing. Implemented default answer for textfield and textarea. Example answer now loads tinymce for editing too. #414
<%=link_to(image_tag("help_button.png"),"#",class: "question_format_popover",rel: "popover","data-html"=>"true","data-content"=>_("You can choose from:<ul><li>- text area (large box for paragraphs);</li> <li>- text field (for a short answer);</li> <li>- checkboxes where options are presented in a list and multiple values can be selected;</li> <li>- radio buttons where options are presented in a list but only one can be selected;</li> <li>- dropdown like this box - only one option can be selected;</li> <li>- multiple select box allows users to select several options from a scrollable list, using the CTRL key;</li></ul>"))%>
@@ -42,7 +43,7 @@ in the admin interface.
42
43
</div>
43
44
44
45
<!--display form to enter option from checkbox/radio button/ dropdown/ multi select box-->
<%=link_to(image_tag("help_button.png"),"#",class: "default_answer_popover",rel: "popover","data-html"=>"true","data-content"=>_('Anything you enter here will display in the answer box. If you want an answer in a certain format (e.g. tables), you can enter that style here.'))%>
99
-
</div>
93
+
<divclass="div_right_icon">
94
+
<%=link_to(image_tag("help_button.png"),"#",class: "default_answer_popover",rel: "popover","data-html"=>"true","data-content"=>_('Anything you enter here will display in the answer box. If you want an answer in a certain format (e.g. tables), you can enter that style here.'))%>
0 commit comments