Sha256: 9f21f29ebc19ce66533df9aa9cbc2d05b2659ea44a0eead4065f48138a819303
Contents?: true
Size: 962 Bytes
Versions: 7
Compression:
Stored size: 962 Bytes
Contents
survey "Feelings" do section_daily "Current" do grid_today "Tell us how you feel today" do a "-2" a "-1" a "0" a "1" a "2" q "anxious|calm" , pick: :one q "sad|happy", pick: :one q "tired|energetic", pick: :one end grid_events "How interested are you in the following?" do a "indifferent" a "neutral" a "interested" q "births" , pick: :one q "weddings", pick: :one q "funerals", pick: :one end repeater_family "Tell us about your family" do q "Relation", pick: :one, display_type: :dropdown a "Parent" a "Sibling" a "Child" q "Name" a :string q "Quality of your relationship" a :string end q_description "Tell us which of the following describe you, and why", pick: :any a "joyful", :string a "content", :string a "anxious", :string a "upset", :string a :other, :string end end
Version data entries
7 entries across 7 versions & 3 rubygems