Skip to content

Commit

Permalink
Local laptop changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaquiery committed Jan 11, 2018
1 parent d263946 commit 60d2e99
Show file tree
Hide file tree
Showing 450 changed files with 27 additions and 16 deletions.
Binary file added .DS_Store
Binary file not shown.
Empty file modified AdvisorChoice/build_trials.m
100644 → 100755
Empty file.
Empty file modified AdvisorChoice/main.m
100644 → 100755
Empty file.
Empty file modified AdvisorChoice/screenTests.m
100644 → 100755
Empty file.
Empty file modified AdvisorChoice/set_cfg_settings.m
100644 → 100755
Empty file.
Empty file modified AdvisorChoice/set_cfg_text.m
100644 → 100755
Empty file.
Empty file modified HaloEffect/build_trials.m
100644 → 100755
Empty file.
Empty file modified HaloEffect/main.m
100644 → 100755
Empty file.
Empty file modified HaloEffect/screenTests.m
100644 → 100755
Empty file.
Empty file modified HaloEffect/set_cfg_settings.m
100644 → 100755
Empty file.
Empty file modified HaloEffect/set_cfg_text.m
100644 → 100755
Empty file.
Empty file modified HaloEffect/xml2struct.m
100644 → 100755
Empty file.
Empty file modified NetLogo/biased_trust.nlogo
100644 → 100755
Empty file.
Empty file modified PoliticalDifferences/analysis/checkPoliticalInfo.m
100644 → 100755
Empty file.
Empty file modified PoliticalDifferences/analysis/prepR.m
100644 → 100755
Empty file.
Empty file modified PoliticalDifferences/build_trials.m
100644 → 100755
Empty file.
14 changes: 8 additions & 6 deletions PoliticalDifferences/main.m
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
cfg.fps = Sc.fps; % refresh rate (Hz). IMPORTANT! Make sure this value equals the RR of the screen used AND the RR in the start_psychtb.m function
cfg.frame = (1/cfg.fps); % average duration (ms) of a frame
cfg.frame = (1/cfg.fps); % average duration (ms) of a frame
if isinf(cfg.frame), cfg.frame = 1/59.9; end
if ~isempty(subject.id)
ListenChar(2);
HideCursor();
Expand Down Expand Up @@ -100,6 +101,7 @@
disp(['agree?: ' num2str(trials(t-1).agree)]);
disp('------------------------------------------');
else
Beeper();
[~, ~, SECSscore] = SECS(true); % get political leaning responses
end
%% save and break
Expand Down Expand Up @@ -149,12 +151,12 @@
if isnan(trials(t-1).advisorId) % last trial was a null trial so search for a trial with an advisorId
for n = t-cfg.block.trialset_count*(cfg.trialset.real+cfg.trialset.null):t+cfg.block.trialset_count*(cfg.trialset.real+cfg.trialset.null)
if n>0 && trials(n).block == trials(t-1).block && ~isnan(trials(n).advisorId)
trials(t).advisorPoliticsQ = showAdvisorPolitics(trials(t).advisorId);
trials(t).advisorPoliticsQ = showAdvisorPolitics(trials(n).advisorId);
break;
end
end
else
trials(t).advisorPoliticsQ = showAdvisorPolitics(trials(t).advisorId);
trials(t).advisorPoliticsQ = showAdvisorPolitics(trials(t-1).advisorId);
end
WaitSecs(3);
end
Expand Down Expand Up @@ -225,9 +227,9 @@
cfg.currentTrial = trials(t);

%% Advisor stuff
if trials(t).block>1
%if trials(t).block>1
PsychPortAudio('Close');
end
%end

%% Choice of advisor
if ~isempty(trials(t).choice)
Expand Down Expand Up @@ -300,7 +302,7 @@

%% feedback
if trials(t).block<3
if ~trials(t).cor, Beeper; end
if ~trials(t).cor, Beeper(); end
%colors=[.8 .2 .2;.2 .8 .2];
PsychPortAudio('Close');
end
Expand Down
Empty file modified PoliticalDifferences/screenTests.m
100644 → 100755
Empty file.
Empty file modified PoliticalDifferences/set_cfg_settings.m
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions PoliticalDifferences/set_cfg_text.m
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

