Dave
|
|
Group: Administrators
Posts: 13K,
Visits: 105K
|
+x+x+x+x+x+x+xHello, I am looking for help editing this completed script. We are looking to edit the # of boxes in the trial from 50 to 9. I think someone with experience may find this easy, while my head is hurting. Sincerely, David Well, then you need to also adjust the specified color sequences for each trial. You didn't say how you plan to do this, so you need to flesh out how you specifically want to modify the task before anybody can help you. Here's a start you can work off from. If you have questions about how that script works, I suggest you contact its original authors. Wow, how did you do this If you want an overview of the changes, load the original script and the edited one into a diff tool (e.g. WinMerge if you're working on Windows) and that'll show you exactly what the edits were. It's pretty straightforward actually. Wait seriously, this is awesome, is there any way I could give you awards or something? We wanted to do 10 trials with 9 boxes, and 10 trials with 64 boxes for a total of 20 trials. Colors are arbitrary at the moment Well, you already know how to do more boxes -- the original had 50 after all. And you also have a script that does 9. So add a trial and block that works with 64 and adjust the position variables accordingly in that block's /onblockbegin section. In general, refer to the comments throughout the script, what the original authors put there explains things fairly well. Here's an edit of the script that runs two 9-box trials followed by two 50-box trials. Work through this closely and then it should be easy enough to adjust to ten 9-box trials / ten 64-box trials.
|
|
|
oconnordavid15
|
|
Group: Forum Members
Posts: 39,
Visits: 63
|
+x+x+x+x+x+x+x+xHello, I am looking for help editing this completed script. We are looking to edit the # of boxes in the trial from 50 to 9. I think someone with experience may find this easy, while my head is hurting. Sincerely, David Well, then you need to also adjust the specified color sequences for each trial. You didn't say how you plan to do this, so you need to flesh out how you specifically want to modify the task before anybody can help you. Here's a start you can work off from. If you have questions about how that script works, I suggest you contact its original authors. Wow, how did you do this If you want an overview of the changes, load the original script and the edited one into a diff tool (e.g. WinMerge if you're working on Windows) and that'll show you exactly what the edits were. It's pretty straightforward actually. Wait seriously, this is awesome, is there any way I could give you awards or something? We wanted to do 10 trials with 9 boxes, and 10 trials with 64 boxes for a total of 20 trials. Colors are arbitrary at the moment Well, you already know how to do more boxes -- the original had 50 after all. And you also have a script that does 9. So add a trial and block that works with 64 and adjust the position variables accordingly in that block's /onblockbegin section. In general, refer to the comments throughout the script, what the original authors put there explains things fairly well. Here's an edit of the script that runs two 9-box trials followed by two 50-box trials. Work through this closely and then it should be easy enough to adjust to ten 9-box trials / ten 64-box trials. Hi Dave, Do you know why row 6 and 7 are not showing? Followed what you did, thank you!
|
|
|
oconnordavid15
|
|
Group: Forum Members
Posts: 39,
Visits: 63
|
+x+x+x+x+x+x+x+x+xHello, I am looking for help editing this completed script. We are looking to edit the # of boxes in the trial from 50 to 9. I think someone with experience may find this easy, while my head is hurting. Sincerely, David Well, then you need to also adjust the specified color sequences for each trial. You didn't say how you plan to do this, so you need to flesh out how you specifically want to modify the task before anybody can help you. Here's a start you can work off from. If you have questions about how that script works, I suggest you contact its original authors. Wow, how did you do this If you want an overview of the changes, load the original script and the edited one into a diff tool (e.g. WinMerge if you're working on Windows) and that'll show you exactly what the edits were. It's pretty straightforward actually. Wait seriously, this is awesome, is there any way I could give you awards or something? We wanted to do 10 trials with 9 boxes, and 10 trials with 64 boxes for a total of 20 trials. Colors are arbitrary at the moment Well, you already know how to do more boxes -- the original had 50 after all. And you also have a script that does 9. So add a trial and block that works with 64 and adjust the position variables accordingly in that block's /onblockbegin section. In general, refer to the comments throughout the script, what the original authors put there explains things fairly well. Here's an edit of the script that runs two 9-box trials followed by two 50-box trials. Work through this closely and then it should be easy enough to adjust to ten 9-box trials / ten 64-box trials. Hi Dave, Do you know why row 6 and 7 are not showing? Followed what you did, thank you! Got it! But, for 64 box trial, bottom two rows won't click
|
|
|
Dave
|
|
Group: Administrators
Posts: 13K,
Visits: 105K
|
+x+x+x+x+x+x+x+x+x+xHello, I am looking for help editing this completed script. We are looking to edit the # of boxes in the trial from 50 to 9. I think someone with experience may find this easy, while my head is hurting. Sincerely, David Well, then you need to also adjust the specified color sequences for each trial. You didn't say how you plan to do this, so you need to flesh out how you specifically want to modify the task before anybody can help you. Here's a start you can work off from. If you have questions about how that script works, I suggest you contact its original authors. Wow, how did you do this If you want an overview of the changes, load the original script and the edited one into a diff tool (e.g. WinMerge if you're working on Windows) and that'll show you exactly what the edits were. It's pretty straightforward actually. Wait seriously, this is awesome, is there any way I could give you awards or something? We wanted to do 10 trials with 9 boxes, and 10 trials with 64 boxes for a total of 20 trials. Colors are arbitrary at the moment Well, you already know how to do more boxes -- the original had 50 after all. And you also have a script that does 9. So add a trial and block that works with 64 and adjust the position variables accordingly in that block's /onblockbegin section. In general, refer to the comments throughout the script, what the original authors put there explains things fairly well. Here's an edit of the script that runs two 9-box trials followed by two 50-box trials. Work through this closely and then it should be easy enough to adjust to ten 9-box trials / ten 64-box trials. Hi Dave, Do you know why row 6 and 7 are not showing? Followed what you did, thank you! Got it! But, for 64 box trial, bottom two rows won't click You need to extend the /ontrialend logic in <trial trial_choose> to 64 boxes. In the script you attached, the logic still only accomodates a maximum of 50 boxes.
|
|
|
oconnordavid15
|
|
Group: Forum Members
Posts: 39,
Visits: 63
|
+x+x+x+x+x+x+x+x+x+x+xHello, I am looking for help editing this completed script. We are looking to edit the # of boxes in the trial from 50 to 9. I think someone with experience may find this easy, while my head is hurting. Sincerely, David Well, then you need to also adjust the specified color sequences for each trial. You didn't say how you plan to do this, so you need to flesh out how you specifically want to modify the task before anybody can help you. Here's a start you can work off from. If you have questions about how that script works, I suggest you contact its original authors. Wow, how did you do this If you want an overview of the changes, load the original script and the edited one into a diff tool (e.g. WinMerge if you're working on Windows) and that'll show you exactly what the edits were. It's pretty straightforward actually. Wait seriously, this is awesome, is there any way I could give you awards or something? We wanted to do 10 trials with 9 boxes, and 10 trials with 64 boxes for a total of 20 trials. Colors are arbitrary at the moment Well, you already know how to do more boxes -- the original had 50 after all. And you also have a script that does 9. So add a trial and block that works with 64 and adjust the position variables accordingly in that block's /onblockbegin section. In general, refer to the comments throughout the script, what the original authors put there explains things fairly well. Here's an edit of the script that runs two 9-box trials followed by two 50-box trials. Work through this closely and then it should be easy enough to adjust to ten 9-box trials / ten 64-box trials. Hi Dave, Do you know why row 6 and 7 are not showing? Followed what you did, thank you! Got it! But, for 64 box trial, bottom two rows won't click You need to extend the /ontrialend logic in <trial trial_choose> to 64 boxes. In the script you attached, the logic still only accomodates a maximum of 50 boxes. Just did it! works like a charm Dave you saved the day. I'm literally all finished, a month early thanks to you.
|
|
|
Dave
|
|
Group: Administrators
Posts: 13K,
Visits: 105K
|
+x+x+x+x+x+x+x+x+x+x+x+xHello, I am looking for help editing this completed script. We are looking to edit the # of boxes in the trial from 50 to 9. I think someone with experience may find this easy, while my head is hurting. Sincerely, David Well, then you need to also adjust the specified color sequences for each trial. You didn't say how you plan to do this, so you need to flesh out how you specifically want to modify the task before anybody can help you. Here's a start you can work off from. If you have questions about how that script works, I suggest you contact its original authors. Wow, how did you do this If you want an overview of the changes, load the original script and the edited one into a diff tool (e.g. WinMerge if you're working on Windows) and that'll show you exactly what the edits were. It's pretty straightforward actually. Wait seriously, this is awesome, is there any way I could give you awards or something? We wanted to do 10 trials with 9 boxes, and 10 trials with 64 boxes for a total of 20 trials. Colors are arbitrary at the moment Well, you already know how to do more boxes -- the original had 50 after all. And you also have a script that does 9. So add a trial and block that works with 64 and adjust the position variables accordingly in that block's /onblockbegin section. In general, refer to the comments throughout the script, what the original authors put there explains things fairly well. Here's an edit of the script that runs two 9-box trials followed by two 50-box trials. Work through this closely and then it should be easy enough to adjust to ten 9-box trials / ten 64-box trials. Hi Dave, Do you know why row 6 and 7 are not showing? Followed what you did, thank you! Got it! But, for 64 box trial, bottom two rows won't click You need to extend the /ontrialend logic in <trial trial_choose> to 64 boxes. In the script you attached, the logic still only accomodates a maximum of 50 boxes. Just did it! works like a charm Dave you saved the day. I'm literally all finished, a month early thanks to you. One more thing you need to adjust. In <block boxtask_pressure64>, it needs to be /trials = [1= trial_start; 2-66=trial_choose] to handle up to 64 boxes opened, not /trials = [1= trial_start; 2-52=trial_choose] which still handles only up to 50.
|
|
|
oconnordavid15
|
|
Group: Forum Members
Posts: 39,
Visits: 63
|
+x+x+x+x+x+x+x+x+x+x+x+x+xHello, I am looking for help editing this completed script. We are looking to edit the # of boxes in the trial from 50 to 9. I think someone with experience may find this easy, while my head is hurting. Sincerely, David Well, then you need to also adjust the specified color sequences for each trial. You didn't say how you plan to do this, so you need to flesh out how you specifically want to modify the task before anybody can help you. Here's a start you can work off from. If you have questions about how that script works, I suggest you contact its original authors. Wow, how did you do this If you want an overview of the changes, load the original script and the edited one into a diff tool (e.g. WinMerge if you're working on Windows) and that'll show you exactly what the edits were. It's pretty straightforward actually. Wait seriously, this is awesome, is there any way I could give you awards or something? We wanted to do 10 trials with 9 boxes, and 10 trials with 64 boxes for a total of 20 trials. Colors are arbitrary at the moment Well, you already know how to do more boxes -- the original had 50 after all. And you also have a script that does 9. So add a trial and block that works with 64 and adjust the position variables accordingly in that block's /onblockbegin section. In general, refer to the comments throughout the script, what the original authors put there explains things fairly well. Here's an edit of the script that runs two 9-box trials followed by two 50-box trials. Work through this closely and then it should be easy enough to adjust to ten 9-box trials / ten 64-box trials. Hi Dave, Do you know why row 6 and 7 are not showing? Followed what you did, thank you! Got it! But, for 64 box trial, bottom two rows won't click You need to extend the /ontrialend logic in <trial trial_choose> to 64 boxes. In the script you attached, the logic still only accomodates a maximum of 50 boxes. Just did it! works like a charm Dave you saved the day. I'm literally all finished, a month early thanks to you. One more thing you need to adjust. In <block boxtask_pressure64>, it needs to be /trials = [1= trial_start; 2-66=trial_choose] to handle up to 64 boxes opened, not /trials = [1= trial_start; 2-52=trial_choose] which still handles only up to 50. Oh, great catch
|
|
|