Combining 2 files with fixed instruction page


Author
Message
agt
agt
Associate Member (96 reputation)Associate Member (96 reputation)Associate Member (96 reputation)Associate Member (96 reputation)Associate Member (96 reputation)Associate Member (96 reputation)Associate Member (96 reputation)Associate Member (96 reputation)Associate Member (96 reputation)
Group: Forum Members
Posts: 42, Visits: 84
Hi. I am using this script to randomise my IAT files to participants. May I know if it is possible to insert to fixed instruction page in between the 2 files? 

Example:

<batch>
/ selectionmode = random
/ file="bart.iqx"
(fixed instruction page here)
/ file="ospan.iqx"
</batch>
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: 13K, Visits: 101K
agt - 7/26/2024
Hi. I am using this script to randomise my IAT files to participants. May I know if it is possible to insert to fixed instruction page in between the 2 files? 

Example:

<batch>
/ selectionmode = random
/ file="bart.iqx"
(fixed instruction page here)
/ file="ospan.iqx"
</batch>

<batch>
/ subjects = (1 of 2)
/ groupassignment = random
/ file="bart.iqx"
/ file="scriptdisplayingyourinstructionpage.iqx"
/ file="ospan.iqx"
</batch>

<batch>
/ subjects = (2 of 2)
/ groupassignment = random
/ file="ospan.iqx"
/ file="scriptdisplayingyourinstructionpage.iqx"
/ file="bart.iqx"
</batch>

agt
agt
Associate Member (96 reputation)Associate Member (96 reputation)Associate Member (96 reputation)Associate Member (96 reputation)Associate Member (96 reputation)Associate Member (96 reputation)Associate Member (96 reputation)Associate Member (96 reputation)Associate Member (96 reputation)
Group: Forum Members
Posts: 42, Visits: 84
Dave - 7/26/2024
agt - 7/26/2024
Hi. I am using this script to randomise my IAT files to participants. May I know if it is possible to insert to fixed instruction page in between the 2 files? 

Example:

<batch>
/ selectionmode = random
/ file="bart.iqx"
(fixed instruction page here)
/ file="ospan.iqx"
</batch>

<batch>
/ subjects = (1 of 2)
/ groupassignment = random
/ file="bart.iqx"
/ file="scriptdisplayingyourinstructionpage.iqx"
/ file="ospan.iqx"
</batch>

<batch>
/ subjects = (2 of 2)
/ groupassignment = random
/ file="ospan.iqx"
/ file="scriptdisplayingyourinstructionpage.iqx"
/ file="bart.iqx"
</batch>

Thanks Dave. I  have created an instruction page using word document and saved in HTML format. After which i input in inquisit and saved as iqx version: 

<htmlpage Instruction_IAT>
/ file = "Instruction for computer task_IAT.htm"
</htmlpage>

However, it does not show when i tried to run. May i know how do I troubleshoot this?
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: 13K, Visits: 101K
agt - 7/26/2024
Dave - 7/26/2024
agt - 7/26/2024
Hi. I am using this script to randomise my IAT files to participants. May I know if it is possible to insert to fixed instruction page in between the 2 files? 

Example:

<batch>
/ selectionmode = random
/ file="bart.iqx"
(fixed instruction page here)
/ file="ospan.iqx"
</batch>

<batch>
/ subjects = (1 of 2)
/ groupassignment = random
/ file="bart.iqx"
/ file="scriptdisplayingyourinstructionpage.iqx"
/ file="ospan.iqx"
</batch>

<batch>
/ subjects = (2 of 2)
/ groupassignment = random
/ file="ospan.iqx"
/ file="scriptdisplayingyourinstructionpage.iqx"
/ file="bart.iqx"
</batch>

Thanks Dave. I  have created an instruction page using word document and saved in HTML format. After which i input in inquisit and saved as iqx version: 

<htmlpage Instruction_IAT>
/ file = "Instruction for computer task_IAT.htm"
</htmlpage>

However, it does not show when i tried to run. May i know how do I troubleshoot this?

Insruction pages are displayed via /pre. or /postinstructions of an <expt> orr <block>

agt
agt
Associate Member (96 reputation)Associate Member (96 reputation)Associate Member (96 reputation)Associate Member (96 reputation)Associate Member (96 reputation)Associate Member (96 reputation)Associate Member (96 reputation)Associate Member (96 reputation)Associate Member (96 reputation)
Group: Forum Members
Posts: 42, Visits: 84
Dave - 7/26/2024
agt - 7/26/2024
Dave - 7/26/2024
agt - 7/26/2024
Hi. I am using this script to randomise my IAT files to participants. May I know if it is possible to insert to fixed instruction page in between the 2 files? 

Example:

<batch>
/ selectionmode = random
/ file="bart.iqx"
(fixed instruction page here)
/ file="ospan.iqx"
</batch>

<batch>
/ subjects = (1 of 2)
/ groupassignment = random
/ file="bart.iqx"
/ file="scriptdisplayingyourinstructionpage.iqx"
/ file="ospan.iqx"
</batch>

<batch>
/ subjects = (2 of 2)
/ groupassignment = random
/ file="ospan.iqx"
/ file="scriptdisplayingyourinstructionpage.iqx"
/ file="bart.iqx"
</batch>

Thanks Dave. I  have created an instruction page using word document and saved in HTML format. After which i input in inquisit and saved as iqx version: 

<htmlpage Instruction_IAT>
/ file = "Instruction for computer task_IAT.htm"
</htmlpage>

However, it does not show when i tried to run. May i know how do I troubleshoot this?

Insruction pages are displayed via /pre. or /postinstructions of an <expt> orr <block>

Do you mean I need to include / file="scriptdisplayingyourinstructionpage.iqx" in the bart or ospan files?

<batch>
/ subjects = (1 of 2)
/ groupassignment = random
/ file="bart.iqx"
/ file="scriptdisplayingyourinstructionpage.iqx"
/ file="ospan.iqx"
</batch>

<batch>
/ subjects = (2 of 2)
/ groupassignment = random
/ file="ospan.iqx"
/ file="scriptdisplayingyourinstructionpage.iqx"
/ file="bart.iqx"
</batch>
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: 13K, Visits: 101K
agt - 7/26/2024
Dave - 7/26/2024
agt - 7/26/2024
Dave - 7/26/2024
agt - 7/26/2024
Hi. I am using this script to randomise my IAT files to participants. May I know if it is possible to insert to fixed instruction page in between the 2 files? 

Example:

<batch>
/ selectionmode = random
/ file="bart.iqx"
(fixed instruction page here)
/ file="ospan.iqx"
</batch>

<batch>
/ subjects = (1 of 2)
/ groupassignment = random
/ file="bart.iqx"
/ file="scriptdisplayingyourinstructionpage.iqx"
/ file="ospan.iqx"
</batch>

<batch>
/ subjects = (2 of 2)
/ groupassignment = random
/ file="ospan.iqx"
/ file="scriptdisplayingyourinstructionpage.iqx"
/ file="bart.iqx"
</batch>

Thanks Dave. I  have created an instruction page using word document and saved in HTML format. After which i input in inquisit and saved as iqx version: 

<htmlpage Instruction_IAT>
/ file = "Instruction for computer task_IAT.htm"
</htmlpage>

However, it does not show when i tried to run. May i know how do I troubleshoot this?

Insruction pages are displayed via /pre. or /postinstructions of an <expt> orr <block>

Do you mean I need to include / file="scriptdisplayingyourinstructionpage.iqx" in the bart or ospan files?

<batch>
/ subjects = (1 of 2)
/ groupassignment = random
/ file="bart.iqx"
/ file="scriptdisplayingyourinstructionpage.iqx"
/ file="ospan.iqx"
</batch>

<batch>
/ subjects = (2 of 2)
/ groupassignment = random
/ file="ospan.iqx"
/ file="scriptdisplayingyourinstructionpage.iqx"
/ file="bart.iqx"
</batch>

No..

You need a script that displays your instruction page.

Just having

<htmlpage Instruction_IAT>
/ file = "Instruction for computer task_IAT.htm"
</htmlpage>


in an Iqx file does nothing. As I already explained, instruction pages are displayed via an <expt> or <block>'s /pre- or /postinstructions.
Edited 2 Months Ago by Dave
agt
agt
Associate Member (96 reputation)Associate Member (96 reputation)Associate Member (96 reputation)Associate Member (96 reputation)Associate Member (96 reputation)Associate Member (96 reputation)Associate Member (96 reputation)Associate Member (96 reputation)Associate Member (96 reputation)
Group: Forum Members
Posts: 42, Visits: 84
Dave - 7/26/2024
agt - 7/26/2024
Dave - 7/26/2024
agt - 7/26/2024
Dave - 7/26/2024
agt - 7/26/2024
Hi. I am using this script to randomise my IAT files to participants. May I know if it is possible to insert to fixed instruction page in between the 2 files? 

