This project is the frontend of an online study on video game reviews conducted for the course "Advanced Usability Engineering", which is part of the masters program in media informatics at the University of Regensburg
The aim of the study is to show how different CAPTCHAs are able to influence users to write reviews with friendlier tone and higher quality.
This part of the project serves as the frontend, enabling users/participants to input study data.
The corresponding backend can be found here.
- Clone or download the repository.
- run
npm install
in the project directory. - run
npm start
in the project directory. - Point your browser at http://localhost:3000.
You can use this as a template for your own project.
Available pages:
- "/": landing page with introduction; START button leads to review
- "/review": main page of the app; CAPTCHA appears on page load
- "/self-assessment": page for self-assessment of participnat after writing review
- "/debriefing": page for debriefing after experiment; user may enter email to get notified with study results