cfg.instr.instr.text = {'Left click with your mouse to make a decision.' ...
'Press spacebar to confirm response.'};
cfg.instr.instr.position.y = 80;
cfg.instr.instr.position.y = 180;
cfg.instr.instr.position.lineHeight = 20;

cfg.instr.estimated_obsacc.text = {'Your overall baseline accuracy (before any advice) was 71%' ...
Expand All @@ -43,7 +43,7 @@
'How trustworthy will be the opinions of this person?'...
'How much will you be influenced by the opinions of this person?'};
cfg.instr.Q.a.text = {'Extremely' 'Fairly' 'Not so much' 'Not at all'};
cfg.instr.Q.position.instr.y = Sc.size(2)*.9;
cfg.instr.Q.position.instr.y = 600*.9;
cfg.instr.Q.position.instr.gap = 30;
cfg.instr.Q.position.labelOffsetY = 40; % distance between questionnaire bar and labels
cfg.instr.Q.position.advisorY = Sc.size(2)*.05+cfg.display.portrait.height/2; % centre of the advisor portrait
Expand Down
Empty file modified README.md
100644 → 100755
Empty file.
Binary file added Results/.DS_Store
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file modified analysis/agreement_functions.m
100644 → 100755
Empty file.
Empty file modified analysis/check_agreementf.m
100644 → 100755
Empty file.
Empty file modified analysis/diagnostics.m
100644 → 100755
Empty file.
Empty file modified analysis/fitdistribution.m
100644 → 100755
Empty file.
Empty file modified analysis/plotX.m
100644 → 100755
Empty file.
Empty file modified analysis/zinf_between_subjects_anova3.csv
100644 → 100755
Empty file.
Empty file modified core/GetMouseWrapper.m
100644 → 100755
Empty file.
Empty file modified core/SECS.m
100644 → 100755
Empty file.
Empty file modified core/ShowCursorCenter.m
100644 → 100755
Empty file.
Empty file modified core/add_fixation.m
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions core/add_responseinstr.m
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
oldTextSize = Screen('TextSize', Sc.window, cfg.instr.textSize.small);
Screen('TextFont', Sc.window, 'Myriad Pro');
DrawFormattedText(Sc.window, cfg.instr.instr.text{1}, 'center', ...
(Sc.rect(4)).*cfg.bar.positiony+drawCode, 0);
(Sc.rect(4)*cfg.bar.positiony)+drawCode, 0);
DrawFormattedText(Sc.window, cfg.instr.instr.text{2}, 'center', ...
(Sc.rect(4)).*cfg.bar.positiony+drawCode+cfg.instr.instr.position.lineHeight, 0);
(Sc.rect(4)*cfg.bar.positiony)+drawCode+cfg.instr.instr.position.lineHeight, 0);
Screen('TextSize', Sc.window, oldTextSize);

Empty file modified core/agreementf.m
100644 → 100755
Empty file.
Empty file modified core/audioread.m
100644 → 100755
Empty file.
Empty file modified core/check_agreementf
100644 → 100755
Empty file.
Empty file modified core/collect_response.m
100644 → 100755
Empty file.
Empty file modified core/confidenceSlider/add_responseinstr.m
100644 → 100755
Empty file.
Empty file modified core/confidenceSlider/define_scale.m
100644 → 100755
Empty file.
Empty file modified core/confidenceSlider/display_response_.m
100644 → 100755
Empty file.
Empty file modified core/confidenceSlider/drag_slider.m
100644 → 100755
Empty file.
Empty file modified core/confidenceSlider/draw_landmarks.m
100644 → 100755
Empty file.
Empty file modified core/confidenceSlider/draw_scale_.m
100644 → 100755
Empty file.
Empty file modified core/confidenceSlider/draw_static.m
100644 → 100755
Empty file.
Empty file modified core/confidenceSlider/getAdvisorChoice.m
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions core/create_subject_directory.m
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
%%-- saving directory
subject.dir = subject.name;
% create directory if does not already exist
if ~exist([results_path subject.dir], 'dir')
mkdir([results_path subject.dir]);
if ~exist([results_path osSlash subject.dir], 'dir')
mkdir([results_path osSlash subject.dir]);
end

