Multiple correct answers script
David McFarlane
mcfarla9 at msu.edu
Thu Apr 17 16:08:34 UTC 2014
Ellie,
First, what does the offending Line 471 actually say? And in what context?
Generally, the "No default property for the object" error means that
you tried to execute a line like
TextDisplay1 = 0
or
c.SetAttrib "TextDisplay1.ACC", TextDisplay1
and these will not work because you have not specified what property
of the object to use, and, well, the object does not have a default
property to use when you do not explicitly specify one.
Second, I am curious -- How did you get E-prime 2.09.90? The public
versions jumped straight from 2.0.8.90 to 2.0.10.242.
Regards,
-- David McFarlane
/----
Stock reminder: 1) I do not work for PST. 2) PST's trained staff
take any and all questions at https://support.pstnet.com , and they
strive to respond to all requests in 24-48 hours, so make full use of
it. 3) In addition, PST offers several instructional videos on their
YouTube channel (http://www.youtube.com/user/PSTNET ). 4) If you do
get an answer from PST staff, please extend the courtesy of posting
their reply back here for the sake of others.
\----
At 4/17/2014 06:01 AM Thursday, Ellie van Setten wrote:
>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
>
>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
>
>Dim sCorrectResponses as String
>sCorrectResponses = c.GetAttrib("CorrectResponses")
>
>if Instr(1, sCorrectResponses, TextDisplay1.RESP,1)=0 then
> TextDisplay1.ACC = 0
>else
> TextDisplay1.ACC = 1
>end if
>
>c.SetAttrib "TextDisplay1.ACC", TextDisplay1.ACC
>
>I thinks it looks very good and should work, but I get an error:
>
>No default property for the object
>
>Line: 471
>Column:9
>
>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.
>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
>
>Best,
>
>Ellie
--
You received this message because you are subscribed to the Google Groups "E-Prime" group.
To unsubscribe from this group and stop receiving emails from it, send an email to e-prime+unsubscribe at googlegroups.com.
To post to this group, send email to e-prime at googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/e-prime/534ffc85.2327320a.2281.1c3cSMTPIN_ADDED_MISSING%40gmr-mx.google.com.
For more options, visit https://groups.google.com/d/optout.
More information about the Eprime
mailing list