Skip to content

Instantly share code, notes, and snippets.

@alanjcfs
Created April 2, 2013 22:49
Show Gist options
  • Save alanjcfs/5296908 to your computer and use it in GitHub Desktop.
Save alanjcfs/5296908 to your computer and use it in GitHub Desktop.
sample file for creating a grid question using surveyor
survey "Grid question test", default_mandatory: false do
section 'Communication Skills' do
grid 'Identify communication and interviewing skills' do
a 'Yes'
a 'No'
q 'Able to articulate job duties and skills', pick: :one
q 'Easily understood, clear', pick: :one
q 'Demonstrates good listening skills', pick: :one
q 'Professional via phone/email and in person', pick: :one
q 'Appropriate turn taking skills', pick: :one
q 'Asks questions, responds appropriately', pick: :one
q 'Comfortable answering questions', pick: :one
end
q 'Communication Skills Comments'
a :text
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment