Millisecond Forums

IAT trial without error

https://forums.millisecond.com/Topic22260.aspx

By gazzardlauren - 8/11/2017

Hi there, 

Please forgive me, very new user. I am currently trying to modify the Picture IAT tutorial script. I need to have an IAT that does not require participants being told if they got it wrong or not. I will be putting photos of close others next to "good" and "bad" words, and so there really isn't a correct answer, we just want to see latency to pressing the word. We removed the error line of script from the block attribute practice, but the trial would not continue unless the response was correct. 

Thank you for your help with this, 

Lauren 
By gazzardlauren - 8/11/2017

gazzardlauren - Friday, August 11, 2017
Hi there, 

Please forgive me, very new user. I am currently trying to modify the Picture IAT tutorial script. I need to have an IAT that does not require participants being told if they got it wrong or not. I will be putting photos of close others next to "good" and "bad" words, and so there really isn't a correct answer, we just want to see latency to pressing the word. We removed the error line of script from the block attribute practice, but the trial would not continue unless the response was correct. 

Thank you for your help with this, 

Lauren 

We figured it out! 

For those who have this issue - quick fix: place correct response as both options :)
By Dave - 8/11/2017

gazzardlauren - Friday, August 11, 2017
gazzardlauren - Friday, August 11, 2017
Hi there, 

Please forgive me, very new user. I am currently trying to modify the Picture IAT tutorial script. I need to have an IAT that does not require participants being told if they got it wrong or not. I will be putting photos of close others next to "good" and "bad" words, and so there really isn't a correct answer, we just want to see latency to pressing the word. We removed the error line of script from the block attribute practice, but the trial would not continue unless the response was correct. 

Thank you for your help with this, 

Lauren 

We figured it out! 

For those who have this issue - quick fix: place correct response as both options :)

This will work. A more complete modification would involve:
-  Removing the
/ errormessage = true(error,200)
/ responsemode = correct
attributes from the various <block> elements.
- Removing the
/correctresponse
attribute from the various <trial> elements.
By gazzardlauren - 8/11/2017

Dave - Friday, August 11, 2017
gazzardlauren - Friday, August 11, 2017
gazzardlauren - Friday, August 11, 2017
Hi there, 

Please forgive me, very new user. I am currently trying to modify the Picture IAT tutorial script. I need to have an IAT that does not require participants being told if they got it wrong or not. I will be putting photos of close others next to "good" and "bad" words, and so there really isn't a correct answer, we just want to see latency to pressing the word. We removed the error line of script from the block attribute practice, but the trial would not continue unless the response was correct. 

Thank you for your help with this, 

Lauren 

We figured it out! 

For those who have this issue - quick fix: place correct response as both options :)

This will work. A more complete modification would involve:
-  Removing the
/ errormessage = true(error,200)
/ responsemode = correct
attributes from the various <block> elements.
- Removing the
/correctresponse
attribute from the various <trial> elements.

Ah wonderful! Thank you, Dave :)