KaitlanM/MemoryMeasurer-App: Memory Measurer App

A Shiny app designed to test verbal memory and collect user data. The program presents random English nouns that are either one, two, or three syllables in length. The user can choose how long to spend and how many words to try to memorize. Then, in the intermediate panel, a distractor task is used where a random number of circles is plotted and the user must count the circles and answer accurately. Lastly, the user recites the words he/she rememebers by typing and submitting words one by one. The program scores words using the Levenshtein distance and a typo tolerance which varies with the number of syllables. The scoring function also checks if the user repeated words and scores for only the first occurance. User data is then outputted to a .csv file.

Getting started

Package details

Maintainer
LicenseMIT + file LICENCE
Version1.0.0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("KaitlanM/MemoryMeasurer-App")
KaitlanM/MemoryMeasurer-App documentation built on June 6, 2019, 2:15 p.m.