%-- Unique filename depending on computer clock (avoids overwriting)
Expand Down
Empty file modified core/debugTrialInfo.m
100644 → 100755
Empty file.
Empty file modified core/defineQuiz.m
100644 → 100755
Empty file.
Empty file modified core/defineSECS.m
100644 → 100755
Empty file.
Empty file modified core/define_rectangles.m
100644 → 100755
Empty file.
Empty file modified core/display_computerconf
100644 → 100755
Empty file.
Empty file modified core/doDotTask.m
100644 → 100755
Empty file.
Empty file modified core/doQuizTask.m
100644 → 100755
Empty file.
Empty file modified core/drag_slider.asv
100644 → 100755
Empty file.
Empty file modified core/drawAdvisor.m
100644 → 100755
Empty file.
Empty file modified core/drawSECS.m
100644 → 100755
Empty file.
Empty file modified core/draw_progression_bar.m
100644 → 100755
Empty file.
Empty file modified core/estimated_obsacc.m
100644 → 100755
Empty file.
Empty file modified core/feedback_interblock.m
100644 → 100755
Empty file.
Empty file modified core/fixationFlicker.m
100644 → 100755
Empty file.
Empty file modified core/getABBA.m
100644 → 100755
Empty file.
Empty file modified core/getAdvisorName.m
100644 → 100755
Empty file.
Empty file modified core/getNewTrial.m
100644 → 100755
Empty file.
Empty file modified core/getRandomAdvisor.m
100644 → 100755
Empty file.
Empty file modified core/getTriangle.m
100644 → 100755
Empty file.
Empty file modified core/import_audio_files.m
100644 → 100755
Empty file.
Empty file modified core/instructions.m
100644 → 100755
Empty file.
Empty file modified core/introduce_observers.m
100644 → 100755
Empty file.
Empty file modified core/load_advisor_portraits.m
100644 → 100755
Empty file.
Empty file modified core/load_observer_audio.m
100644 → 100755
Empty file.
Empty file modified core/present_advice.m
100644 → 100755
Empty file.
Empty file modified core/present_delay.m
100644 → 100755
Empty file.
Empty file modified core/questionnaire.m
100644 → 100755
Empty file.
Empty file modified core/resetPPA.m
100644 → 100755
Empty file.
Empty file modified core/runTrial.m
100644 → 100755
Empty file.
Empty file modified core/set_cfg_shared.m
100644 → 100755
Empty file.
Empty file modified core/set_cfg_shared_text.m
100644 → 100755
Empty file.
Empty file modified core/showAdvisorPolitics.m
100644 → 100755
Empty file.
Empty file modified core/staircase.m
100644 → 100755
Empty file.
Empty file modified core/start_psychtb.m
100644 → 100755
Empty file.
Empty file.
Empty file.
Empty file modified instructions/Instructions AdvisorChoice 1900x1200/instr1a.PNG
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified instructions/Instructions AdvisorChoice 1900x1200/instr1b.PNG
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified instructions/Instructions AdvisorChoice 1900x1200/instr1c.PNG
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified instructions/Instructions AdvisorChoice 1900x1200/instr2a.PNG
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified instructions/Instructions AdvisorChoice 1900x1200/instr2b.PNG
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified instructions/Instructions AdvisorChoice 1900x1200/instr3.PNG
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified instructions/Instructions AdvisorChoice 1900x1200/instr4.PNG
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified instructions/Instructions_AdvisorChoice_1300x600.pptx
100644 → 100755
Empty file.
Empty file modified instructions/Instructions_AdvisorChoice_1300x600/Slide1.PNG
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified instructions/Instructions_AdvisorChoice_1300x600/Slide1.TIF
100644 → 100755
Empty file.
Empty file modified instructions/Instructions_AdvisorChoice_1300x600/Slide10.PNG
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified instructions/Instructions_AdvisorChoice_1300x600/Slide10.TIF
100644 → 100755
Empty file.
Empty file modified instructions/Instructions_AdvisorChoice_1300x600/Slide11.PNG
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified instructions/Instructions_AdvisorChoice_1300x600/Slide11.TIF
100644 → 100755
Empty file.
Empty file modified instructions/Instructions_AdvisorChoice_1300x600/Slide12.PNG
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified instructions/Instructions_AdvisorChoice_1300x600/Slide12.TIF
100644 → 100755
Empty file.
Empty file modified instructions/Instructions_AdvisorChoice_1300x600/Slide13.PNG
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified instructions/Instructions_AdvisorChoice_1300x600/Slide13.TIF
100644 → 100755
Empty file.
Empty file modified instructions/Instructions_AdvisorChoice_1300x600/Slide2.PNG
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified instructions/Instructions_AdvisorChoice_1300x600/Slide2.TIF
100644 → 100755
Empty file.
Empty file modified instructions/Instructions_AdvisorChoice_1300x600/Slide3.PNG
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified instructions/Instructions_AdvisorChoice_1300x600/Slide3.TIF
100644 → 100755
Empty file.
Empty file modified instructions/Instructions_AdvisorChoice_1300x600/Slide4.PNG
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified instructions/Instructions_AdvisorChoice_1300x600/Slide4.TIF
100644 → 100755
Empty file.
Empty file modified instructions/Instructions_AdvisorChoice_1300x600/Slide5.PNG
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified instructions/Instructions_AdvisorChoice_1300x600/Slide5.TIF
100644 → 100755
Empty file.
Empty file modified instructions/Instructions_AdvisorChoice_1300x600/Slide6.PNG
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified instructions/Instructions_AdvisorChoice_1300x600/Slide6.TIF
100644 → 100755
Empty file.
Empty file modified instructions/Instructions_AdvisorChoice_1300x600/Slide7.PNG
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified instructions/Instructions_AdvisorChoice_1300x600/Slide7.TIF
100644 → 100755
Empty file.
Empty file modified instructions/Instructions_AdvisorChoice_1300x600/Slide8.PNG
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified instructions/Instructions_AdvisorChoice_1300x600/Slide8.TIF
100644 → 100755
Empty file.
Empty file modified instructions/Instructions_AdvisorChoice_1300x600/Slide9.PNG
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified instructions/Instructions_AdvisorChoice_1300x600/Slide9.TIF
100644 → 100755
Empty file.
Empty file.
Empty file modified instructions/Niccolo instructions/Task_Instructions_02.pptx
100644 → 100755
Empty file.
Empty file modified instructions/Niccolo instructions/instr1a.PNG
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified instructions/Niccolo instructions/instr1b.PNG
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified instructions/Niccolo instructions/instr1c.PNG
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified instructions/Niccolo instructions/instr2a.PNG
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified instructions/Niccolo instructions/instr2b.PNG
100644 → 100755
Empty file modified instructions/Niccolo instructions/instr3.PNG
100644 → 100755
Empty file modified instructions/Niccolo instructions/instr3f.PNG
100644 → 100755
Empty file modified instructions/Niccolo instructions/instr4.PNG
100644 → 100755
Empty file modified instructions/SECS/AdvisorIntro1.png
100644 → 100755
Empty file modified instructions/SECS/AdvisorIntro2.png
100644 → 100755
Empty file modified instructions/SECS/AdvisorPolitics.png
100644 → 100755
Empty file modified instructions/SECS/AdvisorPortraits.png
100644 → 100755
Empty file modified instructions/SECS/DotIntro.PNG
100644 → 100755
Empty file modified instructions/SECS/Instructions_SECS_1300x600.pptx
100644 → 100755
Empty file.
Empty file modified instructions/SECS/Slide1.PNG
100644 → 100755
Empty file modified instructions/SECS/Slide2.PNG
100644 → 100755
Empty file modified instructions/Slide1.PNG
100644 → 100755
Empty file modified instructions/Slide10.PNG
100644 → 100755
Empty file modified instructions/Slide11.PNG
100644 → 100755
Empty file modified instructions/Slide12.PNG
100644 → 100755
Empty file modified instructions/Slide13.PNG
100644 → 100755
Empty file modified instructions/Slide14.PNG
100644 → 100755
Empty file modified instructions/Slide15.PNG
100644 → 100755
Empty file modified instructions/Slide16.PNG
100644 → 100755
Empty file modified instructions/Slide2.PNG
100644 → 100755
Empty file modified instructions/Slide3.PNG
100644 → 100755
Empty file modified instructions/Slide4.PNG
100644 → 100755
Empty file modified instructions/Slide5.PNG
100644 → 100755
Empty file modified instructions/Slide6.PNG
100644 → 100755
Empty file modified instructions/Slide7.PNG
100644 → 100755
Empty file modified instructions/Slide8.PNG
100644 → 100755
Empty file modified instructions/Slide9.PNG
100644 → 100755
Empty file modified killPTB.m
100644 → 100755
Empty file.
17 changes: 13 additions & 4 deletions launcher.m
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@
%experimentName = 'HaloEffect';
%experimentName = 'AdvisorChoice';
experimentName = 'PoliticalDifferences';
forceResolution = [1300 600];
forceResolution = [];
%forceResolution = [1300 600];
feedbackEnabled = 0;
debugMode = 1;
shortMode = 1;
pathRoot = 'MattHome';
pathRoot = 'AlexLaptop';

