diff --git a/README.md b/README.md index 6cedee8..41679b9 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ A *skeleton* is an HTML file that contains substitution tags that will be filled * `completion.skeleton.html`: word-completion task * `sentence-choice.skeleton.html`: sentence-completion task * `completion-menu.skeleton.html`: completion task with drop-down menu +* `audio-transcription.skeleton.html`: audio transcription task The skeleton contains substitution tags, wrapped in double curly braces, i.e. `{{…}}`, will be filled in by the *Templater*. [Read more about supported substitution tags](http://turktools.net/use/tags). @@ -174,11 +175,11 @@ turktools includes unit tests using the Python-standard `unittest` library. Test If you use turktools or [turkserver](http://github.com/mitcho/turkserver) we ask that you cite the following paper: -> Erlewine, Michael Yoshitaka and Hadas Kotek (to appear). [*A streamlined approach to online linguistic surveys*](http://ling.auf.net/lingbuzz/001802/current.pdf). To appear in [*Natural Language & Linguistic Theory*](http://link.springer.com/journal/11049). +> Erlewine, Michael Yoshitaka and Hadas Kotek (to appear). [*A streamlined approach to online linguistic surveys*](http://link.springer.com/article/10.1007/s11049-015-9305-9). To appear in [*Natural Language & Linguistic Theory*](http://link.springer.com/journal/11049). ## The MIT License (MIT) -Copyright (c) 2013 Michael Yoshitaka Erlewine and contributors +Copyright (c) 2013--2015 Michael Yoshitaka Erlewine and contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/skeletons/audio-transcription.skeleton.html b/skeletons/audio-transcription.skeleton.html new file mode 100644 index 0000000..6012463 --- /dev/null +++ b/skeletons/audio-transcription.skeleton.html @@ -0,0 +1,201 @@ +{{! Audio transcription template skeleton; use templater.py! }} + + + + +

Survey Code: {{code}}

+ +

PLEASE COMPLETE AT MOST ONE {{code}} SURVEY. YOU WILL NOT BE PAID FOR COMPLETING MORE THAN ONE SURVEY WITH THIS CODE.

+ +

Instructions

+ +

This questionnaire presents {{total_number}} audio recordings of English sentences. Your task is to listen to the recording and write down what you heard. Here is an example:

+ +
+
+ + +
+ +

Here is another example:

+ +
+
+ + +
+ +

In order to get paid, please make sure that you answer all {{total_number}} questions.

+ +

Consent Statement:...

+ +

If your browser has JavaScript turned on, a counter will be displayed at the bottom of the page indicating how many questions have been answered. It is highly recommended that you turn on JavaScript and use this tool before submitting to ensure that all questions have been answered and you can receive payment.

+ +
+ +{{#items}} + +
+ {{number}}. + +
+ + +
+ +
+ +{{/items}} + +

Are you a native speaker of English?

+ +

Do you speak a language other than English?

+ +

(Your answers to these questions do not affect the payment.)

+ +
+   questions (out of {{total_number}} total) have been answered. If you submit now, you will not be paid.
+ +
+ +
+   questions (out of {{total_number}} total) have been answered. You are ready to submit. +
+ +

After submitting this HIT, do NOT submit another HIT with survey code {{code}}. You will not be paid for completing more than one survey with this code.

+ +

+ + + + + +