Example:

<batch>
/ selectionmode = random
/ file="bart.iqx"
(fixed instruction page here)
/ file="ospan.iqx"
</batch>

<batch>
/ subjects = (1 of 2)
/ groupassignment = random
/ file="bart.iqx"
/ file="scriptdisplayingyourinstructionpage.iqx"
/ file="ospan.iqx"
</batch>

<batch>
/ subjects = (2 of 2)
/ groupassignment = random
/ file="ospan.iqx"
/ file="scriptdisplayingyourinstructionpage.iqx"
/ file="bart.iqx"
</batch>

Thanks Dave. I  have created an instruction page using word document and saved in HTML format. After which i input in inquisit and saved as iqx version: 

<htmlpage Instruction_IAT>
/ file = "Instruction for computer task_IAT.htm"
</htmlpage>

However, it does not show when i tried to run. May i know how do I troubleshoot this?

Insruction pages are displayed via /pre. or /postinstructions of an <expt> orr <block>

Do you mean I need to include / file="scriptdisplayingyourinstructionpage.iqx" in the bart or ospan files?

<batch>
/ subjects = (1 of 2)
/ groupassignment = random
/ file="bart.iqx"
/ file="scriptdisplayingyourinstructionpage.iqx"
/ file="ospan.iqx"
</batch>

<batch>
/ subjects = (2 of 2)
/ groupassignment = random
/ file="ospan.iqx"
/ file="scriptdisplayingyourinstructionpage.iqx"
/ file="bart.iqx"
</batch>

No..

You need a script that displays your instruction page.

Just having

<htmlpage Instruction_IAT>
/ file = "Instruction for computer task_IAT.htm"
</htmlpage>


in an Iqx file does nothing. As I already explained, instruction pages are displayed via an <expt> or <block>'s /pre- or /postinstructions.

What I meant is, I would like to have a mandatory page in between "bart.iqx" and "ospan.iqx" regardless of the randomisation. 

Example:
/ file="bart.iqx"
/ file="scriptdisplayingyourinstructionpage.iqx"
/ file="ospan.iqx"
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: 13K, Visits: 101K
agt - 7/27/2024
Dave - 7/26/2024
agt - 7/26/2024
Dave - 7/26/2024
agt - 7/26/2024
Dave - 7/26/2024
agt - 7/26/2024
Hi. I am using this script to randomise my IAT files to participants. May I know if it is possible to insert to fixed instruction page in between the 2 files? 

Example:

<batch>
/ selectionmode = random
/ file="bart.iqx"
(fixed instruction page here)
/ file="ospan.iqx"
</batch>

<batch>
/ subjects = (1 of 2)
/ groupassignment = random
/ file="bart.iqx"
/ file="scriptdisplayingyourinstructionpage.iqx"
/ file="ospan.iqx"
</batch>

<batch>
/ subjects = (2 of 2)
/ groupassignment = random
/ file="ospan.iqx"
/ file="scriptdisplayingyourinstructionpage.iqx"
/ file="bart.iqx"
</batch>

Thanks Dave. I  have created an instruction page using word document and saved in HTML format. After which i input in inquisit and saved as iqx version: 

<htmlpage Instruction_IAT>
/ file = "Instruction for computer task_IAT.htm"
</htmlpage>

However, it does not show when i tried to run. May i know how do I troubleshoot this?

Insruction pages are displayed via /pre. or /postinstructions of an <expt> orr <block>

Do you mean I need to include / file="scriptdisplayingyourinstructionpage.iqx" in the bart or ospan files?

<batch>
/ subjects = (1 of 2)
/ groupassignment = random
/ file="bart.iqx"
/ file="scriptdisplayingyourinstructionpage.iqx"
/ file="ospan.iqx"
</batch>

<batch>
/ subjects = (2 of 2)
/ groupassignment = random
/ file="ospan.iqx"
/ file="scriptdisplayingyourinstructionpage.iqx"
/ file="bart.iqx"
</batch>

No..

You need a script that displays your instruction page.

Just having

