Help, inserting instructions before Block 3


Author
Message
oconnordavid15
oconnordavid15
Respected Member (477 reputation)Respected Member (477 reputation)Respected Member (477 reputation)Respected Member (477 reputation)Respected Member (477 reputation)Respected Member (477 reputation)Respected Member (477 reputation)Respected Member (477 reputation)Respected Member (477 reputation)
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
Attachments
ninesixtyfourFINAL2.iqx (195 views, 132.00 KB)
Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 12K, Visits: 98K
oconnordavid15 - 1/20/2022
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

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
oconnordavid15
Respected Member (477 reputation)Respected Member (477 reputation)Respected Member (477 reputation)Respected Member (477 reputation)Respected Member (477 reputation)Respected Member (477 reputation)Respected Member (477 reputation)Respected Member (477 reputation)Respected Member (477 reputation)
Group: Forum Members
Posts: 39, Visits: 63
Dave - 1/20/2022
oconnordavid15 - 1/20/2022
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

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
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 12K, Visits: 98K
oconnordavid15 - 1/21/2022
Dave - 1/20/2022
oconnordavid15 - 1/20/2022
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

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
oconnordavid15
Respected Member (477 reputation)Respected Member (477 reputation)Respected Member (477 reputation)Respected Member (477 reputation)Respected Member (477 reputation)Respected Member (477 reputation)Respected Member (477 reputation)Respected Member (477 reputation)Respected Member (477 reputation)
Group: Forum Members
Posts: 39, Visits: 63
Dave - 1/21/2022
oconnordavid15 - 1/21/2022
Dave - 1/20/2022
oconnordavid15 - 1/20/2022
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

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
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 12K, Visits: 98K
oconnordavid15 - 1/21/2022
Dave - 1/21/2022
oconnordavid15 - 1/21/2022
Dave - 1/20/2022
oconnordavid15 - 1/20/2022
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

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
oconnordavid15
Respected Member (477 reputation)Respected Member (477 reputation)Respected Member (477 reputation)Respected Member (477 reputation)Respected Member (477 reputation)Respected Member (477 reputation)Respected Member (477 reputation)Respected Member (477 reputation)Respected Member (477 reputation)
Group: Forum Members
Posts: 39, Visits: 63
Dave - 1/21/2022
oconnordavid15 - 1/21/2022
Dave - 1/21/2022
oconnordavid15 - 1/21/2022
Dave - 1/20/2022
oconnordavid15 - 1/20/2022
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

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
oconnordavid15
Respected Member (477 reputation)Respected Member (477 reputation)Respected Member (477 reputation)Respected Member (477 reputation)Respected Member (477 reputation)Respected Member (477 reputation)Respected Member (477 reputation)Respected Member (477 reputation)Respected Member (477 reputation)
Group: Forum Members
Posts: 39, Visits: 63
oconnordavid15 - 1/21/2022
Dave - 1/21/2022
oconnordavid15 - 1/21/2022
Dave - 1/21/2022
oconnordavid15 - 1/21/2022
Dave - 1/20/2022
oconnordavid15 - 1/20/2022
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

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
oconnordavid15
Respected Member (477 reputation)Respected Member (477 reputation)Respected Member (477 reputation)Respected Member (477 reputation)Respected Member (477 reputation)Respected Member (477 reputation)Respected Member (477 reputation)Respected Member (477 reputation)Respected Member (477 reputation)
Group: Forum Members
Posts: 39, Visits: 63
oconnordavid15 - 1/21/2022
oconnordavid15 - 1/21/2022
Dave - 1/21/2022
oconnordavid15 - 1/21/2022
Dave - 1/21/2022
oconnordavid15 - 1/21/2022
Dave - 1/20/2022
oconnordavid15 - 1/20/2022
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

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

Attachments
ninesixtyfourFINAL3RANDOM.iqx (203 views, 133.00 KB)
Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 12K, Visits: 98K
oconnordavid15 - 1/25/2022
oconnordavid15 - 1/21/2022
oconnordavid15 - 1/21/2022
Dave - 1/21/2022
oconnordavid15 - 1/21/2022
Dave - 1/21/2022
oconnordavid15 - 1/21/2022
Dave - 1/20/2022
oconnordavid15 - 1/20/2022
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

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.

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search