ahanif
About
- Username
- ahanif
- Joined
- Visits
- 37
- Last Active
- Roles
- Member
Comments
-
That was helpful. Thanks so much!
-
Thanks for answering Edwin. I have 10 sliders in one loop. I have inserted one logger at the end of the loop. In logger's variable section, there is a response variable only for one of the sliders. That was the reason I had set a different variable …
-
Thanks so much Edwin! It works perfectly.
-
Hi Sebastiaan, That makes sense but does not work for me. If I use self.get it gives me an error that Wordvar is not set in the script-- which is understandable because I am generating Wordvar in SetPos script and not in GetClick script. Even using…
-
Thanks for the reply Sebastiaan, Adding the center coordinates did the trick for collecting mouse response. I am still struggling with the accuracy part. Right now, clicks get recorded but the word variable contains the last variable created in Set…
-
Ummm... I am not sure what the problem is. I ran all the forms individually and did not get any error. I retrieved an earlier version from backups folder and that works. So I am assuming that the file got corrupted somehow. Anyways, thanks for reply…
-
Little extra info-- I have tried running all the components individually by putting 'always' for each component one at a time and putting 'never' for all the others. Each time, I was able to display and gain input from all the different components. …
-
Hi, Make sure that you have something like [Correct]==0 and not [Correct]=0 in 'Run if'. You can check a condition only with double equals. Also [Correct]=no should be replaced by [Correct]!=0 which means that the variable Correct is not equal to 0.…
-
Thanks Sebastiaan, I was able to display the total time passed. I wanted a dynamic display to show the time passed.
-
Hi all, So here is what I was able to achieve after posting the query- [pastebin:vPyqwLqT] Right now, I am able to create a canvas that shows the time lapsed in seconds and a form that consist of a task that I wish participants would do in allott…
-
Thanks Sebastiaan! It was indeed a problem with row span. It works perfect now.
-
Here is the pastebin link again. It didn't show up last time [pastebin:NeGh0ARt]
-
I am trying to make a similar experiment. I want my experiment to have multiple words presented on the screen, make them move and obtain mouse clicks. Any pointers will help. Thanks, Asma