mattbk / changeblindness

Cloned from https://github.com/rjelierse/changeblindnesstest.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change blindness test

This is a small web application that can be used to test change blindness. It was developed for an assignment in the Visual Communication Design course on the Design for Interaction master at the Delft University of Technology by Raymond Jelierse.

Requirements

  • A webserver with the following packages:
    • PHP 5.3.x
    • MySQL 5.x
    • [Twig] 1.6
  • Pairs of images to test with. The filenames should have the following format: <phase>-(with|without).png. You can configure the phases in the settings.json file.

Set up

  1. Place the change blindness test somewhere in your webroot.
  2. Edit the settings file to your needs.
  3. Add the images to the img directory.
  4. Go to <your web path>/install/ and follow the on screen instructions.

Acknowledgements

This project includes code from Bootstrap.

About

Cloned from https://github.com/rjelierse/changeblindnesstest.


Languages

Language:PHP 95.3%Language:Shell 2.7%Language:HTML 1.6%Language:JavaScript 0.2%Language:CSS 0.1%Language:ApacheConf 0.0%