<htmlpage Instruction_IAT>
/ file = "Instruction for computer task_IAT.htm"
</htmlpage>


in an Iqx file does nothing. As I already explained, instruction pages are displayed via an <expt> or <block>'s /pre- or /postinstructions.

What I meant is, I would like to have a mandatory page in between "bart.iqx" and "ospan.iqx" regardless of the randomisation. 

Example:
/ file="bart.iqx"
/ file="scriptdisplayingyourinstructionpage.iqx"
/ file="ospan.iqx"

Yes, and I've already explained how to do that.

You create a script that displays the instruction page.

Then you run that script between the two tasks.

<batch>
/ subjects = (1 of 2)
/ groupassignment = random
/ file="bart.iqx"
/ file="scriptdisplayingyourinstructionpage.iqx"
/ file="ospan.iqx"
</batch>

<batch>
/ subjects = (2 of 2)
/ groupassignment = random
/ file="ospan.iqx"
/ file="scriptdisplayingyourinstructionpage.iqx"
/ file="bart.iqx"
</batch>


agt
agt
Associate Member (96 reputation)Associate Member (96 reputation)Associate Member (96 reputation)Associate Member (96 reputation)Associate Member (96 reputation)Associate Member (96 reputation)Associate Member (96 reputation)Associate Member (96 reputation)Associate Member (96 reputation)
Group: Forum Members
Posts: 42, Visits: 84
Dave - 7/27/2024
agt - 7/27/2024
Dave - 7/26/2024
agt - 7/26/2024
Dave - 7/26/2024
agt - 7/26/2024
Dave - 7/26/2024
agt - 7/26/2024
Hi. I am using this script to randomise my IAT files to participants. May I know if it is possible to insert to fixed instruction page in between the 2 files? 

Example:

<batch>
/ selectionmode = random
/ file="bart.iqx"
(fixed instruction page here)
/ file="ospan.iqx"
</batch>

<batch>
/ subjects = (1 of 2)
/ groupassignment = random
/ file="bart.iqx"
/ file="scriptdisplayingyourinstructionpage.iqx"
/ file="ospan.iqx"
</batch>

<batch>
/ subjects = (2 of 2)
/ groupassignment = random
/ file="ospan.iqx"
/ file="scriptdisplayingyourinstructionpage.iqx"
/ file="bart.iqx"
</batch>

Thanks Dave. I  have created an instruction page using word document and saved in HTML format. After which i input in inquisit and saved as iqx version: 

<htmlpage Instruction_IAT>
/ file = "Instruction for computer task_IAT.htm"
</htmlpage>

However, it does not show when i tried to run. May i know how do I troubleshoot this?

Insruction pages are displayed via /pre. or /postinstructions of an <expt> orr <block>

Do you mean I need to include / file="scriptdisplayingyourinstructionpage.iqx" in the bart or ospan files?

<batch>
/ subjects = (1 of 2)
/ groupassignment = random
/ file="bart.iqx"
/ file="scriptdisplayingyourinstructionpage.iqx"
/ file="ospan.iqx"
</batch>

<batch>
/ subjects = (2 of 2)
/ groupassignment = random
/ file="ospan.iqx"
/ file="scriptdisplayingyourinstructionpage.iqx"
/ file="bart.iqx"
</batch>

No..

You need a script that displays your instruction page.

Just having

<htmlpage Instruction_IAT>
/ file = "Instruction for computer task_IAT.htm"
</htmlpage>


in an Iqx file does nothing. As I already explained, instruction pages are displayed via an <expt> or <block>'s /pre- or /postinstructions.

What I meant is, I would like to have a mandatory page in between "bart.iqx" and "ospan.iqx" regardless of the randomisation. 

Example:
/ file="bart.iqx"
/ file="scriptdisplayingyourinstructionpage.iqx"
/ file="ospan.iqx"

Yes, and I've already explained how to do that.

You create a script that displays the instruction page.

Then you run that script between the two tasks.

<batch>
/ subjects = (1 of 2)
/ groupassignment = random
/ file="bart.iqx"
/ file="scriptdisplayingyourinstructionpage.iqx"
/ file="ospan.iqx"
</batch>

<batch>
/ subjects = (2 of 2)
/ groupassignment = random
/ file="ospan.iqx"
/ file="scriptdisplayingyourinstructionpage.iqx"
/ file="bart.iqx"
</batch>


