Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
88 lines (88 sloc)
3.82 KB
This file contains 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
{ | |
"frustration": "What is your biggest frustration with doing data visualization in your job?", | |
"domain": "Percent of your day focused on creating/implementing/productizing data visualizations?", | |
"domainMap": "Percent of your day spent on data visualization?", | |
"intended": "Did you set out to work in data visualization or did you fall into it?", | |
"intendedMap": { | |
"Ended up doing data visualization as a requirement of the job": false, | |
"Intended to work in data visualization": true | |
}, | |
"questions": [ | |
{ | |
"question": "For your current role or the majority of your projects: were you hired to do data visualization only or is data visualization a part of your job/project description?", | |
"questionMap": "Were you hired to do data visualization only?", | |
"answers": { | |
"Hired to do data visualization": [0, "Yes"], | |
"Data visualization is only part of my job": [1, "No"] | |
} | |
}, | |
{ | |
"question": "What focus is data visualization in your work?", | |
"questionMap": "What focus is data visualization in your work?", | |
"answers": { | |
"Data visualization is the focus of my job": [0, "Primary"], | |
"Data visualization is an important secondary part of my job but not the focus": [1, "Secondary"], | |
"Data visualization is one of several other things I do in my job but not a primary or secondary part of my role": [2, "One of several"] | |
} | |
}, | |
{ | |
"question": "Is your total compensation in-line with Software Engineers and UX/UI/Designer roles at your level?", | |
"questionMap": "Is your total compensation in-line with Software Engineers and UX/UI/Designer roles at your level?", | |
"answers": { | |
"Data Visualization Role has higher compensation": [0, "Higher"], | |
"Data Visualization Role has same compensation": [1, "Same"], | |
"Data Visualization Role has Lower compensation": [2, "Lower"] | |
} | |
}, | |
{ | |
"question": "Is there a separate group that does data visualizations or are you embedded in another group? (data science UX UI web data engineering IT etc)", | |
"questionMap": "Is there a separate group that does data visualizations or are you embedded in another group?", | |
"answers": { | |
"Separate data visualization team": [0, "Separate"], | |
"Embedded in another team": [1, "Embedded"], | |
"Both": [2, "Both"] | |
} | |
}, | |
{ | |
"question": "Are data visualization specialists represented in the leadership of your organization?", | |
"questionMap": "Are data visualization specialists represented in the leadership of your organization?", | |
"answers": { | |
"Yes": [0, "Yes"], | |
"No": [1, "No"] | |
} | |
}, | |
{ | |
"question": "What knowledge level do they have of the data you are visualizing for them?", | |
"questionMap": "What knowledge level do your consumers have of the data you are visualizing?", | |
"answers": { | |
"Expert": [0, "Expert"], | |
"Moderate;Expert": [1, "Expert to Moderate"], | |
"Moderate": [2, "Moderate"], | |
"Intro;Moderate": [3, "Moderate to Intro"], | |
"Intro": [4, "Intro"], | |
"Intro;Moderate;Expert": [5, "All"] | |
} | |
}, | |
{ | |
"question": "How often do they consume your data visualizations?", | |
"questionMap": "How often do they consume your data visualizations?", | |
"answers": { | |
"Hourly": [0, "Hourly"], | |
"Daily": [1, "Daily"], | |
"Weekly": [2, "Weekly"], | |
"Monthly": [3, "Monthly"], | |
"Quarterly": [4, "Quarterly"], | |
"Yearly": [5, "Yearly"] | |
} | |
}, | |
{ | |
"question": "How would you describe the relationship?", | |
"questionMap": "How would you describe your relationship with your consumer?", | |
"answers": { | |
"Collaborative": [0, "Collaborative"], | |
"Consultative": [1, "Consultative"], | |
"Subordinate": [2, "Subordinate"] | |
} | |
} | |
] | |
} |