%% set path
switch pathRoot
Expand All @@ -42,6 +43,14 @@
stims_path = [my_path 'stims'];
osSlash = '\';
screenNumber = 1;

case 'AlexLaptop'
my_path = '/Users/Alex/Documents/MATLAB/Research Project/';
results_path = ['/Users/Alex/Documents/MATLAB/Research Project/Results/' experimentName];
stims_path = [my_path 'stims'];
osSlash = '/';
screenNumber = 0;
Screen('Preference', 'SkipSyncTests', 1);
end

warning('off','MATLAB:rmpath:DirNotFound')
Expand All @@ -55,5 +64,5 @@
stim_folder = [osSlash 'sounds' osSlash 'Voice'];

cd(my_path)
screenTests
%main
%screenTests
main
Empty file modified stims/generalKnowledgeQuestions.xml
100644 → 100755
Empty file.
Empty file modified stims/observer1.jpg
100644 → 100755
Empty file modified stims/observer2.jpg
100644 → 100755
Empty file modified stims/observer3.jpg
100644 → 100755
Empty file modified stims/observer4.jpg
100644 → 100755
Empty file modified stims/silouette.jpg
100644 → 100755
Empty file modified stims/sounds/Voice1/111.wav
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice1/112.wav
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice1/121.wav
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice1/122.wav
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice1/211.wav
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice1/212.wav
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice1/221.wav
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice1/222.wav
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice1/introduction.wav
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice1/original recording/ZOOM0011_del.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice1/original recording/ZOOM0012_sel.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice1/original recording/ZOOM0013_del.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice1/original recording/ZOOM0014_del.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice1/original recording/ZOOM0015_del.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice1/original recording/ZOOM0016_del.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice1/original recording/ZOOM0017_sel.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice1/original recording/ZOOM0018_del.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice1/original recording/ZOOM0019_sel.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice1/original recording/ZOOM0020_sel.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice1/original recording/ZOOM0021_del.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice1/original recording/ZOOM0022_sel.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice1/original recording/ZOOM0023_sel.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice1/original recording/ZOOM0024_sel.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice1/original recording/ZOOM0025.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice1/original recording/ZOOM0026_sel.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice1/original recording/ZOOM0027del.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice1/original recording/ZOOM0028_sel.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice1/original recording/ZOOM0029_del.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice2/111.wav
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice2/112.wav
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice2/121.wav
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice2/122.wav
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice2/211.wav
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice2/212.wav
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice2/221.wav
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice2/222.wav
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice2/introduction.wav
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice2/original recording/ZOOM0011_sel.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice2/original recording/ZOOM0012_sel.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice2/original recording/ZOOM0013_sel.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice2/original recording/ZOOM0014_del.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice2/original recording/ZOOM0015_del.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice2/original recording/ZOOM0016_del.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice2/original recording/ZOOM0017_del.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice2/original recording/ZOOM0018_del.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice2/original recording/ZOOM0019_sel.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice2/original recording/ZOOM0020_del.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice2/original recording/ZOOM0021_del.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice2/original recording/ZOOM0022_del.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice2/original recording/ZOOM0023_sel.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice2/original recording/ZOOM0024_sel.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice2/original recording/ZOOM0025_sel.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice2/original recording/ZOOM0026_sel.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice2/original recording/ZOOM0027_sel.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice2/original recording/ZOOM0028_del.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice3/111.wav
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice3/112.wav
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice3/121.wav
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice3/122.wav
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice3/211.wav
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice3/212.wav
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice3/221.wav
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice3/222.wav
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice3/introduction.wav
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice3/original recording/ZOOM0029_del.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice3/original recording/ZOOM0030_sel.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice3/original recording/ZOOM0031_sel.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice3/original recording/ZOOM0032_sel.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice3/original recording/ZOOM0033_sel.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice3/original recording/ZOOM0034_del.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice3/original recording/ZOOM0035_del.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice3/original recording/ZOOM0036_del.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice3/original recording/ZOOM0037_sel.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice3/original recording/ZOOM0038_sel.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice3/original recording/ZOOM0039_del.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice3/original recording/ZOOM0040_del.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice3/original recording/ZOOM0041_del.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice3/original recording/ZOOM0042_del.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice3/original recording/ZOOM0043_sel.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice3/original recording/ZOOM0044_sel.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice3/original recording/ZOOM0045_del.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice3/original recording/ZOOM0046_sel.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice4/111.wav
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice4/112.wav
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice4/121.wav
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice4/122.wav
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice4/211.wav
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice4/212.wav
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice4/221.wav
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice4/222.wav
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice4/introduction.wav
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice4/introduction_annie.wav
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice4/introduction_bea.wav
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice4/introduction_cate.wav
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice4/introduction_sarah.wav
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice4/original recordings/ZOOM0028_del.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice4/original recordings/ZOOM0029_del.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice4/original recordings/ZOOM0030_del.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice4/original recordings/ZOOM0031_del.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice4/original recordings/ZOOM0032_del.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice4/original recordings/ZOOM0033_del.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice4/original recordings/ZOOM0034_sel.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice4/original recordings/ZOOM0035_sel.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice4/original recordings/ZOOM0036_sel.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice4/original recordings/ZOOM0037_sel.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice4/original recordings/ZOOM0038_sel.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice4/original recordings/ZOOM0039_sel.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice4/original recordings/ZOOM0040_sel.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice4/original recordings/ZOOM0041_sel.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice4/original recordings/ZOOM0042_sel.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice4/original recordings/ZOOM0043_del.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice4/original recordings/ZOOM0044_del.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice4/original recordings/ZOOM0045_del.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice4/original recordings/ZOOM0046_annie.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice4/original recordings/ZOOM0047_bea.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice4/original recordings/ZOOM0048_cate.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice4/original recordings/ZOOM0049_debbie.MP3
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice5/111.wav
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice5/112.wav
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice5/121.wav
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice5/122.wav
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice5/211.wav
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice5/212.wav
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice5/221.wav
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice5/222.wav
100644 → 100755
Empty file.
Empty file modified stims/sounds/Voice5/introduction.wav
100644 → 100755
Empty file.
Loading

0 comments on commit 60d2e99

Please sign in to comment.