-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
final draft json spec for rapid scan
- Loading branch information
Showing
2 changed files
with
101 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,100 @@ | ||
{ | ||
"experiment": "Rapid Spectrogram Scanning Experiment", | ||
"version": 0.95, | ||
"countDown": 10, | ||
"additionalResources" : { | ||
"experiment_combination_counts": "/experiment_assets/rapid_scan_counts.json" | ||
}, | ||
"instructions": [ | ||
"The purpose of this experiment is to evaluate the effectiveness of mass audio data analysis using human participants", | ||
"We have a lot of recorded audio and we need your help to analyse it. <br/> We want to measure how fast a participant (like you) can sift through our data to find interesting events. In this case, we will be searching for Koala calls.", | ||
"This experiment is designed to measure how quickly acoustic events of interest can be detected", | ||
"This is a timed experiment. You are encouraged to work as quickly as you can whilst maintaining accuracy", | ||
|
||
"There are 4 parts of this experiment to complete and a questionnaire at the end", | ||
"In total the experiment should take no longer than 30 minutes", | ||
"You should have no need for external resources (images, audio recordings, or field guides) during the experiment", | ||
"If you have any trouble completing this experiment please contact: <br />Anthony Truskinger<br /><a href='mailto:[email protected]' >[email protected]</a> <br/> 07 3138 9340" | ||
], | ||
"speeds": [ | ||
{ "speed": 2, "notes" : ""}, | ||
{ "speed": 1, "notes" : ""}, | ||
{ "speed": 0.5, "notes" : "<strong>Warning this test is extremely difficult. Do not be discouraged; there are other, easier, tests.</strong>"} | ||
], | ||
"experimentSteps": [ | ||
{ | ||
"id": "training", | ||
"template": "/assets/rapid_scanning_experiment.html", | ||
"name": "Koala flashcards, TRAINING ROUND", | ||
"type": "flashing", | ||
"segments" : [ | ||
{ | ||
"audioId": "230FA545-DCC9-46AC-B87F-1F9AD5C3DEC3", | ||
"startTime": 0, | ||
"endTime": 72 | ||
} | ||
], | ||
"compression": 1, | ||
"speed": {"speed": 10.0, "notes": ""}, | ||
"patternName": "Koala", | ||
"extraInstructions": "Results are not counted in this round.", | ||
"randomiseOrder": false | ||
}, | ||
{ | ||
"id": "DS1", | ||
"template": "/assets/rapid_scanning_experiment.html", | ||
"name": "Koala flashcards - Set A", | ||
"type": "flashing", | ||
"segments" : [ | ||
{ | ||
"audioId": "230FA545-DCC9-46AC-B87F-1F9AD5C3DEC3", | ||
"startTime": 0, | ||
"endTime": 240 | ||
} | ||
], | ||
"compression": 1, | ||
"speed": "random", | ||
"patternName": "Koala", | ||
"extraInstructions": "", | ||
"randomiseOrder" : true | ||
}, | ||
{ | ||
"id": "DS2", | ||
"template": "/assets/rapid_scanning_experiment.html", | ||
"name": "Koala flashcards - Set B", | ||
"type": "flashing", | ||
"segments" : [ | ||
{ | ||
"audioId": "230FA545-DCC9-46AC-B87F-1F9AD5C3DEC3", | ||
"startTime": 0, | ||
"endTime": 240 | ||
} | ||
], | ||
"compression": 1, | ||
"speed": "random", | ||
"patternName": "Koala", | ||
"extraInstructions": "", | ||
"randomiseOrder" : true | ||
}, | ||
{ | ||
"id": "DS3", | ||
"template": "/assets/rapid_scanning_experiment.html", | ||
"name": "Koala flashcards - Set C", | ||
"type": "flashing", | ||
"segments" : [ | ||
{ | ||
"audioId": "230FA545-DCC9-46AC-B87F-1F9AD5C3DEC3", | ||
"startTime": 0, | ||
"endTime": 240 | ||
} | ||
], | ||
"compression": 1, | ||
"speed": "random", | ||
"patternName": "Koala", | ||
"extraInstructions": "", | ||
"randomiseOrder" : true | ||
} | ||
], | ||
"experimentResultsPostUri": "/experiments", | ||
"surveyLink": "http://survey.qut.edu.au/f/176572/2045/" | ||
} |