Skip to content

Commit

Permalink
final draft json spec for rapid scan
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie committed Mar 28, 2013
1 parent aca5410 commit fb77d3a
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 1 deletion.
2 changes: 1 addition & 1 deletion public/experiment_assets/rapid_scan.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"experiment": "Rapid Spectrogram Scanning Experiment",
"version": 0.94,
"version": 0.95,
"countDown": 10,
"additionalResources" : {
"experiment_combination_counts": "/experiment_assets/rapid_scan_counts.json"
Expand Down
100 changes: 100 additions & 0 deletions public/experiment_assets/rapid_scan.json.bak
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/"
}

0 comments on commit fb77d3a

Please sign in to comment.