Millisecond Forums

IAT

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

By CFLATTAR - 7/29/2019

Hello, 

I need your advises. I'm trying to replace "WORD" and "NON-WORD" in a IAT by smiley picture.
I think I have to change this part : 

REMINDER

<text wordreminder>
/ items = ("MOT (<%values.word_responsekeylabel%>)")
/ position = (values.wordinstruct_x,25%)
/ fontstyle = ("Arial", 4%, true, false, false, false, 5, 1)
/ txcolor = white
</text>

<text nonwordreminder>
/ items = ("PSEUDO-MOT (<%values.nonword_responsekeylabel%>)")
/ position = (values.nonwordinstruct_x,25%)
/ fontstyle = ("Arial", 4%, true, false, false, false, 5, 1)
/ txcolor = white
</text>

Could you help me?

Regards, 

Chloé
By Dave - 7/29/2019

CFLATTAR - 7/29/2019
Hello, 

I need your advises. I'm trying to replace "WORD" and "NON-WORD" in a IAT by smiley picture.
I think I have to change this part : 

REMINDER

<text wordreminder>
/ items = ("MOT (<%values.word_responsekeylabel%>)")
/ position = (values.wordinstruct_x,25%)
/ fontstyle = ("Arial", 4%, true, false, false, false, 5, 1)
/ txcolor = white
</text>

<text nonwordreminder>
/ items = ("PSEUDO-MOT (<%values.nonword_responsekeylabel%>)")
/ position = (values.nonwordinstruct_x,25%)
/ fontstyle = ("Arial", 4%, true, false, false, false, 5, 1)
/ txcolor = white
</text>

Could you help me?

Regards, 

Chloé

You need to add two <picture> elements to the script (one for the smiley corresponding to the "word" label, one for the smiley coresponding to the "non-word" label). Display those picture elements in the same way the two existing <text> elements are displayed, i.e. via the <trial> elements' /stimulusframes or via the <block> elements' /bgstim.
By CFLATTAR - 7/29/2019

Dave - 7/29/2019
CFLATTAR - 7/29/2019
Hello, 

I need your advises. I'm trying to replace "WORD" and "NON-WORD" in a IAT by smiley picture.
I think I have to change this part : 

REMINDER

<text wordreminder>
/ items = ("MOT (<%values.word_responsekeylabel%>)")
/ position = (values.wordinstruct_x,25%)
/ fontstyle = ("Arial", 4%, true, false, false, false, 5, 1)
/ txcolor = white
</text>

<text nonwordreminder>
/ items = ("PSEUDO-MOT (<%values.nonword_responsekeylabel%>)")
/ position = (values.nonwordinstruct_x,25%)
/ fontstyle = ("Arial", 4%, true, false, false, false, 5, 1)
/ txcolor = white
</text>

Could you help me?

Regards, 

Chloé

You need to add two <picture> elements to the script (one for the smiley corresponding to the "word" label, one for the smiley coresponding to the "non-word" label). Display those picture elements in the same way the two existing <text> elements are displayed, i.e. via the <trial> elements' /stimulusframes or via the <block> elements' /bgstim.

Thanks a lot for your help, it works ! 
Do you know how to improve my quality image? because we saw the pixel.. it's not very clear. There is an extension recommended?
Thanks to you, 

Chloé
By Dave - 7/29/2019

CFLATTAR - 7/30/2019
Dave - 7/29/2019
CFLATTAR - 7/29/2019
Hello, 

I need your advises. I'm trying to replace "WORD" and "NON-WORD" in a IAT by smiley picture.
I think I have to change this part : 

REMINDER

<text wordreminder>
/ items = ("MOT (<%values.word_responsekeylabel%>)")
/ position = (values.wordinstruct_x,25%)
/ fontstyle = ("Arial", 4%, true, false, false, false, 5, 1)
/ txcolor = white
</text>

<text nonwordreminder>
/ items = ("PSEUDO-MOT (<%values.nonword_responsekeylabel%>)")
/ position = (values.nonwordinstruct_x,25%)
/ fontstyle = ("Arial", 4%, true, false, false, false, 5, 1)
/ txcolor = white
</text>

Could you help me?

Regards, 

Chloé

You need to add two <picture> elements to the script (one for the smiley corresponding to the "word" label, one for the smiley coresponding to the "non-word" label). Display those picture elements in the same way the two existing <text> elements are displayed, i.e. via the <trial> elements' /stimulusframes or via the <block> elements' /bgstim.

Thanks a lot for your help, it works ! 
Do you know how to improve my quality image? because we saw the pixel.. it's not very clear. There is an extension recommended?
Thanks to you, 

Chloé

Make sure the source images are close to the resolution you need. The less resizing (either scaling up or scaling down an image) Inquisit has to do, the better it will look.
By CFLATTAR - 7/30/2019

Dave - 7/30/2019
CFLATTAR - 7/30/2019
Dave - 7/29/2019
CFLATTAR - 7/29/2019
Hello, 

I need your advises. I'm trying to replace "WORD" and "NON-WORD" in a IAT by smiley picture.
I think I have to change this part : 

REMINDER

<text wordreminder>
/ items = ("MOT (<%values.word_responsekeylabel%>)")
/ position = (values.wordinstruct_x,25%)
/ fontstyle = ("Arial", 4%, true, false, false, false, 5, 1)
/ txcolor = white
</text>

<text nonwordreminder>
/ items = ("PSEUDO-MOT (<%values.nonword_responsekeylabel%>)")
/ position = (values.nonwordinstruct_x,25%)
/ fontstyle = ("Arial", 4%, true, false, false, false, 5, 1)
/ txcolor = white
</text>

Could you help me?

Regards, 

Chloé

You need to add two <picture> elements to the script (one for the smiley corresponding to the "word" label, one for the smiley coresponding to the "non-word" label). Display those picture elements in the same way the two existing <text> elements are displayed, i.e. via the <trial> elements' /stimulusframes or via the <block> elements' /bgstim.

Thanks a lot for your help, it works ! 
Do you know how to improve my quality image? because we saw the pixel.. it's not very clear. There is an extension recommended?
Thanks to you, 

Chloé

Make sure the source images are close to the resolution you need. The less resizing (either scaling up or scaling down an image) Inquisit has to do, the better it will look.

Thanks a lot for these advices. 
Do you know, how I can make the police of my words more bigger?
My script is : 
<text errormessage>
/items = ("ERREUR")
/position = (50%, 70%)
/color = red
</text>

Regards, 

Chloé

By Dave - 7/31/2019

CFLATTAR - 7/31/2019
Dave - 7/30/2019
CFLATTAR - 7/30/2019
Dave - 7/29/2019
CFLATTAR - 7/29/2019
Hello, 

I need your advises. I'm trying to replace "WORD" and "NON-WORD" in a IAT by smiley picture.
I think I have to change this part : 

REMINDER

<text wordreminder>
/ items = ("MOT (<%values.word_responsekeylabel%>)")
/ position = (values.wordinstruct_x,25%)
/ fontstyle = ("Arial", 4%, true, false, false, false, 5, 1)
/ txcolor = white
</text>

<text nonwordreminder>
/ items = ("PSEUDO-MOT (<%values.nonword_responsekeylabel%>)")
/ position = (values.nonwordinstruct_x,25%)
/ fontstyle = ("Arial", 4%, true, false, false, false, 5, 1)
/ txcolor = white
</text>

Could you help me?

Regards, 

Chloé

You need to add two <picture> elements to the script (one for the smiley corresponding to the "word" label, one for the smiley coresponding to the "non-word" label). Display those picture elements in the same way the two existing <text> elements are displayed, i.e. via the <trial> elements' /stimulusframes or via the <block> elements' /bgstim.

Thanks a lot for your help, it works ! 
Do you know how to improve my quality image? because we saw the pixel.. it's not very clear. There is an extension recommended?
Thanks to you, 

Chloé

Make sure the source images are close to the resolution you need. The less resizing (either scaling up or scaling down an image) Inquisit has to do, the better it will look.

Thanks a lot for these advices. 
Do you know, how I can make the police of my words more bigger?
My script is : 
<text errormessage>
/items = ("ERREUR")
/position = (50%, 70%)
/color = red
</text>

Regards, 

Chloé


Define the <text> element's /fontstyle according to your needs:

<text errormessage>
/ items = ("ERREUR")
/ fontstyle = ("Arial", 5%, true)
/ position = (50%, 70%)
/ txcolor =  red
</text>

https://www.millisecond.com/support/docs/v5/html/language/attributes/fontstyle.htm
By CFLATTAR - 8/6/2019

Dave - 7/31/2019
CFLATTAR - 7/31/2019
Dave - 7/30/2019
CFLATTAR - 7/30/2019
Dave - 7/29/2019
CFLATTAR - 7/29/2019
Hello, 

I need your advises. I'm trying to replace "WORD" and "NON-WORD" in a IAT by smiley picture.
I think I have to change this part : 

REMINDER

<text wordreminder>
/ items = ("MOT (<%values.word_responsekeylabel%>)")
/ position = (values.wordinstruct_x,25%)
/ fontstyle = ("Arial", 4%, true, false, false, false, 5, 1)
/ txcolor = white
</text>

<text nonwordreminder>
/ items = ("PSEUDO-MOT (<%values.nonword_responsekeylabel%>)")
/ position = (values.nonwordinstruct_x,25%)
/ fontstyle = ("Arial", 4%, true, false, false, false, 5, 1)
/ txcolor = white
</text>

Could you help me?

Regards, 

Chloé

You need to add two <picture> elements to the script (one for the smiley corresponding to the "word" label, one for the smiley coresponding to the "non-word" label). Display those picture elements in the same way the two existing <text> elements are displayed, i.e. via the <trial> elements' /stimulusframes or via the <block> elements' /bgstim.

Thanks a lot for your help, it works ! 
Do you know how to improve my quality image? because we saw the pixel.. it's not very clear. There is an extension recommended?
Thanks to you, 

Chloé

Make sure the source images are close to the resolution you need. The less resizing (either scaling up or scaling down an image) Inquisit has to do, the better it will look.

Thanks a lot for these advices. 
Do you know, how I can make the police of my words more bigger?
My script is : 
<text errormessage>
/items = ("ERREUR")
/position = (50%, 70%)
/color = red
</text>

Regards, 

Chloé


Define the <text> element's /fontstyle according to your needs:

<text errormessage>
/ items = ("ERREUR")
/ fontstyle = ("Arial", 5%, true)
/ position = (50%, 70%)
/ txcolor =  red
</text>

https://www.millisecond.com/support/docs/v5/html/language/attributes/fontstyle.htm

Thanks a lot :)