Forum Replies Created
-
AuthorPosts
-
Larissa_Cury
ParticipantOh, no problem! Concerning my new question, something like this: You have completed the practice trials: Your accuracy is: x % correct and average responde speed is: y ms” Is it possible?
Larissa_Cury
ParticipantDear Jeremy,
Would it be possible to show the participants some feedback over the practice trial? I mean, before “instructions_E” appear on the screen, would it be possible to show them how much time they’ve spent on the practice trial as well as their accuracy? If so, how?
Ops: not how much time they’ve spent, but rather their avarage RT
Thanks in advance, if it would be better to open another topic for this question I can do that đ
-
This reply was modified 3 years, 1 month ago by
Larissa_Cury. Reason: typo
Larissa_Cury
ParticipantDear Jeremy,
I can never thank you enough, but thank you very very much once again! I’ll try to set all these timers as you told me to do! I’m so happy that it’s possible to do that! I just have one question, what would the timer “allottedtime” stand for?
Best,
-
This reply was modified 3 years, 1 month ago by
Larissa_Cury.
Larissa_Cury
ParticipantWould this work:
newTimer(“timer-D1”,1000,2600)
.start()
.wait()?
Larissa_Cury
ParticipantDear Jeremy,
Is it possible to randomize the time? I mean, I’d like to set my time randomly from 1000 to 2600 milisseconds each trial, something like this:
newTimer(“timer-D1”,1000 ~ 2600) (“between 1000 up to 2600 milisseconds”)
.start()
.wait()Is it possible?
-
This reply was modified 3 years, 1 month ago by
Larissa_Cury.
September 20, 2021 at 12:30 pm in reply to: How to add a "come back" button to the practice trial #7292Larissa_Cury
ParticipantHi, Jeremy,
OMG, I can’t believe It was there all this time, so simple!! Thank you once more, you’re the best!
September 20, 2021 at 10:31 am in reply to: How to add a "come back" button to the practice trial #7288Larissa_Cury
ParticipantHi, Jeremy!!
Now it’s working, thank you very very very much!!! Indeed, a final question: is there a “ctrl+F” function that we could use on a PCIBEX script?
Glad to hear that your project worked too, Lorrainy!!
September 18, 2021 at 9:37 am in reply to: How to add a "come back" button to the practice trial #7274Larissa_Cury
ParticipantHi, Jeremy!
Thank you once more! You’re very kind, thank you.
However, I’m doing something wrong for sure…I tried to copy and paste your code but the same thing happened, the trial ends after practice without even showing “instructions_E”. This is what I tried to do: https://github.com/LariCury/Come_Back_Code_file.git
Ps: I didn’t know about this placeholder function! I loved it, since I have a very large code, I guess I can try to learn how to use it to make my editings simplier? (currently, I wait for the whole trial to see my changes)
-
This reply was modified 3 years, 7 months ago by
Larissa_Cury.
September 16, 2021 at 7:42 am in reply to: How to add a "come back" button to the practice trial #7264Larissa_Cury
ParticipantHi, Jeremy! Thanks again!!
I did that, however, the experiment ends after the practice trial, it doens’t even show “instructions_E”
newTrial("instructions_E", newText("instructions-1","Are you ready?") .cssContainer({ "border": "5px solid black", "background-color": "yellow", "color": "black", "font-size":"50px"}) .center() .print() , newText("instructions-6","<p>Feel free to take a break now</p>") .cssContainer({ "font-size":"22px", "text-align": "center"}) .center() .print() , newImage("boy-image","boy.png") .size(200,200) .center() .print() , newText("instructions-7","<p><center> If you want to practice again, click on the button below") .cssContainer({ "font-size":"22px", "text-align": "center"}) .center() .print() , newButton("come back","PRACTICE AGAIN") .callback(jump(startsWith("p_trial_1_no_cue_UP"))) -> (I guess I'm making the mistake here, because of the third parenthesis, should I put it somewhere else?) .center() .print() , newText("instructions-8","<p><center>When you feel <b style=color:red;>READY</b>, click on the button below:</p></center>") .cssContainer({ "font-size":"22px", "text-align": "center"}) .center() .print() , newButton("wait","START THE GAME") .center() .print() .wait() );
September 14, 2021 at 7:55 am in reply to: How to add a "come back" button to the practice trial #7253Larissa_Cury
ParticipantHi, Jeremy! Thanks for your answer!
I guess I’m doing something wrong…whenever I put the code on the second instruction page (“E”, after the practice trial), the trial ends after the practice and it doesn’t even show the other instruction (E) set.
newTrial("instructions_E", newText("instructions-1","Are you ready?") .cssContainer({ "border": "5px solid black", "background-color": "yellow", "color": "black", "font-size":"50px"}) .center() .print() , newText("instructions-6","<p>Feel free to take a break now</p>") .cssContainer({ "font-size":"22px", "text-align": "center"}) .center() .print() , newImage("boy-image","boy.png") .size(200,200) .center() .print() , newText("instructions-7","<p><center> If you want to practice again, click on the button below") .cssContainer({ "font-size":"22px", "text-align": "center"}) .center() .print() , newButton("come back","PRACTICE AGAIN") .callback(jump ("intructions_D"), end () ) .center() .print() .wait() , newText("instructions-8","<p><center>When you feel <b style=color:red;>READY</b>, click on the button below:</p></center>") .cssContainer({ "font-size":"22px", "text-align": "center"}) .center() .print() , newButton("wait","START THE GAME") .center() .print() .wait() );
My practice trial, in fact, is a r(shuffle) of eight trials, that’s why I’m trying to come back to the last instruction page before the practice trial begins, I don’t know if the .callback function would apply to this: (but it would be okay if it came back to instructions_D)
this is my actual “pratice trial” :
rshuffle("p_trial_1_no_cue_UP","p_trial_1_no_cue_DOWN","p_trial_2_center_cue_UP","p_trial_2_center_cue_DOWN","p_trial_3_double_cue_UP","p_trial_3_double_cue_DOWN","p_trial_4_spatial_cue_UP","p_trial_4_spatial_cue_DOWN")
I tried to write just “.callback(“intructions_D”)”, the instructions_E page appeared, but fun thing the button didn’t return to the instruction_D page, when I clicked on it, it just lauched the “start the game button” . This is my actual sequence sequence, I tried to simply it earlier, but maybe I’ve omitted something important:
Sequence("instructions_A", "instructions_B", "instructions_C", "instructions_D", rshuffle("p_trial_1_no_cue_UP","p_trial_1_no_cue_DOWN","p_trial_2_center_cue_UP","p_trial_2_center_cue_DOWN","p_trial_3_double_cue_UP","p_trial_3_double_cue_DOWN","p_trial_4_spatial_cue_UP","p_trial_4_spatial_cue_DOWN"),"instructions_E", rshuffle("trial_1_no_cue_UP","trial_1_no_cue_DOWN","trial_2_center_cue_UP","trial_2_center_cue_DOWN","trial_3_double_cue_UP","trial_3_double_cue_DOWN","trial_4_spatial_cue_UP","trial_4_spatial_cue_DOWN"),"send","telaFinal");
thanks in advance!
August 31, 2021 at 1:57 pm in reply to: ‘How to use a spreadsheet’ tutorial – Experiment not loading #7213Larissa_Cury
ParticipantJeremy, I can’t thank you enough!
I was able to use AddHost, now I’ll try to become familiar with it. Indeed, now I can read my CSV. file as well!!
Thanks for your precious advice (and for your patience with me!)
August 31, 2021 at 1:27 pm in reply to: ‘How to use a spreadsheet’ tutorial – Experiment not loading #7211Larissa_Cury
ParticipantIt worked, Jeremy!! Thanks a lot!
I’m wondering…Now that I’m using my Github directory, I thought that the files wouldn’t be uploaded to Pcibex as well. I was able to sync my pics from Github using chunk_includes, but when I did that, the files appeared on the upload section of Pcibex as well, so it’s still using Pcibex’s memory? Another question: if my directory is “private”, then Pcibex wont be able to read it or there’s no problem?
I have another question regarding uploading stuff into Pcibex. I’ll be running my test in portuguese, which means that I need some caracters such as ´ and `. When I upload the sentence:
A menina ĂŠ estudante (the girl is a student) into a .CSV table, Pcibex reads it properly, however, if I try “A menina estĂĄ doente” (the girls is feeling sick), I get an error message, is there something I can do? I can write “ĂĄ” If I don’t use a table, but I’d like to use one…
Thanks a lot again, Jeremy!
August 31, 2021 at 9:33 am in reply to: ‘How to use a spreadsheet’ tutorial – Experiment not loading #7209Larissa_Cury
ParticipantHi, Jeremy!
So, I was able to copy a proper link from github! (it’s a start!), thank you. However, If I delete the pics from Pcibex and try to use only the pics I’ve upload to gitHub, even after syncronization, it doesnt work.
GitHub: https://github.com/LariCury/test_includes.git
code w/ Github sync: https://farm.pcibex.net/r/mEGsdU/About being stuck forever on “Please wait while the resources are preloading. This may take up to 1min.â. I really don’t know what happenned, I’ve always got this problem whenever I tried to upload a biggerr file (smaller than 64mb), even with the code I’ve sent you before, It wasn’t working but now It’s working properly with 300×200 and I didn’t move a finger!
Many thanks again,
August 28, 2021 at 11:19 am in reply to: ‘How to use a spreadsheet’ tutorial – Experiment not loading #7198Larissa_Cury
ParticipantHello, again, Jeremy, and thanks for your response!!
Well, I still can’t sync Github, I’m trying to copy the link at the “main” Github screen which appears when I click on the green button “CODE”, then I copy it and try to put it on Pcibex. (it’s my first time using Github, I’m probably doing sth wrong…)
Well, I always get this problem with my images and they’re very small…whenever I try to make it bigger with a better resolution I get stuck forever on the message “Please wait while the resources are preloading. This may take up to 1min.”
an example: (files 100x50px), working properly properly: https://farm.pcibex.net/r/PtEROF/
ps: It sounds fun, I was getting the message on every single attempt to run a bigger image, now that I was creating a new code to send it to you it worked with 300x200px, thogh if you could still take a look at it cuz It was the first time it worked properly…
ps: I forgot to include in the instructions, but the keypress would be either A,B,C or D
-
This reply was modified 3 years, 8 months ago by
Larissa_Cury.
-
This reply was modified 3 years, 8 months ago by
Larissa_Cury.
-
This reply was modified 3 years, 8 months ago by
Larissa_Cury.
August 27, 2021 at 6:28 pm in reply to: ‘How to use a spreadsheet’ tutorial – Experiment not loading #7196Larissa_Cury
ParticipantHi!
I’m trying to sync my Pcibex project with my GitHub html but it isn’t working. When I type your code it works perfecly. Whenever I try to upload my own html, the option button to select a branch doesn’t work, I don’t know why đ
ps: I’m trying to sync with github in an attempt to run my experiment. Whenever I upload a 100x50px png picture it works properly, but whenever I try to upload a bigger file I get stuck on the wait message. With the 100x50px, my pic resolution is terrible, that’s why I’m trying to upload a bigger file…
-
This reply was modified 3 years, 1 month ago by
-
AuthorPosts