839e7fe17f1d6b706a7b8b0015b3e95a55409257
Also halfway making sure this works with new phase names, but still need to generalize the variable lookup so phase names don't matter in this file.
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 thesettings.json
file.
Set up
- Place the change blindness test somewhere in your webroot.
- Edit the settings file to your needs.
- Add the images to the
img
directory. - Go to
<your web path>/install/
and follow the on screen instructions.
Acknowledgements
This project includes code from Bootstrap.
Description
Languages
PHP
95.4%
Shell
2.7%
Twig
1.6%
JavaScript
0.2%