https://github.com/stefan-collab/vocabulary-trainer
r shiny app helping you study vocabulary
https://github.com/stefan-collab/vocabulary-trainer
language-learning r shiny vocabulary vocabulary-learning
Last synced: 7 months ago
JSON representation
r shiny app helping you study vocabulary
- Host: GitHub
- URL: https://github.com/stefan-collab/vocabulary-trainer
- Owner: Stefan-collab
- Created: 2024-08-29T13:38:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-29T14:28:53.000Z (about 1 year ago)
- Last Synced: 2025-02-08T08:14:46.004Z (8 months ago)
- Topics: language-learning, r, shiny, vocabulary, vocabulary-learning
- Language: R
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# I'd like to share the code of my custom-built vocabulary trainer shiny app!
What I did is upload a list of words in Turkish and German to Googlesheets and use this list as database. The shinyapp randomly pulls words from the list and remembers if I knew them or not (based on my input). This information is also stored in the Googlesheets. Depending how often you remembered a given words, this words will be stored in certain 'boxes'. Each word starts out in box 5 and moves down until box 1. Usually I only practice boxes 4 and 5 and only rarely check out the other ones.
The Excel file should contain the following columns:
original language
translation
optional: Lesson number (e.g. if you use a course book to learn the language)
Index
Box
Count (counts how often the app has shown you this word)
CountR (how often did you know it)
I hope someone can find some use in this!
Have fun!