modified iowa gambling task


Author
Message
moon3
moon3
Expert (1K reputation)Expert (1K reputation)Expert (1K reputation)Expert (1K reputation)Expert (1K reputation)Expert (1K reputation)Expert (1K reputation)Expert (1K reputation)Expert (1K reputation)
Group: Forum Members
Posts: 9, Visits: 63
Hi all!

I have downloaded the modified version from Iowa Gambling Task and when I run it, there is no negative feedback, as it should be supposse to be - when I read the code (I just changed PASS to NICHT SPIELEN and the feedback in german). I mean positive feedback appears but no negative feedback. Where is the problem in the original Millisecond version from this task?

/feedback = if (values.response == 1) "NICHT SPIELEN";
if (values.response == 2 && values.netchange < 0) "Sie verlieren <%abs(values.netchange)%>€";
if (values.response == 2 && values.netchange == 0) "Sie weder noch verlieren oder gewinnen";
if (values.response == 2 && values.netchange > 0) "Sie gewinnen <%abs(values.netchange)%>€";



GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Threaded View

Reading This Topic

Explore
Messages
Mentions
Search