This is an experiment designed using Python and Kivy (for GUI) and is intended for in-person use. The experiment progresses through:
- a demographic questionnaire
- a personality assessment (BFI-44)
- a listening task (rating music preference)
Program designed following tutorials and referencing
- python -m pip install --upgrade pip wheel setuptools virtualenv
- python -m virtualenv kivy_venv
- kivy_venv\Scripts\activate
- python -m pip install docutils pygments pypiwin32 kivy_deps.sdl2==0.1.* kivy_deps.glew==0.1.*
- python -m pip install kivy_deps.gstreamer==0.1.*
- pip install kivy[base] kivy_examples --pre --extra-index-url https://kivy.org/downloads/simple/
- python -m pip install kivy_examples==1.11.1