problem in recording accuracy in a drag and drop task

malo debonimalorie at gmail.com
Thu Mar 13 13:24:53 UTC 2008


hello,

I'm trying to do a test with drag and drop features but I don't know
how to make an inline which will record accuracy.

There are two pictures on the left of the screen ("topface"and
"bottomface") and two "drappictures" on the right part of the screen
("Stim1" and "Stim2"). The subject must move the two "drappictures"
next to the corresponding pictures on the left of the screen (in fact
in a goal rectangle placed next to each of the left pictures).

So, if the pairs of pictures are similar, accuracy will be 1.

Can you help me to make the inline?

I think the problem is in this part but I'm not sure:

 'Each "Drag" object is named "Drag" followed by the corresponding
picture.
       'This Mid function will return only the picture portion of the
name
       '(i.e., "[Stim1]",or "[Stim2]").
       c.SetAttrib "Goal1Response", Mid(strDrag, 5, Len(strDrag) - 4)

       If c.GetAttrib("Goal1Response") = c.GetAttrib("topface") Then
        boolGoal1 = True
       End If

      ElseIf nCountGoal = 2 Then
       c.SetAttrib "Goal2Response", Mid(strDrag, 5, Len(strDrag) - 4)

       If c.GetAttrib("Goal2Response") = c.GetAttrib("bottomface")
Then
        boolGoal2 = True

Thanks

Malorie


--~--~---------~--~----~------------~-------~--~----~
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