<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Dear David<BR>
 <BR>
I am a novice at this software and so is my supervisor. I have spent many weeks reading the manuals but still no help. Maybe you could enlighten me?<BR>
 <BR>
I am planning on testing 2 groups and need 2 experiments for each feedback type (positive and negative) with various versions. I only need the correct answers to appear in the positive group and the incorrect and no response to be blank. The feedback icon within the E-prime 2.0 was used as my supervisor strongly suggested I use it but when I did use the feedback icon on its own without any inline scripting all keypresses (sd= same/different) were incorrect and all blank or no responses were correct. <BR>
 <BR>
Now, I am not sure if I should pursue the route of inline script with the feedback icon or if I should just start over and use a different method.<BR>
 <BR>
Any helpful comments would be much appreciated at this very moment in time.<BR>
 <BR>
Thank you.<BR>
 <BR>
 <BR>
<DIV>
<DIV id=SkyDrivePlaceholder></DIV>> Date: Thu, 8 Nov 2012 11:32:32 -0500<BR>> To: e-prime@googlegroups.com<BR>> From: mcfarla9@msu.edu<BR>> Subject: RE: Feedback and inline script<BR>> <BR>> Um, fearing to tread here because the offered code sample exhibits a <BR>> profound lack of understanding of computer programming which no doubt <BR>> augurs much further trouble to come, but here goes...<BR>> <BR>> The line<BR>> <BR>> If "TrialStimulus"="sd" then<BR>> <BR>> compares the string "TrialStimulus" to the string "sd" and that will <BR>> always be false, and certainly not what you meant to do. Then your <BR>> Else If clause performs exactly the same comparison, again certainly <BR>> not what you meant.<BR>> <BR>> So the code that you posted should always fall through to the Else <BR>> clause, which sets NoResponse to "Blank.bmp". I don't quite see how <BR>> that results in the behavior you describe, but perhaps that happens <BR>> due to other code that you did not post, and in any case your If, <BR>> Else If, Else is deeply flawed.<BR>> <BR>> If you do not yet understand the distinctions between variables and <BR>> literals, and how to use conditionals, then I urge you to first take <BR>> any Introduction to Computer Programming course before proceeding further.<BR>> <BR>> -- David McFarlane<BR>> <BR>> <BR>> At 11/8/2012 11:09 AM Thursday, Gulshan Tahir wrote:<BR>> >Hi Susan<BR>> ><BR>> >Thank you I have tried that and now it works, wierd. But now I have <BR>> >another problem. All I receive are positive feedback for all 3 <BR>> >response types (positive, negative and no response). Is there a way <BR>> >that I can maybe code it a little different so that no response and <BR>> >negative response show up as blank?<BR>> ><BR>> >Thank you<BR>> ><BR>> ><BR>> >----------<BR>> >Date: Thu, 8 Nov 2012 07:58:57 -0800<BR>> >From: susangc7@gmail.com<BR>> >To: e-prime@googlegroups.com<BR>> >Subject: Re: Feedback and inline script<BR>> ><BR>> >Not to be a wise-ass, but did you try adding another End If at the end?<BR>> ><BR>> >(I don't know that your code does what you want it to, but this is a <BR>> >simple fix so you can keep troubleshooting.)<BR>> ><BR>> >HTH,<BR>> >Susan<BR>> ><BR>> >On Thursday, November 8, 2012 10:53:18 AM UTC-5, <BR>> >pure-...@hotmail.co.uk wrote:<BR>> >Hi All<BR>> ><BR>> >I have managed to receive some feedback for positive groups. However<BR>> >when I ran the experiment all the responses excluding negative<BR>> >responses were positive. I would like to script both negative and no<BR>> >response as blank and had managed to do only the negative.<BR>> >My script is as follows but now e-prime comes up with an error stating<BR>> >encountered: end of line<BR>> >Expecting: End if.<BR>> ><BR>> >My script:<BR>> ><BR>> >Dim CorrectAnswer as String<BR>> >Dim IncorrectAnswer as String<BR>> >Dim NoResponse as string<BR>> ><BR>> >If "TrialStimulus"="sd" then<BR>> > CorrectAnswer= "Correct"<BR>> ><BR>> >Else if "TrialStimulus"="sd" then<BR>> > InCorrectAnswer= "Blank.bmp"<BR>> ><BR>> >Else<BR>> > NoResponse= "Blank.bmp"<BR>> > End if<BR>> ><BR>> ><BR>> >I would like to know what the problem is and how I can fix it as there<BR>> >seems to not be working at all now.<BR>> ><BR>> >Thank you<BR>> <BR>> -- <BR>> You received this message because you are subscribed to the Google Groups "E-Prime" group.<BR>> To post to this group, send email to e-prime@googlegroups.com.<BR>> To unsubscribe from this group, send email to e-prime+unsubscribe@googlegroups.com.<BR>> For more options, visit https://groups.google.com/groups/opt_out.<BR>> <BR>> <BR></DIV>                                    </div></body>
</html>

<p></p>

-- <br />
You received this message because you are subscribed to the Google Groups "E-Prime" group.<br />
To post to this group, send email to e-prime@googlegroups.com.<br />
To unsubscribe from this group, send email to e-prime+unsubscribe@googlegroups.com.<br />
For more options, visit <a href="https://groups.google.com/groups/opt_out">https://groups.google.com/groups/opt_out</a>.<br />
 <br />
 <br />