sherry09
|
|
Group: Forum Members
Posts: 7,
Visits: 11
|
Hello, I was wondering what colours can use for words in an emotional stroop task. I was able to change the word colour from yellow to purple but I can't seem to be able to change it to orange. I would was wondering if someone could point me in the right direction?
Thanks in advance :) Sherry09
|
|
|
Dave
|
|
Group: Administrators
Posts: 13K,
Visits: 107K
|
+xHello, I was wondering what colours can use for words in an emotional stroop task. I was able to change the word colour from yellow to purple but I can't seem to be able to change it to orange. I would was wondering if someone could point me in the right direction? Thanks in advance :) Sherry09 The colors for the various categories are defined in <list>s: <list Aggression_selectcolor> /items = (red, green, blue, yellow) /replace = false </list> ... <list colorword_selectcolor> /items = (red, green, blue, yellow) /replace = false </list> <list practiceword_selectcolor> /items = (red, green, blue, yellow) /replace = false </list> If you want to use orange instead of yellow, replace yellow in the above lists with orange, as in <list practiceword_selectcolor> /items = (red, green, blue, orange) /replace = false </list>
|
|
|
sherry09
|
|
Group: Forum Members
Posts: 7,
Visits: 11
|
+x+xHello, I was wondering what colours can use for words in an emotional stroop task. I was able to change the word colour from yellow to purple but I can't seem to be able to change it to orange. I would was wondering if someone could point me in the right direction? Thanks in advance :) Sherry09 The colors for the various categories are defined in <list>s: <list Aggression_selectcolor> /items = (red, green, blue, yellow) /replace = false </list> ... <list colorword_selectcolor> /items = (red, green, blue, yellow) /replace = false </list> <list practiceword_selectcolor> /items = (red, green, blue, yellow) /replace = false </list> If you want to use orange instead of yellow, replace yellow in the above lists with orange, as in <list practiceword_selectcolor> /items = (red, green, blue, orange) /replace = false </list> Hi Dave, Thanks for your reply. Yeah that's what I did. Then I tried to validate the script and it came back with errors. Then I tried the same code with the colour Pink and it worked fine. So I am not sure what I am doing wrong? Thanks! Sherry
|
|
|
Dave
|
|
Group: Administrators
Posts: 13K,
Visits: 107K
|
+x+x+xHello, I was wondering what colours can use for words in an emotional stroop task. I was able to change the word colour from yellow to purple but I can't seem to be able to change it to orange. I would was wondering if someone could point me in the right direction? Thanks in advance :) Sherry09 The colors for the various categories are defined in <list>s: <list Aggression_selectcolor> /items = (red, green, blue, yellow) /replace = false </list> ... <list colorword_selectcolor> /items = (red, green, blue, yellow) /replace = false </list> <list practiceword_selectcolor> /items = (red, green, blue, yellow) /replace = false </list> If you want to use orange instead of yellow, replace yellow in the above lists with orange, as in <list practiceword_selectcolor> /items = (red, green, blue, orange) /replace = false </list> Hi Dave, Thanks for your reply. Yeah that's what I did. Then I tried to validate the script and it came back with errors. Then I tried the same code with the colour Pink and it worked fine. So I am not sure what I am doing wrong? Thanks! Sherry I'd have to see your actual script to say what / where the error is. For the record, I've made the change exactly as outlined in my previous reply and it did not result in any errors for me -- script runs fine, and the words are displayed in orange as they should. Attach your script here (click +Insert -> Add File) and I'll give it a look.
|
|
|
Dave
|
|
Group: Administrators
Posts: 13K,
Visits: 107K
|
+x+x+x+xHello, I was wondering what colours can use for words in an emotional stroop task. I was able to change the word colour from yellow to purple but I can't seem to be able to change it to orange. I would was wondering if someone could point me in the right direction? Thanks in advance :) Sherry09 The colors for the various categories are defined in <list>s: <list Aggression_selectcolor> /items = (red, green, blue, yellow) /replace = false </list> ... <list colorword_selectcolor> /items = (red, green, blue, yellow) /replace = false </list> <list practiceword_selectcolor> /items = (red, green, blue, yellow) /replace = false </list> If you want to use orange instead of yellow, replace yellow in the above lists with orange, as in <list practiceword_selectcolor> /items = (red, green, blue, orange) /replace = false </list> Hi Dave, Thanks for your reply. Yeah that's what I did. Then I tried to validate the script and it came back with errors. Then I tried the same code with the colour Pink and it worked fine. So I am not sure what I am doing wrong? Thanks! Sherry I'd have to see your actual script to say what / where the error is. For the record, I've made the change exactly as outlined in my previous reply and it did not result in any errors for me -- script runs fine, and the words are displayed in orange as they should. Attach your script here (click +Insert -> Add File) and I'll give it a look. Attaching the script I modified below in case you want to compare it to yours or check if you get the same error when running it.
|
|
|
sherry09
|
|
Group: Forum Members
Posts: 7,
Visits: 11
|
+x+x+x+x+xHello, I was wondering what colours can use for words in an emotional stroop task. I was able to change the word colour from yellow to purple but I can't seem to be able to change it to orange. I would was wondering if someone could point me in the right direction? Thanks in advance :) Sherry09 The colors for the various categories are defined in <list>s: <list Aggression_selectcolor> /items = (red, green, blue, yellow) /replace = false </list> ... <list colorword_selectcolor> /items = (red, green, blue, yellow) /replace = false </list> <list practiceword_selectcolor> /items = (red, green, blue, yellow) /replace = false </list> If you want to use orange instead of yellow, replace yellow in the above lists with orange, as in <list practiceword_selectcolor> /items = (red, green, blue, orange) /replace = false </list> Hi Dave, Thanks for your reply. Yeah that's what I did. Then I tried to validate the script and it came back with errors. Then I tried the same code with the colour Pink and it worked fine. So I am not sure what I am doing wrong? Thanks! Sherry I'd have to see your actual script to say what / where the error is. For the record, I've made the change exactly as outlined in my previous reply and it did not result in any errors for me -- script runs fine, and the words are displayed in orange as they should. Attach your script here (click +Insert -> Add File) and I'll give it a look. Attaching the script I modified below in case you want to compare it to yours or check if you get the same error when running it. That is amazing! Thank you so much :) Sherry09
|
|
|