Forum Replies Created
-
AuthorPosts
-
RickParticipant
Hi Jeremy,
Problem resolved. Sorry for bothering you! Now I can download result.csv.
Thanks!
Rick
RickParticipantHi Jeremy,
When I tried to access to result today, I got this information “This results file is already being generated, please wait until that request completes.”. This is also the only content in downloaded result csv file. Does this mean that I have to wait until the server finishes certain process or it is simply because the server is under maintainence?
Thanks very much!
Rick
RickParticipantHi Jeremy,
Thanks soooo much! I’m very sorry for my late reply! Yes, that’s exactly the problem. I don’t know why there is a .js file called “Modifyorder” there in Modules (maybe because we tried different ways to modify trial order at the beginning and forgot to delete it and then thought it as PCIbex system message…T-T so careless…lesson learned..sorry for wasting your time), and “Pause” disappeared after I had deleted it. We really really appreaciate for your help! (Also I promise you I will make the project clonable next time if I send post here, I didn’t know how it works so..)
Have a good night!
Rick
- This reply was modified 3 years, 6 months ago by Rick.
RickParticipantHi Jeremy,
Thanks for you quick reply!
The “pause” is just like what I attached here (it is a safe link, picture is stored in my google drive). It is a message appearing on the left of the screen and disappear automatically after 2 seconds or so. I’m not sure what you mentioned is my problem, because from your demostration link I see the experiment stucks there. The demostration link for my experiment is https://farm.pcibex.net/r/aYaGAh/. You will come across the “Pause” screen randomly.
Rick
RickParticipantHi Jeremy,
Thanks so much for your quick reply! Your solution works perfectly!
It’s great to know that it is a bug and also I learned a lot from your code (that I could define the variable not simply in newVal()).
Best,
RickRickParticipantHi Jeremy,
Thanks so much for your quick reply!
It’s great to know that I misunderstood
rshuffle()
haha I really appreciate for your detailed explanation!This
subsequence()
resolved my problem perfectly!(I tried once and failed, then I realize now that it is a new function that I need to put it on the top of code). I also triedpick()
function you suggested in other place, which also works well. Thanks!Rick
RickParticipantHi Jeremy,
Sorry to bother you again!
I had tried:
Sequence( rshuffle("A","filler","B") );
but it seems that the trials order is random, instead of A(i) filler(i) B(i), but A B filler (all the way) or Filler B A (all the way) or other kind of orders,
I tried to debug this for a while (to exclude other possibility and keep only A filler B)and found nothing wrong with this expression, could you offer me some suggestions like what I should check to resolve this problem? (If my understanding is not wrong, rshufulle() means keeping the order of A-filler-B, but randomly select elements from materials labelled as A, filler and B to the experiment)
Thanks!
Rick
RickParticipantHi Jeremy,
I’m sorry I didn’t notice the section was not Support section- -|
Yeah, I was wondering how to rshuffle the data internally (condition in Data.csv). Finally, problem resolved with your suggestion.
Thanks so much!
Best,
Rick -
AuthorPosts