Sha256: ae25524f5fe4816e55c42d121e53b41a6cb08ddf587c2880d3e3cc135f3f34bf
Contents?: true
Size: 804 Bytes
Versions: 7
Compression:
Stored size: 804 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 "redish", {reference_identifier: "r", data_export_identifier: "1"} answer "blueish", {reference_identifier: "b", data_export_identifier: "2"} answer "greenish", {reference_identifier: "g", data_export_identifier: "3"} answer :other q_2b "Choose the colors you don't like", :pick => :any a_1 "orangeish", :display_order => 1 a_2 "purpleish", :display_order => 2 a_3 "brownish", :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