The goal of VocabBuildeR is to support your vocabulary learning. Running this app, you’ll get a word quiz with 10 or fewer (you can set to your preferred number) words that you have learned. You will be asked the target’s definition with multiple choices. Accuracy of your responses is recorded so that the words you don’t remember will be presented more frequently than others you already accurately recalled the definition. The app logs and accumulates your history of word learning so that your learning intervals and opportunities are optimized.
You can install the released version of VocabBuildeR from Github with:
# install.packages("devtools")
devtools::install_github("toruhitomi/VocabBuildeR")
You first of all need to make an Excel or csv file that contains words you learned. This file is essential as the app reads this file to create a base set of vocabulary to be presented in word quizzes.
The Excel file must be like
This is a basic example which shows you how to solve a common problem:
library(VocabBuildeR)
## basic example code
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.