Home

Awesome

Experigen

A framework for creating phonology experiments.

Who is it for? How can I get help?

Experigen is for linguists who have some basic knowledge of HTML, CSS, and Javascript,
who know some of the basics of putting a webpage up, and who know a little bit of R – or for linguists who want to learn these things, or for linguists who have someone like this on their team. It's not for linguists who are ''not good with computers''.

The code is provided as is. Turn to your local web expert for help with setting up your experiment.

If you fixed anything or added functionality to Experigen, we invite you to contribute your code back to the project.

Known limitations

Experigen requires participants to be online and be using an active internet connection. There is no offline mode at the moment.

Experigen does not measure reaction times. You can only get a very rough idea of how fast participants are working by examining the server timestamps. There is a forked version that has RT measurement functionality at https://github.com/cpill0789/experigen.

Collecting audio from participants

This seems to work on most browsers/operating systems, with the exception of iOS Chrome, so iPhone users will need to use Safari.

You will need a server with a secure connection (https) to put your experiment in (based on the web folder), and another server (or the same server) with a secure connection to collect audio from your participants. Put the files from audioserver there, and update settings.js with the URL to the audio server.

You won't be able to use https://sdb.phonologist.org/audio/upload.php, because it only accepts data that comes from https://sdb.phonologist.org/. You will be able to record audio in the browser, but not to save it. To save audio, you'll need your own server.

Demo: https://sdb.phonologist.org/experigen-demo/

Setup

Copy the web folder (or just its contents) to your server. It is recommended that your server use a secure connection (https).

Inside the web folder:

Results

Your results will accumulate on the database server you specified.

There is a database server available at https://sdb.phonologist.org/experigen1/. The old database server is still at http://db.phonologist.org/. You are welcome to use either server if you want to, so long as you don't hold us responsible for anything that might happen to your data. We offer this service for free and as is. You can also install your own database using the files in the folder dbserver.

Citation

Please cite Experigen whenever used in academic work:

Becker, Michael and Jonathan Levine (2020) Experigen – an online experiment platform. Available at http://becker.phonologist.org/experigen.