diff --git a/public/experiment_assets/rapid_scan.json b/public/experiment_assets/rapid_scan.json index 5d30af82..9b114b31 100644 --- a/public/experiment_assets/rapid_scan.json +++ b/public/experiment_assets/rapid_scan.json @@ -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" diff --git a/public/experiment_assets/rapid_scan.json.bak b/public/experiment_assets/rapid_scan.json.bak new file mode 100644 index 00000000..9b114b31 --- /dev/null +++ b/public/experiment_assets/rapid_scan.json.bak @@ -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.
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:
Anthony Truskinger
anthony.truskinger@student.qut.edu.au
07 3138 9340" + ], + "speeds": [ + { "speed": 2, "notes" : ""}, + { "speed": 1, "notes" : ""}, + { "speed": 0.5, "notes" : "Warning this test is extremely difficult. Do not be discouraged; there are other, easier, tests."} + ], + "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/" +} \ No newline at end of file