Difference between revisions of "Web-based perception experiments"

From Phonlab
Jump to navigationJump to search
(Created page with "Experiments can be hosted on the Department of Linguistics server, and then distributed to listeners by email link, or via Amazon Mechanical Turk. An example is here: [http://li…")
 
Line 3: Line 3:
 
An example is here: [http://linguistics.berkeley.edu/~kjohnson/talkers/memory.php?list=test example experiment]
 
An example is here: [http://linguistics.berkeley.edu/~kjohnson/talkers/memory.php?list=test example experiment]
   
  +
A Javascript library [http://linguistics.berkeley.edu/~kjohnson/talkers/js/audexp.js audexp.js] that makes it realatively easy to implement the following four kinds of typical experiment:
A Javascript library is available (audexp.js) that implements
 
  +
  +
* Identification - a single audio file is played, and a two-alternative forced choice (2AFC) is given.
  +
* Discrimination - two audio files are played, and a 2AFC is given.
  +
* Rating - a single audio file is played, and a rating number (from 1 to 7) is given.
  +
* Contrast Rating - two audio files are played, and a rating number is given.

Revision as of 18:03, 8 February 2018

Experiments can be hosted on the Department of Linguistics server, and then distributed to listeners by email link, or via Amazon Mechanical Turk.

An example is here: example experiment

A Javascript library audexp.js that makes it realatively easy to implement the following four kinds of typical experiment:

  • Identification - a single audio file is played, and a two-alternative forced choice (2AFC) is given.
  • Discrimination - two audio files are played, and a 2AFC is given.
  • Rating - a single audio file is played, and a rating number (from 1 to 7) is given.
  • Contrast Rating - two audio files are played, and a rating number is given.