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

Version Path
upgrade_surveyor_gui-0.1.3 spec/fixtures/feelings.rb
upgrade_surveyor_gui-0.1.2 spec/fixtures/feelings.rb
upgrade_surveyor-1.4.2 spec/fixtures/feelings.rb
surveyor_gui-0.1.2 spec/fixtures/feelings.rb
surveyor_gui-0.1.1 spec/fixtures/feelings.rb
surveyor_gui-0.1.0 spec/fixtures/feelings.rb
surveyor_gui-0.0.3 spec/fixtures/feelings.rb