Analyzing Qualitative Survey Data

Slides:



Advertisements
Similar presentations
P.H. Bamaiyi pwaveno-h-bamaiyi/ Mendeley Advisor [
Advertisements

Implementing Tableau Server in an Enterprise Environment
Unknown/uncontrolled data applications Bad/broken end-user applications Inefficient business processes Backlog of IT requests No data access control/backup.
Introduction to Mendeley. What is Mendeley? Mendeley is a reference manager allowing you to manage, read, share, annotate and cite your research papers...
Technology of Data Analytics. INTRODUCTION OBJECTIVE  Data Analytics mindset – shallow and wide, deep when you need it  Quick overview, useful tidbits,
Stefania Bergamasco, Cecilia Colasanti An integrated approach to turn statistics into knowledge combining data warehouse, controlled vocabularies and advanced.
[Presenter Name] [Presenter title/position/status] Webinar for [Name of Group] [Name of Institution] [Date]
Text mining Extract from various presentations: Temis, URI-INIST-CNRS, Aster Data …
OIRA / IT November 2014 Instructor Course Evaluation (ICE) Instructors’ Manual.
Created by Brendan Ryan1 Apache Server A MySql Database A fully PhP Execution Easy PhP.
Version 4 for Windows NEX T. Welcome to SphinxSurvey Version 4,4, the integrated solution for all your survey needs... Question list Questionnaire Design.
ACAT 2008 Erice, Sicily WebDat: Bridging the Gap between Unstructured and Structured Data Jerzy M. Nogiec, Kelley Trombly-Freytag, Ruben Carcagno Fermilab,
Mendeley What is it? How is it different from other “Bibliographic databases” like End Note and Reference.
Wants to help researchers organize, share, and discover research papers.
Sharepoint Makes daily tasks more efficient and improves internal as well as external collaboration Not just cost savings, but adds business value.
Best Practices in Moodle Administration Best Practices in Moodle Administration A variety of topics from technical to practical Jonathan Moore Vice President.
Uniting Cultures, Technology & Applications A Case Study University of New Hampshire.
Introduction to Mendeley. What is Mendeley? Mendeley is a reference manager allowing you to manage, read, share, annotate and cite your research papers...
Nobody’s Unpredictable Ipsos Portals. © 2009 Ipsos Agenda 2 Knowledge Manager Archway Summary Portal Definition & Benefits.
University of Illinois at Urbana-Champaign A Unified Platform for Archival Description and Access Christopher J. Prom, Christopher A. Rishel, Scott W.
Esri UC2013. Technical Workshop. Technical Workshop 2013 Esri International User Conference July 8–12, 2013 | San Diego, California Road Ahead - ArcGIS.
1 3. Computing System Fundamentals 3.1 Language Translators.
Access 2013 Platform Overview Access Low up-front investment Easy to evolve and iterate Easy adoption One version of the truth Easy to collaborate.
Wikispaces Private Label for Higher Education. Unlimited wikis, unlimited pages, unlimited possibilities Popular use cases: Collaborative coursework E-portfolios.
Adding ArcGIS Online to Your GIS Curriculum
Satisfy Your Technical Curiosity 27, 28 & 29 March 2007 International Convention Center (ICC) Ghent, Belgium.
Module 9 User Profiles and Social Networking. Module Overview Configuring User Profiles Implementing SharePoint 2010 Social Networking Features.
ArcGIS Online: Sharing your Content Ben Ramseth John Thieling.
[Presenter Name] [Presenter title/position/status] Webinar for [Name of Group] [Name of Institution] [Date]
WebDat: A Web-based Test Data Management System J.M.Nogiec January 2007 Overview.
Organize. Collaborate. Discover. 1 Introduction to Mendeley.
Tariq Abdulla Mendeley Advisor Loughborough University 15 Feb 2012.
How to use Drupal Awdhesh Kumar (Team Leader) Presentation Topic.
1 New Perspectives on Access 2016 Module 8: Sharing, Integrating, and Analyzing Data.
Lunch & Learn & Laugh! (or at least giggle).
Data Visualization with Tableau
REDCap General Overview
Nithyamoorthy S Core Mind Technologies
Survey Design with the Office of Assessment
Table spaces.
System Overview Training on the use of the new countrystat
Reporting and Analysis With Microsoft Office
Data Synthesis and Analysis
CUAHSI HIS Sharing hydrologic data
Instructor Course Evaluation (ICE)
System Overview Training on the use of the new countrystat
Course Evaluation Committee
A Guide to Shift’s Open Data ecosystem & Data workflow
Reference management soft wares Endnote & Mendeley
DDI for the Uninitiated

BlackBoard 5 A Definitive e-Learning Software Platform Ozgur Balsoy,
IPEDS Data Retrieval Center Design
Microsoft Dynamics.
8 6 MySQL Special Topics A Guide to MySQL.
Rubrics for academic assessment
Incorporating NVivo into a Large Qualitative Project
Mendeley Overview VISHAL GUPTA Customer Consultant South Asia
EDDI12 – Bergen, Norway Toni Sissala
CSUMB Undergraduate and Graduate Alumni Experience Studies
Metadata The metadata contains
ESS VIP ICT Project Task Force Meeting 5-6 March 2013.
Donald Donais Minnesota SharePoint Users Group – April 2019
Webinar for [Name of Group] [Name of Institution]
Webinar for [Name of Group] [Name of Institution]
Data Liberation Initiative (DLI)
TracCloud.
Mendeley Overview VISHAL GUPTA Customer Consultant South Asia
Power BI for the Consumer
Integrated Statistical Production System WITH GSBPM
Presentation transcript:

Analyzing Qualitative Survey Data Institutional Assessment and Research California State University, Monterey Bay

Open-Ended Questions on Surveys Often open-ended questions are included on surveys but rarely receive the analysis and attention of quantitative items Most tools oriented towards qualitative data expect small numbers of interviews rather than thousands of cases and don’t scale What worked for 150 NSSE responses in 2008 would not do for 3568 CSUMB Experience Survey responses in 2009 Like many departments, IAR could not dedicate the necessary human resources to qualitative analysis with manual processing

Goals for a tool Attach academic and demographic variables to open-text responses Redact names from the responses Allow users to read full text responses with appropriate security Integrate with campus authentication Categorize (tag) the responses and aggregate See common themes across instruments and administrations Data not locked into a particular tool

Tools evaluated NVivo in combination with an Excel VBA. Distribute Excel workbooks. Access database for processing. Distribute Excel workbooks. Custom, secured web app for display only. Initially, data still processed in Access Add offline processing with SPSS Text Analysis for Surveys in combination with R Add additional cleanup facilities (redaction, categorization) to an online tool VBA VBA (Visual Basic for Applications) is the programming language of Excel and other Office programs.

Qualitative Survey Reporting Tool (QSRT) Custom web app built on a LAMP stack (Linux, Apache, MySQL, PHP) Relational database design Integrated with OKTA for single sign on authentication Web app fully accessible (Section 508 compliant) Somewhat responsive design Browser agnostic

QSRT: Data Flow

Data Preprocessing (R) Extract keys and open-ended questions from Campus Labs file Drop cases without qualitative responses Attach demographics and academic variables Set appropriate values for missing data Write extract to Excel file

SPSS Text Analytics for Surveys (TAS) Loads from Excel, SPSS Statistics or Data Collection file, or ODBC Assigns phrases to semantic concepts Facilitates development of mapping rules from concept to category Applies rules based on a customizable dictionary A whole response is tagged with a concept, and thus a category Displays case identifiers and attributes as needed Output to Excel, SPSS Statistics or Data Collection

SPSS Text Analytics for Surveys (TAS)

Data Post-processing (R) Load SPSS TAS output Excel file Anonymize and assign key (CaseID). Add foreign keys. Split to two data frames: responses and categories With packages stringr and reshape2, explode the comma-delimited list of categories and reorganize the categories data frame from wide to long Insert into the QSRT staging table for redaction Insert metadata into setup tables

QSRT: Redaction Module

QSRT: Available data by the numbers 5 survey instruments NSSE, CSUMBES, HEDS Alumni, Alumni Grad, Alumni Ugrad 10 administrations (2008 - 2017) 10 demographic / academic variables 17,720 student / alumni responses 499 redactions (since we started logging this) 109 categories 34,193 category assignments 62 authorized users

QSRT: Ways of browsing the data QSRT Demo: IAR's Qualitative Survey Reporting Tool. Everything, paginated Filter by Survey, Administration, and Question Filter by Class Year Filter by Major Attach demographics Full text search Annotating and highlighting the survey responses

QSRT: Extensibility QSRT has a secured API to pull aggregates into any tool which supports MySQL over an SSH tunnel, such as Tableau Desktop or R. Example: Tag cloud created in R with the RMySQL, tm, and wordcloud packages Using open-source technologies prevents lock in. (At least the data can be moved)

Use of QSRT by Campus Leaders Academic Program Review Administrative reviews Curriculum change WASC and Graduation Initiative

Questions? Institutional Assessment and Research - https://csumb.edu/iar Veronica Chukwuemeka Director of Institutional Assessment and Research vchukwuemeka@csumb.edu Michael Dorsch Data and Visualization Analyst mdorsch@csumb.edu Sathyan Sundaram Research Analyst ssundaram@csumb.edu