Skip to content

Solai-Adithya/FaceName-CorsiBlock

 
 

Repository files navigation

FaceName-CorsiBlock : CS308 Project

What is this Game About

The Corsi-block tapping task is a standard psychological test for evaluating an individual's visuospatial memory abilities.In the Corsi-block tapping task, the individual has to first observe a pattern of blinking blocks on a computer screen and then try to recall the exact order in which the different blocks blinked. In the face-name associative memory task, the individual is asked to learn the names and affiliations of some faces. The web-based application will be used for collecting data and for building cognitive models to predict human behavior in these tasks.

Setting up dev environment

  1. Create a new folder in you local directory(say "test").
  2. Open terminal and go to above directory
  3. Clone the repository : git clone https://github.com/deepanshu368/FaceName-CorsiBlock.git
  4. cd FaceName-CorsiBlock
  5. Get the Database credentials from administrators and save it in the current directory.
  6. Run the server: node server.js
  7. Visit localhost:8080

Run Unit tests

Use the command npm test to run the unit tests.

Contact

Contact any of Contributors in case of any error.

About

Project assigned as part of CS308 course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • EJS 40.5%
  • JavaScript 30.2%
  • HTML 27.3%
  • CSS 2.0%