Hi Dave. I have applied created script below and inserted between the two files but it didn't seem to work. 

<instruct>
/ fontstyle = ("Arial", 5%, true)
/ txcolor = white
/ windowsize = (90%, 90%)
/ screencolor = black
</instruct>

<page intro>

You've completed the first part of the tasks.

Press Spacebar to continue.

</page>

------
I have also tried this the html method by saving the instruction i created on word document as htm file. It did not work for me. 
<htmlpage Interval>
/ file = "Interval.htm"
</htmlpage>

May I know what else do I need to troubleshoot?
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: 13K, Visits: 101K
agt - 7/28/2024
Dave - 7/27/2024
agt - 7/27/2024
Dave - 7/26/2024
agt - 7/26/2024
Dave - 7/26/2024
agt - 7/26/2024
Dave - 7/26/2024
agt - 7/26/2024
Hi. I am using this script to randomise my IAT files to participants. May I know if it is possible to insert to fixed instruction page in between the 2 files? 

Example:

<batch>
/ selectionmode = random
/ file="bart.iqx"
(fixed instruction page here)
/ file="ospan.iqx"
</batch>

<batch>
/ subjects = (1 of 2)
/ groupassignment = random
/ file="bart.iqx"
/ file="scriptdisplayingyourinstructionpage.iqx"
/ file="ospan.iqx"
</batch>

<batch>
/ subjects = (2 of 2)
/ groupassignment = random
/ file="ospan.iqx"
/ file="scriptdisplayingyourinstructionpage.iqx"
/ file="bart.iqx"
</batch>

Thanks Dave. I  have created an instruction page using word document and saved in HTML format. After which i input in inquisit and saved as iqx version: 

<htmlpage Instruction_IAT>
/ file = "Instruction for computer task_IAT.htm"
</htmlpage>

However, it does not show when i tried to run. May i know how do I troubleshoot this?

Insruction pages are displayed via /pre. or /postinstructions of an <expt> orr <block>

Do you mean I need to include / file="scriptdisplayingyourinstructionpage.iqx" in the bart or ospan files?

<batch>
/ subjects = (1 of 2)
/ groupassignment = random
/ file="bart.iqx"
/ file="scriptdisplayingyourinstructionpage.iqx"
/ file="ospan.iqx"
</batch>

<batch>
/ subjects = (2 of 2)
/ groupassignment = random
/ file="ospan.iqx"
/ file="scriptdisplayingyourinstructionpage.iqx"
/ file="bart.iqx"
</batch>

No..

You need a script that displays your instruction page.

Just having

<htmlpage Instruction_IAT>
/ file = "Instruction for computer task_IAT.htm"
</htmlpage>


in an Iqx file does nothing. As I already explained, instruction pages are displayed via an <expt> or <block>'s /pre- or /postinstructions.

What I meant is, I would like to have a mandatory page in between "bart.iqx" and "ospan.iqx" regardless of the randomisation. 

Example:
/ file="bart.iqx"
/ file="scriptdisplayingyourinstructionpage.iqx"
/ file="ospan.iqx"

Yes, and I've already explained how to do that.

You create a script that displays the instruction page.

Then you run that script between the two tasks.

<batch>
/ subjects = (1 of 2)
/ groupassignment = random
/ file="bart.iqx"
/ file="scriptdisplayingyourinstructionpage.iqx"
/ file="ospan.iqx"
</batch>

<batch>
/ subjects = (2 of 2)
/ groupassignment = random
/ file="ospan.iqx"
/ file="scriptdisplayingyourinstructionpage.iqx"
/ file="bart.iqx"
</batch>


Hi Dave. I have applied created script below and inserted between the two files but it didn't seem to work. 

<instruct>
/ fontstyle = ("Arial", 5%, true)
/ txcolor = white
/ windowsize = (90%, 90%)
/ screencolor = black
</instruct>

<page intro>

You've completed the first part of the tasks.

Press Spacebar to continue.

</page>

------
I have also tried this the html method by saving the instruction i created on word document as htm file. It did not work for me. 
<htmlpage Interval>
/ file = "Interval.htm"
</htmlpage>

May I know what else do I need to troubleshoot?

As I already told you, you need an <expt> or <block> in the script. Instruction pages are displayed via an <expt>'s or <block>'s /pre- or /postinstructions.
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search