<div dir="ltr">Hi,<div><br></div><div>I am using the e-prime to modify the IGT. Everything is working fine except that the previous total payoff cannot be remembered. This leads to a problem that every time a new card is selected, the total payoff is not added from the previous total payoff in the last trial but is added from $2000 in each trial. For example:</div><div><br></div><div>Subjects start with <span style="background-color: rgb(0, 255, 0);">$2000</span>,</div><div><br></div><div>Trial no.1: Won $ 100; Lost $0; so the Total is <span style="background-color: rgb(0, 255, 0);">$2000</span>+$100-$0= <span style="background-color: rgb(255, 255, 0);">$2100</span></div><div>Trial no.2: Won $100; Lost$300; so the Total should be <span style="background-color: rgb(255, 255, 0);">$2100</span>+$100-$300=$1900</div><div><br></div><div>BUT, in my design, the Total is<span style="background-color: rgb(0, 255, 0);"> $2000</span>+$100-$300=$1800</div><div><br></div><div>The script I wrote in InLine object of the Total payoff calculation is:<br></div><div><br></div><div><br></div><div>If strHit="Image1" then</div><div>List 1.run c</div><div><br></div><div>Youwon=List1.GetCurrentAttrib ("Gaintrial")</div><div>Youlost=List1.GetCurrentAttrib ("Losstrial")</div><div>Total = 2000+Total+Youwon- Youlost</div><div><br></div><div>("Image1" is Deck A.</div><div> "If strHit...means if the mouse click on Deck A, then run List1"</div><div>"List 1" is the payment schedule of Deck A.</div><div>"Youwon" is the amount of money won in each trial.</div><div>"Youlost" is the amount fo money lost in each trial.</div><div>"Gaintrial" is the attribute of List1 and is the winning schedule of Deck A.</div><div>"Losstrial" is the attribute of List1 too and is the losing schedule of Deck A.)</div><div><br></div><div>The amount of "Youwon" "Youlost" and "Total" are displayed on the feedback slide.</div><div><br></div><div><br></div><div>I am not sure where  I am wrong, so I hope people who know how to solve this problem may help me out!</div><div><br></div><div>Thank you very much!</div><div><br></div><div>Fan</div><div><br></div><div> </div></div>

<p></p>

-- <br />
You received this message because you are subscribed to the Google Groups "E-Prime" group.<br />
To unsubscribe from this group and stop receiving emails from it, send an email to e-prime+unsubscribe@googlegroups.com.<br />
To post to this group, send email to e-prime@googlegroups.com.<br />
To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/e-prime/cdce4c51-9740-4bc3-b88c-5c452da90021%40googlegroups.com">https://groups.google.com/d/msgid/e-prime/cdce4c51-9740-4bc3-b88c-5c452da90021%40googlegroups.com</a>.<br />
For more options, visit <a href="https://groups.google.com/groups/opt_out">https://groups.google.com/groups/opt_out</a>.<br />