(Philadelphia Repetition Test)
Dowload the latest version
The Philadelphia Repetition Test uses the same 175 stimuli as the Philadelphia Naming Test except rather than participants naming pictures, they hear a pre-recorded audio file (a spoken word, no pictures shown) and attempt to repeat exactly what they hear (Dell, Martin, & Schwartz, 2007).
The saved video location will depend on your computer. The program automatically detects if you have Dropbox, or Box folders on your computer and tries to save to those locations first, in that order. If you do not wish to save to the cloud folders then uncheck that option in the menu bar. If the cloud saving option is unchecked, or those folders do not exist on your computer then the app will save to it's default MacOS location which is ~/Library/Application Support/PRT/data
This app was made specifically for the CSTAR group, but is open source so that others may modify and use as desired.
This app is currently only developed for MacOS, and a compiled version of ffmpeg is bundled with the app.
cd /to/your/desired/install/location
git clone https://github.com/hanayik/Philadelphia-Repetition-Test.git
cd Philadelphia-Repetition-Test
npm install
npm start