Skip to content

Commit

Permalink
Update rt-task_main_Kap.js
Browse files Browse the repository at this point in the history
  • Loading branch information
JWag-Scot authored Sep 2, 2024
1 parent 385b1a9 commit 450db60
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions rt-task_main_Kap.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,63 +22,63 @@ timeline.push(instructions);

var test_stimuli = [{
stimulus: '<div style="font-size:60px;">energetic</div>',
data: {test_part: 'energeticKap', correct_response: 'j'}
data: {test_part: 'energetickap', correct_response: 'j'}
},
{
stimulus: '<div style="font-size:60px;">indulgent</div>',
data: {test_part: 'indulgentKap', correct_response: 'j'}
data: {test_part: 'indulgentkap', correct_response: 'j'}
},
{
stimulus: '<div style="font-size:60px;">nervous</div>',
data: {test_part: 'nervousKap', correct_response: 'j'}
data: {test_part: 'nervouskap', correct_response: 'j'}
},
{
stimulus: '<div style="font-size:60px;">relaxed</div>',
data: {test_part: 'relaxedKap', correct_response: 'j'}
data: {test_part: 'relaxedkap', correct_response: 'j'}
},
{
stimulus: '<div style="font-size:60px;">active</div>',
data: {test_part: 'activeKap', correct_response: 'j'}
data: {test_part: 'activekap', correct_response: 'j'}
},
{
stimulus: '<div style="font-size:60px;">happy</div>',
data: {test_part: 'happyKap', correct_response: 'j'}
data: {test_part: 'happykap', correct_response: 'j'}
},
{
stimulus: '<div style="font-size:60px;">uninspired</div>',
data: {test_part: 'uninspiredKap', correct_response: 'j'}
data: {test_part: 'uninspiredkap', correct_response: 'j'}
},
{
stimulus: '<div style="font-size:60px;">classic</div>',
data: {test_part: 'classicKap', correct_response: 'j'}
data: {test_part: 'classickap', correct_response: 'j'}
},
{
stimulus: '<div style="font-size:60px;">impressed</div>',
data: {test_part: 'impressedKap', correct_response: 'j'}
data: {test_part: 'impressedkap', correct_response: 'j'}
},
{
stimulus: '<div style="font-size:60px;">sour</div>',
data: {test_part: 'sourKap', correct_response: 'j'}
data: {test_part: 'sourkap', correct_response: 'j'}
},
{
stimulus: '<div style="font-size:60px;">sweet</div>',
data: {test_part: 'sweetKap', correct_response: 'j'}
data: {test_part: 'sweetkap', correct_response: 'j'}
},
{
stimulus: '<div style="font-size:60px;">thick</div>',
data: {test_part: 'thickKap', correct_response: 'j'}
data: {test_part: 'thickkap', correct_response: 'j'}
},
{
stimulus: '<div style="font-size:60px;">creamy</div>',
data: {test_part: 'creamyKap', correct_response: 'j'}
data: {test_part: 'creamykap', correct_response: 'j'}
},
{
stimulus: '<div style="font-size:60px;">healthy</div>',
data: {test_part: 'healthyKap', correct_response: 'j'}
data: {test_part: 'healthykap', correct_response: 'j'}
},
{
stimulus: '<div style="font-size:60px;">tasty</div>',
data: {test_part: 'tastyKap', correct_response: 'j'}
data: {test_part: 'tastykap', correct_response: 'j'}
}
];

Expand Down

0 comments on commit 450db60

Please sign in to comment.