<div dir="ltr"><div>Hello Everyone,</div><div><br></div><div>I have been working on getting the accuracy for a repetition detection task with multiple correct answers. Unfortunately my institute does not want to update their E-prime to a newer version where this is easily done. I work with E-prime 2.09.90</div><div><br></div><div>I have found this script on this list by Paul Groot: http://listserv.linguistlist.org/cgi-bin/wa?A2=ind0709d&L=eprime&T=0&F=&S=&P=1497</div><div><b><br></b></div><div><div><b>Dim sCorrectResponses as String</b></div><div><b>sCorrectResponses = c.GetAttrib("CorrectResponses")</b></div><div><b><br></b></div><div><b>if Instr(1, sCorrectResponses, TextDisplay1.RESP,1)=0 then</b></div><div><b>   TextDisplay1.ACC = 0</b></div><div><b>else</b></div><div><b>   TextDisplay1.ACC = 1</b></div><div><b>end if</b></div><div><b><br></b></div><div><b>c.SetAttrib "TextDisplay1.ACC", TextDisplay1.ACC</b></div></div><div><br></div><div>I thinks it looks very good and should work, but I get an error: </div><div><b><br></b></div><div><b>No default property for the object</b></div><div><b><br></b></div><div><b>Line: 471</b></div><div><b>Column:9</b></div><div><br></div><div>I have made an attribute that is called CorrectResponses in my triallist, and even named my tekstdisplay TekstDisplay1, So I would really not know why I have this problem. </div><div>Do you have any suggestions what I could do to solve this problem or another way in which I could get the accuracy for multiple correct answers without updating to a newer E-prime version</div><div><br></div><div>Best,</div><div><br></div><div>Ellie</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 <a href="mailto:e-prime+unsubscribe@googlegroups.com">e-prime+unsubscribe@googlegroups.com</a>.<br />
To post to this group, send email to <a href="mailto:e-prime@googlegroups.com">e-prime@googlegroups.com</a>.<br />
To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/e-prime/4628295f-f147-416a-a8e1-bf661a4634d8%40googlegroups.com?utm_medium=email&utm_source=footer">https://groups.google.com/d/msgid/e-prime/4628295f-f147-416a-a8e1-bf661a4634d8%40googlegroups.com</a>.<br />
For more options, visit <a href="https://groups.google.com/d/optout">https://groups.google.com/d/optout</a>.<br />