correct answer depending on "group" startup information

David McFarlane mcfarla9 at msu.edu
Mon Sep 7 17:53:56 UTC 2009


You may also need to do a List1.Reset after you make changes to the 
list.  See the FactorSpace.Reset topic in the onine E-Basic Help.

-- David McFarlane, Professional Faultfinder


At 9/5/2009 05:08 PM Saturday, you wrote:
>Hi,
>
>I think group is not really a variable. It  is an attribute. You 
>will need getattrib function. The following script probably is what you need.
>
>if c.GetAttrib("group") = 1 then
>    List1.SetAttrib 1, "corrAns", "w"
>    List1.SetAttrib 2, "corrAns", "q"
>else
>    List1.SetAttrib 1, "corrAns", "q"
>    List1.SetAttrib 2, "corrAns", "w"
>end if
>
>Best,
>
>Shin-Yi
>
>
>    List1.SetAttrib 1 "corrAns")yes = "q" and no = "w"
> > if group = 2 then yes = "w" and no = "q"
>
>On Fri, Sep 4, 2009 at 6:10 PM, Tobi 
><<mailto:tobias.fw at gmail.com>tobias.fw at gmail.com> wrote:
>
>To be more understandable, here are two screenshots, one of the list
>and one of the InLine:
>
><http://chilion.com/probl1.JPG>http://chilion.com/probl1.JPG
>http://chilion.com/probl2.JPG
>
>
>On 4 Sep., 19:40, Tobi 
><<mailto:tobias... at gmail.com>tobias... at gmail.com> wrote:
> > Hi everyone,
> >
> > I have a question concerning the "group" variable than can be prompted
> > for in the beginning of each session. I want to change the correct
> > answer key according to this group variable (and change the key
> > assignment as a consequence of corse).
> >
> > In a very easy example there might be a trials with a target or no
> > target (blank). One group should answer with "w" for TARGET and "q"
> > for BLANK, the other group the other way round:
> >
> > LIST:
> >
> > ID             Procedure   corrAns
> > -------------------------------
> > 1               blank           [no]
> > 1               target  [yes]
> >
> > I used this InLineas the very first line:
> >
> > dim yes, no
> > if group = 1 then yes = "q" and no = "w"
> > if group = 2 then yes = "w" and no = "q"
> >
> > Unfortunately I get the error message "Unknown function "group"".
> > What does that mean? I am not so familiar with Basic, so any help
> > might be very cool.
> > Maybe you have other suggestions to change key assignment by the help
> > of startup information.
> >
> > Thanks a lot,
> > Tobias
>
>
>
>
>--
>Ph.D. Student
>Department of Psychology
>University of Connecticut
>and
>Haskins Laboratories


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "E-Prime" group.
To post to this group, send email to e-prime at googlegroups.com
To unsubscribe from this group, send email to e-prime+unsubscribe at googlegroups.com
For more options, visit this group at http://groups.google.com/group/e-prime?hl=en
-~----------~----~----~----~------~----~------~--~---



More information about the Eprime mailing list