Coder Social home page Coder Social logo

qcas's Introduction

Qualitative Coding Assistant for Sheets

QCAS (pronounced quokkas) is the Qualitative Coding Assistant for Google Sheets.

What problems does this solve?

Qualitative coding is a process often used in qualitative research, especially with the grounded theory methodology. Basically, it involves a researcher (the coder or rater) looking at individual data items (survey responses, passages, images, etc.) and assigning them labels or categories based on their theme (or another dimension relevant for analysis). To put it even more simply, you look at a bunch of responses and assign labels to each.

Specialized software exists to aid with some variants of this process, but a quick and dirty way this analysis is often done is by having the responses in the column of a spreadsheet, then putting codes in the adjacent column.

This project is a set of Google Apps Scripts that can be added to a Google Sheets spreadsheet to save time when performing these tasks.

Features

Type numbers instead of codes. Instead of typing out the name of the code, you can just type its number (0, 1, 2, โ€ฆ)

Automatically flag conflicting labels. When two coders are labeling responses, conflicts naturally arise. These scripts will create a new column highlighting fields where a conflict occurred, and what exactly that conflict is.

Calculate inter-rater reliability using the Kupper & Hafner metric.

Usage

Setting up QCAS requires a few steps.

First, the spreadsheet needs to set up in a specific way. Here is a template with additional explanatory comments.

Note:

  • There needs to be a separate sheet for the codebook, named question-name_codebook with Code and Type column headers.
  • The responses will be in a separate sheet, named question-name_codes_coder-name with a Coder column heading.
  • If you're flagging conflicts or calculating IRR, the codes need to be pasted into a new sheet, named question-name_codes_final.

Next, you need to add the scripts. This is manual and somewhat cumbersome (sorry).

In your spreadsheet, go to Tools > Script Editor. Create new script files (File > New > Script file) for each of the .js files in the root of this repo (ignoring any that start with a period). (Actually, you should be able to merge all the code into a single .js file.)

Close the script editor and refresh the spreadsheet. You should see a screen asking for permission for your scripts to run.

Once the scripts are working, you'll see a Coding Assistant menu in your menubar, to the right of the Help menu.

qcas's People

Contributors

nmalkin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.