Created
April 2, 2013 22:49
-
-
Save alanjcfs/5296908 to your computer and use it in GitHub Desktop.
sample file for creating a grid question using surveyor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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