Skip to content

hofaflo/fcss_stackoverflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Impact of badges as a gamification element on user engagement in StackOverflow

Follow the steps below to replicate the study. The preprocessing results are available here.

Data retrieval

  • Run the queries from queries.sql in Google BigQuery.
  • Download the results by clicking on SAVE RESULTS and
    • for Badges select CSV (local file)
    • for Comments and Posts select CSV (Google Drive), wait for the transfer to complete and download from there
  • Rename the files to badges.csv, comments.csv and posts.csv and place them into a directory data next to preprocessing.py.

Preprocessing

  • Use python>=3.7
  • Install required packages with python -m pip install -r requirements.txt
  • Execute python preprocessing.py

Analysis

  • Create a directory results
  • Open analysis.Rmd and run all chunks (t-test results and plots will be saved to ./results)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages