your mail
Sukru Baris Demiral
baris at andrew.cmu.edu
Tue Feb 17 15:11:03 UTC 2004
There are 3 things you have to do:
1) define a global varibale like:
Dim money as integer
This must be *global* variable and must be written under the script
section.
2) Write a script and insert it before the stimulus file, it will look
like this:
InLine
Slide1
Text1
In Inline you will write:
If Slide1.RT > 500 then
Text1.Text = "Bad"
money= money - 1
Else
Text1.text = "Good"
money = money + 1
End if
Enable Slide1 log by properties window, such that it must measure the
RT of the keyboard input for instance..Show your stimui on it.
At the very end of the program write a script in another Inline object:
Dim Totalmoney as integer
Totalmoney = money * 50
Text2.Text = TotalMoney
and put it just before the Text2 object:
Inline2
Text2
It shows the amount of moneyt subject gets at the end of the program.
Baris
\ / ~ ~
~ -()-
_ ~ ~ / \
)
)
) --
) _ 0/_ \0_
= :*_0 \/\_ |
= _`\<,_ / / \
=.(*)/_(*)__............................................""
" Math is just a very funny construction "
Tel: 412-661 5043 (H)
412-268 2787 (W)
On Tue, 17 Feb 2004, [iso-8859-1] Céline FRAGNE wrote:
> Hi,
> >I want to do a task with different feed-back according to the reaction
> time
> >of the subject to a green cross:
> >I have a program with a sequences of event where the subject gain or lose
> >always the same (5 Euros). But I don't know how to process to have
> >different reward or lose according to the RT of the subject. Could you
> help
> >me?
> >
> >Thanks
>
>
>
>
>
More information about the Eprime
mailing list