#WCAP WCAP(Web-based Cognitive Assessment Package) is an application for giving online cognitive assessment tasks such as Stroop, Go/No-go, BART, Delayed Discounting.
This application is developed by Maryam Younesi and Ali Nosrati, students of Universitiy of Tehran, under supervision of Dr Hamed Ekhtiari (Director of Neurocognitive Lab, Iranian National Center for Addiction Studies) . We will be pleased if you use this application and contribute to improve it. :)
#Terms of Use
WCAP is freely available for all the researchers who need to use these tasks. They just need to cite related papers of the developer team (listed below) inside their resulted publications and acknowledge WCAP developers in the acknowledgment part. WCAP can be downloaded from here. Installation steps are explained in the Deployment instructions (below). If you need more help, you can send us an email.
#Related Papers
- Ekhtiari H, Jannati A, Moghimi A, Behzadi A. The Farsi Version of the Balloon Analogue Risk Task: An Instrument for The Assessment of Riskful-Decision Making. Advances in Cognitive Science; 2003;
- Ekhtiari H, Behzadi A, Jannati A, Moghimi A. Delayed Discounting Procedure and Impulsive Behaviors: A Preliminary Study. Advances in Cognitive Science; 2003;
- Ekhtiari H, Behzadi A, Mokri M. The Effect of Method of Choice Presentation On the Delayed Discounting Procedure. Advances in Cognitive Science; 2005;
- Ekhtiari H, Rezvanfard M, Mokri A. Impulsivity and its different assessment tools: A review of viewpoints and conducted researches. Iran J Psychiatry Clin Psychol. Iranian Journal of Psychiatry and Clinical Psychology; 2008;14(3):247–57.
- Ekhtiari H., Behzadi A., Mokri A., Delayed Discounting Procedure Different Methods for Iranian Subjects. New Adv Cogn Sci. 2002; 4:41–9.
- Ekhtiari H., Mokri A., Variant Tasks for Delayed Discounting Procedure, Differences in Standard and Random Trials. New Adv Cogn Sci. 2003; 3:28–36.
Description
Users have two global level of access admin and default users. Admin can manage all system and entities.
Clinics and Studies have a supervisor and some examiners.
Admin of the system have ability to:
Create and manage clinics and choose a supervisor for clinic.
Add users to the list of examiners of a clinic.
Create and manage studies.
Specify details for each of cognitive tests in a study.
Supervisor of a clinic have ability to:
Add users to the list of examiners of her clinic.
Supervisor of a study have ability to:
Specify details for each of cognitive tests in a study.
Admin/Supervisor/Examiner have ability to:
Register a patient in system and assign her to some of related clinics.
Define abusing profile, treatment history, and basic demographic for each of related patients.
##Ruby and Rails Versions Ruby: V2.1 Rails: V4.1.7 ##System Dependencies ###Development: Requrement: SQLite, Rails Erd, Annotate
###Production: Requrement: Postgresql
###Documentation: Model: Model Created using Rails Erd
Documentation: HTML documentation
###Deployment instructions: Preferred Host: Ubuntu:
MinimumRequirements:
Ram => 1024MB
CPU => 1 core minimum 2.4 GHz
I used this link for deployment.
(You may have some problem with Devise and Capistranoif you don't use this gems):
gem 'capistrano', '~> 3.2.1'
gem 'capistrano-secrets-yml', '~> 1.0.0'
gem 'capistrano-bundler', '~> 1.1.2'
gem 'capistrano-rails', '~> 1.1.1'
gem 'capistrano-rvm', github: "capistrano/rvm" ## If are using rvm
#Note You can find IOWA gambling task in extras directory.