L-Rex is a platform for linguistic rating experiments. It is designed for experiments in which participants are asked to rate stimuli (e.g., sentences) on an n-point scale (e.g., a scale from 1-5).
Read the Wiki for more information.
We are currently running an instance of L-Rex at https://www.l-rex.de. Feel free to use it for your studies.
To try out L-Rex locally:
make install-dev
make run
This installs L-Rex including development tools and imports demo studies and test users. You can log in as "user" or "admin" with the password "lrexlrex".
Configuration parameters (e.g. DATABASES) can be overwritten in lrex/local.py.
- python
- Django
- django-crispy-forms
- django-registration
- psycopg2 (When using PostgreSQL)
- bootstrap
- jquery
- popper.js
- node-sass