Sha256: 93e988262da0484763699e141494754ffc44d7dedddf750f97e615d2c66080b9
Contents?: true
Size: 786 Bytes
Versions: 7
Compression:
Stored size: 786 Bytes
Contents
survey "Favorites" do section_colors "Colors" do label "These questions are examples of the basic supported input types" question "What is your favorite color?", {reference_identifier: "1", pick: :one} answer "red", {reference_identifier: "r", data_export_identifier: "1"} answer "blue", {reference_identifier: "b", data_export_identifier: "2"} answer "green", {reference_identifier: "g", data_export_identifier: "3"} answer :other q_2b "Choose the colors you don't like", :pick => :any a_1 "orange", :display_order => 1 a_2 "purple", :display_order => 2 a_3 "brown", :display_order => 0 a :omit q_fire_engine "What is the best color for a fire engine?" a_color "Color", :string end section_numbers "Numbers" do end end
Version data entries
7 entries across 7 versions & 3 rubygems