cjp87
About
- Username
- cjp87
- Joined
- Visits
- 11
- Last Active
- Roles
- Member
Comments
-
We decided to just create multiple versions of the program and change the ordering in the sequential loop. For a lower number of participants, this seemed the easiest route.
-
Hi, I'd like to add some clarification to the question here. What we're trying to accomplish is to have a way to define the order in which these six conditions will occur on a subject-by-subject basis. How it's currently set up, there is a loop tha…
-
Yes, it's a very big experiment with lots of items (most of them duplicates or repeats of a single item, but it is very large). When I said crash, I mean that Windows views it as "not responding" and it creates the spinning death cursor. …
-
So, I found a way around this and just created new items where necessary and appended the appropriate child objects to them. So I don't have a problem personally, but maybe someone else has an issue with old programs not running properly on the new …
-
Ah, that worked perfectly! Thanks a bunch.
-
I think I've got it working. Looks like I'm getting accuracy data, monitoring task RT data, and primary task times (took me awhile to see that you had another sketchpad in there to serve as the onset, and once I got that it fixed my last problem), a…
-
Thanks for the response, very helpful, especially the example. I'm having an issue though. In my program, I keep getting the error: "Variable "response" is not set in item (loop's name). You are trying to use a variable that does not…
-
Edit: I'm making a habit of making posts about 5 minutes too soon. I solved the problem. I believe this can, yet again, and hopefully for good, be marked as Solved. : )
-
Yes, that works as well, : ) I did have one unexpected question turn up regarding logging. I have it logging all the responses I would like, but reaction time is not logged on the test_slide in-line script, despite telling the logger to record &quo…
-
Ah, thanks, that works great. I was hung up on getting any of the buttons to fill the same variable, so much that I didn't even think of having a variable for each of them. And since the logger saves them right next to the image name (e.g. what's fi…
-
Update, in case someone comes across this on a google search and wants to set up something similar: The error regarding my missing item was because I had the list as "cols = [1,2]" in the pre-shuffle definition, when I only had two columns…
-
I think I'm down to my final two questions, and I really appreciate all the help that got me here. If I can get these two things worked out, I'll be ready to start collecting data as soon as I have participants ready. Edit: I think I've figured out…
-
That made perfect sense, thank you again. Everything seems to be working except one of my four images isn't displaying, which I think may be some error I haven't figured out with the form structure. The nice thing is, I think once I finish this, the…
-
Hah, what a simple mistake to make a big deal over. Thanks again. Is the way in which I called variables correct in this case? For example, [test1].jpg refers to a variable in the parent loop of this object, where [test1] is "apple1", and…
-
Hmm. So I tried your second method because I believe it will save me a lot of time down the road, but I've hit another unusual snag. When I exit the script editor for the test form, it erases all the changes I made, even if I click "accept"…
-
Sebastiann, thanks! That's what I needed to know for that. I kept trying to change the cycles field instead of repeat. I'll also check out the link to see which would be easier for me to replicate down the line for the other trials. Daniel, I just …
-
Okay, I've got a more specific question now. I've gotten to the point where I'm ready to build the test. I figured I would use a form, using image_button widgets for the four options. However, I'm not sure how I can get it to randomly place the four…
-
I do have one quick question: Every now and then, text fields do not seem to accept keyboard input. For example, sometimes when I click on an object's name to rename it, it won't let me type anything. This can be circumvented by right clicking on th…
-
Thanks for the frankness. I suppose I didn't intend for someone to do it for me, but rather direct me to a portion of a tutorial that was most applicable to this. Perhaps I didn't have as much luck as I should have looking for information because I …