Feedback on the same screen as stimulus
Beckerlab
eprimebeckerlab at gmail.com
Tue May 22 14:30:17 UTC 2012
Hi David, thanks for the quick reply.
I wrote my post in frustration and have deleted it...as it was just
frustration.
I have written this
'Store the number of the checkbox clicked.
Dim nCheck As Integer
nCheck = CInt(Mid(strHit, 5, 1))
Debug.Print nCheck
If c.GetAttrib("Check" & nCheck & "Image") =
c.GetAttrib("CorrectAnswer") then
c.SetAttrib "Check" & nCheck & "Image", "redbox.jpg"
Else c.GetAttrib("Check" & nCheck & "Image") = c.GetAttrib("Check" &
nCheck & "Image") then
c.SetAttrib "Check" & nCheck & "Image", "checkempty.bmp"
End If
I keep getting an error that says "Can't Assign Constant"
--
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