Sha256: d6e78522bd566dabf7b58ff22478d708cfad53baba476cd351bbb5407bdfca87

Contents?: true

Size: 789 Bytes

Versions: 6

Compression:

Stored size: 789 Bytes

Contents

<br/> 
<%= f.input :omit_text, 
  label: "add a choice for", 
  hint: "will uncheck all other choices", 
  placeholder: "none of the above", 
  as: :string, 
  wrapper_html: {class: 'omit_text fl'} 
%>: 
<%= f.input_field :omit, label: false, as: :boolean %>
<br/><br/><br/>
<%= f.input :other_text, 
  label: "add a choice for", 
  hint: "user determines choice", 
  placeholder: "Other", 
  as: :string, 
  wrapper_html: {class: 'other_text fl'} 
%>: 
<%= f.input_field :other, label: false, as: :boolean %>
<br/><br/><br/>
<%= f.input :comments_text, 
  label: "at the bottom of questions, add", 
  hint: "box for notes/comments", 
  placeholder: "Comments", 
  as: :string, 
  wrapper_html: {class: 'comments_text fl'} 
%>: 
<%= f.input_field :comments, label: false, as: :boolean %>

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
upgrade_surveyor_gui-0.1.3 app/views/surveyor_gui/questions/_answer_options.html.erb
upgrade_surveyor_gui-0.1.2 app/views/surveyor_gui/questions/_answer_options.html.erb
surveyor_gui-0.1.2 app/views/surveyor_gui/questions/_answer_options.html.erb
surveyor_gui-0.1.1 app/views/surveyor_gui/questions/_answer_options.html.erb
surveyor_gui-0.1.0 app/views/surveyor_gui/questions/_answer_options.html.erb
surveyor_gui-0.0.3 app/views/questions/_answer_options.html.erb