Skip to content

Instantly share code, notes, and snippets.

@drewB
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drewB/f4cf437815445c3fc1a1 to your computer and use it in GitHub Desktop.
Save drewB/f4cf437815445c3fc1a1 to your computer and use it in GitHub Desktop.
# Format
# owner email address: <email address of owner of the question>
# question: <text of the question>
# total_enrollments: <total number of enrollments for this question>
# primary_user_category:
# name: <category name>:
# values:
# <user_category_value.name>:
# percentage_of_total: <percentage of enrollments in this category_value>
# promoter_percentage: <percentage of enrollments in this category_value that are promoters>
# detractor_percentage: <percentage of enrollments in this category_value that are detractors>
#
# secondary_category:
# name: <category name>
# values:
# <user_category_value>:
# percentage_of_total: 40
owner_email_address: filtertest2@example.com
question: "How likely are you to recommend working at our company to your friends and collegues?"
total_enrollments: 100
user_categories:
primary_user_category:
name: Department
values:
"Sales":
percentage_of_total: 23
promoter_percentage: 23
detractor_percentage: 7
"Operations":
percentage_of_total: 7
promoter_percentage: 14
detractor_percentage: 17
"IT":
percentage_of_total: 4
promoter_percentage: 44
detractor_percentage: 23
"Customer Service":
percentage_of_total: 34
promoter_percentage: 12
detractor_percentage: 34
"HR":
percentage_of_total: 4
promoter_percentage: 44
detractor_percentage: 7
"Administration":
percentage_of_total: 12
promoter_percentage: 77
detractor_percentage: 12
"Manufacturing":
percentage_of_total: 16
promoter_percentage: 14
detractor_percentage: 22
secondary_category:
name: Region
values:
North America:
percentage_of_total: 17
South America:
percentage_of_total: 10
Asia Pac:
percentage_of_total: 14
Africa:
percentage_of_total: 7
Australia:
percentage_of_total: 7
Europe:
percentage_of_total: 34
Middle East:
percentage_of_total: 7
Antarctica:
percentage_of_total: 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment