Inspired by the BBC TV programme Richard Osman's House of Games this a recreation of some of the quiz rounds packaged up in an R shiny app.
? Repo Under Construction ?
Work in Progress Version of Quiz available here: https://wjsutton.shinyapps.io/house_of_games/
Twitter | LinkedIn ? | GitHub | Website ?
This a the working space for a shiny app that recreates a Richard Osman's House of Games style quiz.
The project is built using R version 3.6.2 and uses the RStudio IDE to build and deloy the shiny app.
install.packages("learnr")
library(learnr)
# If you've never used/seen learnr before view tutorial here:
learnr::run_tutorial("hello",package = "learnr")
Here's a quote from a popular film, we've reworded the quote - can you name the film?
This data is drawn from the file: movie_quotes.csv
for listing out 10 reworded quotes. Creation of movie_quotes.csv
is currently manual with the steps identified as:
These tasks can be automated with some data work, e.g. using IMDB to find quotes and similar movies. Tests of using the syn R package shows too many synonyms and often the meaning of the quote is completely lost.