oconnordavid15
|
|
Group: Forum Members
Posts: 39,
Visits: 63
|
Hello, I am looking to insert the following instructions
<page Practice_Trials> ^^ Thank you. For the following trials, the task will stay the same, it is your task to determine which color is more frequent.. </page>
after trial block 2 and before trial block 3.
Sincerely, David
|
|
|
Dave
|
|
Group: Administrators
Posts: 13K,
Visits: 105K
|
+xHello, I am looking to insert the following instructions <page Practice_Trials> ^^ Thank you. For the following trials, the task will stay the same, it is your task to determine which color is more frequent.. </page> after trial block 2 and before trial block 3. Sincerely, David Set up a block that displays the page per its /pre- or /postinstructions, run that block at the desired point per your <expt>'s /blocks.
|
|
|
oconnordavid15
|
|
Group: Forum Members
Posts: 39,
Visits: 63
|
+x+xHello, I am looking to insert the following instructions <page Practice_Trials> ^^ Thank you. For the following trials, the task will stay the same, it is your task to determine which color is more frequent.. </page> after trial block 2 and before trial block 3. Sincerely, David Set up a block that displays the page per its /pre- or /postinstructions, run that block at the desired point per your <expt>'s /blocks. Hi Dave, ok ill give it a shot!
|
|
|
Dave
|
|
Group: Administrators
Posts: 13K,
Visits: 105K
|
+x+x+xHello, I am looking to insert the following instructions <page Practice_Trials> ^^ Thank you. For the following trials, the task will stay the same, it is your task to determine which color is more frequent.. </page> after trial block 2 and before trial block 3. Sincerely, David Set up a block that displays the page per its /pre- or /postinstructions, run that block at the desired point per your <expt>'s /blocks. Hi Dave, ok ill give it a shot! It's really simple. <block post_practice_instructions> / preinstructions = (page.Practice_Trials) </block> with <expt experiment> /blocks = [1=boxtask_pressure9; 2=boxtask_pressure64; 3=post_practice_instructions; 4-13=boxtask_pressure9; 14-23=boxtask_pressure64] ... </expt>
|
|
|
oconnordavid15
|
|
Group: Forum Members
Posts: 39,
Visits: 63
|
+x+x+x+xHello, I am looking to insert the following instructions <page Practice_Trials> ^^ Thank you. For the following trials, the task will stay the same, it is your task to determine which color is more frequent.. </page> after trial block 2 and before trial block 3. Sincerely, David Set up a block that displays the page per its /pre- or /postinstructions, run that block at the desired point per your <expt>'s /blocks. Hi Dave, ok ill give it a shot! It's really simple. <block post_practice_instructions> / preinstructions = (page.Practice_Trials) </block> with <expt experiment> /blocks = [1=boxtask_pressure9; 2=boxtask_pressure64; 3=post_practice_instructions; 4-13=boxtask_pressure9; 14-23=boxtask_pressure64] ... </expt> You're the best Dave, thank you. Can we have 10 of each trial type but with random selection?
|
|
|
Dave
|
|
Group: Administrators
Posts: 13K,
Visits: 105K
|
+x+x+x+x+xHello, I am looking to insert the following instructions <page Practice_Trials> ^^ Thank you. For the following trials, the task will stay the same, it is your task to determine which color is more frequent.. </page> after trial block 2 and before trial block 3. Sincerely, David Set up a block that displays the page per its /pre- or /postinstructions, run that block at the desired point per your <expt>'s /blocks. Hi Dave, ok ill give it a shot! It's really simple. <block post_practice_instructions> / preinstructions = (page.Practice_Trials) </block> with <expt experiment> /blocks = [1=boxtask_pressure9; 2=boxtask_pressure64; 3=post_practice_instructions; 4-13=boxtask_pressure9; 14-23=boxtask_pressure64] ... </expt> You're the best Dave, thank you. Can we have 10 of each trial type but with random selection? /blocks = [1=boxtask_pressure9; 2=boxtask_pressure64; 3=post_practice_instructions ; 4-23=noreplace(boxtask_pressure9,boxtask_pressure64)] Basics such as random block or trial selection you will find covered in the tutorials, for example.
|
|
|
oconnordavid15
|
|
Group: Forum Members
Posts: 39,
Visits: 63
|
+x+x+x+x+x+xHello, I am looking to insert the following instructions <page Practice_Trials> ^^ Thank you. For the following trials, the task will stay the same, it is your task to determine which color is more frequent.. </page> after trial block 2 and before trial block 3. Sincerely, David Set up a block that displays the page per its /pre- or /postinstructions, run that block at the desired point per your <expt>'s /blocks. Hi Dave, ok ill give it a shot! It's really simple. <block post_practice_instructions> / preinstructions = (page.Practice_Trials) </block> with <expt experiment> /blocks = [1=boxtask_pressure9; 2=boxtask_pressure64; 3=post_practice_instructions; 4-13=boxtask_pressure9; 14-23=boxtask_pressure64] ... </expt> You're the best Dave, thank you. Can we have 10 of each trial type but with random selection? /blocks = [1=boxtask_pressure9; 2=boxtask_pressure64; 3=post_practice_instructions ; 4-23=noreplace(boxtask_pressure9,boxtask_pressure64)] Basics such as random block or trial selection you will find covered in the tutorials, for example. Amazing! Going to give it a try right no
|
|
|
oconnordavid15
|
|
Group: Forum Members
Posts: 39,
Visits: 63
|
+x+x+x+x+x+x+xHello, I am looking to insert the following instructions <page Practice_Trials> ^^ Thank you. For the following trials, the task will stay the same, it is your task to determine which color is more frequent.. </page> after trial block 2 and before trial block 3. Sincerely, David Set up a block that displays the page per its /pre- or /postinstructions, run that block at the desired point per your <expt>'s /blocks. Hi Dave, ok ill give it a shot! It's really simple. <block post_practice_instructions> / preinstructions = (page.Practice_Trials) </block> with <expt experiment> /blocks = [1=boxtask_pressure9; 2=boxtask_pressure64; 3=post_practice_instructions; 4-13=boxtask_pressure9; 14-23=boxtask_pressure64] ... </expt> You're the best Dave, thank you. Can we have 10 of each trial type but with random selection? /blocks = [1=boxtask_pressure9; 2=boxtask_pressure64; 3=post_practice_instructions ; 4-23=noreplace(boxtask_pressure9,boxtask_pressure64)] Basics such as random block or trial selection you will find covered in the tutorials, for example. Amazing! Going to give it a try right no Works like a charm! Thanks Dave
|
|
|
oconnordavid15
|
|
Group: Forum Members
Posts: 39,
Visits: 63
|
+x+x+x+x+x+x+x+xHello, I am looking to insert the following instructions <page Practice_Trials> ^^ Thank you. For the following trials, the task will stay the same, it is your task to determine which color is more frequent.. </page> after trial block 2 and before trial block 3. Sincerely, David Set up a block that displays the page per its /pre- or /postinstructions, run that block at the desired point per your <expt>'s /blocks. Hi Dave, ok ill give it a shot! It's really simple. <block post_practice_instructions> / preinstructions = (page.Practice_Trials) </block> with <expt experiment> /blocks = [1=boxtask_pressure9; 2=boxtask_pressure64; 3=post_practice_instructions; 4-13=boxtask_pressure9; 14-23=boxtask_pressure64] ... </expt> You're the best Dave, thank you. Can we have 10 of each trial type but with random selection? /blocks = [1=boxtask_pressure9; 2=boxtask_pressure64; 3=post_practice_instructions ; 4-23=noreplace(boxtask_pressure9,boxtask_pressure64)] Basics such as random block or trial selection you will find covered in the tutorials, for example. Amazing! Going to give it a try right no Works like a charm! Thanks Dave Hi Dave, Can we embed logic into the summary data sheet? For example, Rather than outputting In milliseconds, can I input logic to divide by 1000 to get seconds? From column "draws", can I create a column which has "draws as a % of total boxes"? Goal for Summary Output
|
|
|
Dave
|
|
Group: Administrators
Posts: 13K,
Visits: 105K
|
+x+x+x+x+x+x+x+x+xHello, I am looking to insert the following instructions <page Practice_Trials> ^^ Thank you. For the following trials, the task will stay the same, it is your task to determine which color is more frequent.. </page> after trial block 2 and before trial block 3. Sincerely, David Set up a block that displays the page per its /pre- or /postinstructions, run that block at the desired point per your <expt>'s /blocks. Hi Dave, ok ill give it a shot! It's really simple. <block post_practice_instructions> / preinstructions = (page.Practice_Trials) </block> with <expt experiment> /blocks = [1=boxtask_pressure9; 2=boxtask_pressure64; 3=post_practice_instructions; 4-13=boxtask_pressure9; 14-23=boxtask_pressure64] ... </expt> You're the best Dave, thank you. Can we have 10 of each trial type but with random selection? /blocks = [1=boxtask_pressure9; 2=boxtask_pressure64; 3=post_practice_instructions ; 4-23=noreplace(boxtask_pressure9,boxtask_pressure64)] Basics such as random block or trial selection you will find covered in the tutorials, for example. Amazing! Going to give it a try right no Works like a charm! Thanks Dave Hi Dave, Can we embed logic into the summary data sheet? For example, Rather than outputting In milliseconds, can I input logic to divide by 1000 to get seconds? From column "draws", can I create a column which has "draws as a % of total boxes"? Goal for Summary Output <expressions> / elapsedtime_s = script.elapsedtime/1000 </expressions> and log expressions.elapsedtime_s to the summary data file. Same for the draws. Divide by the relevant N, multiply by 100 if you want percentages.
|
|
|