Skip to content

Resources for web scraping with rvest talk at R-Ladies Auckland, May 22, 2018

Notifications You must be signed in to change notification settings

elb0/hpff-rladies-auck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

title author output
Running a pub quiz from R
Liza Bolton
html_document

Running a pub quiz from R

Some background

This was set up for a R-Ladies Auckland meetup.

This talk was about web scraping and was inspired by work I had done to get data to write a Stats 101: Introduction to Statistics exam in 2017. In the spirit of R flavoured fun we have at these meetups, I thought it would be neat to showcase some of the powers of the rvest package in a warm up quiz. I doubt this will catch on for your local pub quiz, but maybe this will be of use to you in your own R-Ladies or other R themed groups.

More information on this talk in the notes for the talk.

Hit me up on Twitter if you have any questions or feedback.

Ingredients

  • Some questions you want to ask in a presentation (can be any format - not linked to anything else)
  • A Google Form turned into a quiz with an answer key set up
  • Code to scrape the Google Form, write answers and submit them
  • A leader board that uses the Google Speadsheet with the responses from the quiz

Method

Set up the Google Form

I use Google forms a lot and think they're pretty intuitive and useful. This is the quiz I set up, but the participants never actually see it.

  • Set up your Form, and make it a quiz by clicking the Settings gear at the top right.
  • Go to the "Quizzes" tab and toggle "Make this a quiz" on.

  • Then you can go into each question and set up the answers.
  • A team name question doesn't have to have any marks - see the "Answer Key (0 points)"

  • You can set your multi-choice questions to be worth a certain number of points, and indicate the correct answer, by clicking "Answer Key" in the bottom left corner of question edit box. I let both captial and lower case 'A' be a correct as it is case sensitive. You could probably do radio buttons as well, but I found this set up the easiest.

  • View the spreadsheet that the responses will be saved in by clicking the spread sheet symbol in the "Responses" tab.

Set up the quiz R code

Check out the code in For the workshop/Quiz.Rmd.

Note the at questions are not included in the file, as for my purposed they are going to be shown as part of the presentation. Each question is multichoice and has three options. You could include the questions in the file if that suited your purposes.

Participants can edit the your_answers chunk and then Knit the file to html to see their score (at the bottom), or run the chunks bit by bit.

Preview here.

Set up a leaderboard

As I have the Google Form set up to score the quiz automatically, it was nice and easy to use the googlesheets package to grab the score data and make a leader board that could be presented quickly at the end of the quiz.

The above is based on running the preview, which is what I would do to actually present the results. The full HTML output isn't quite so pretty, but you can see it here. See the notes chunk in Behind the scenes/Quiz Leader Board.Rmd for more comments on how I'd use this.

About

Resources for web scraping with rvest talk at R-Ladies Auckland, May 22, 2018

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages