Skip to content

generic code to assess class survey data obtained using Google Forms

Notifications You must be signed in to change notification settings

k8hertweck/class-survey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple figures from class survey data

Data

  • located in data/ and divided by year; Google form (and resulting output) similar but not identical between years
  • Export spreadsheet from Google Forms as survey_raw.tsv
  • anonymize and remove extra columns, for 2017:
    • in terminal: cut -f 7,9-27 survey_raw.tsv > survey_responsesFall2017.tsv
    • remove extra periods

Scripts

  • plots2015.R: only bar plots
  • plots2017.R: bar plots and word clouds

About

generic code to assess class survey data obtained using Google Forms

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages