forked from BilingualAphasia/AndroidBilingualAphasiaTest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
28 lines (14 loc) · 1.8 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
This is code which was used give the eBAT pdfs (http://www.mcgill.ca/linguistics/research/bat/ a collection of over 50 Bilingual Assessments for Aphasia made open and free by Dr. Paradis and his collaborators) "eyes and ears" for the Bilingual Aphasia Test Android app (Cook, Marquis, Achim 2011 presented at The Academy of Aphasia 2011 - Montreal)). To know more about the architecture you can look at the diagram for the Android section in this pdf:
https://github.com/iLanguage/AndroidBilingualAphasiaTest/blob/master/cook,marquis,achim-2011-aphasia_assessment_on_android_architecture_and_sample_results.pdf?raw=true
You can think of this as the Participant's side of the project. The tool has three functions
1. Record audio video and touch for each subsection of the BAT
2. Enter participant first and last name, autogenerate the participant code etc
3. Backup results to a laptop by wifi after the experiment, and replay participant result videos
There are some WACHME YouTube Videos http://www.youtube.com/playlist?list=PLF468B25FFEF8EAF9 to show what this project does. The project will also be on the Android Market when we think it is ready for random users (ie, after we have WATCHMEs which tell the user how to use it).
The audience of this project:
* open source programmers
* researchers who program, or have a programmer in their team who can adapt the code to their needs
You will probably be interested in another project, which is a WebApp that extracts and analyzes touch, eye gaze and audio data using Open Source software. It runs on any laptop that has Chrome, Firefox or Safari (its HTML5).
https://github.com/iLanguage/OPrimeAdministrator
The next steps:
To encourage us you can "watch" our project, "fork" the code, and even send us "pull requests" if you want to contribute your modifications.