agt
|
|
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
|
|
Group: Administrators
Posts: 13K,
Visits: 104K
|
+xHi. 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
|
|
Group: Forum Members
Posts: 42,
Visits: 84
|
+x+xHi. 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
|
|
Group: Administrators
Posts: 13K,
Visits: 104K
|
+x+x+xHi. 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
|
|
Group: Forum Members
Posts: 42,
Visits: 84
|
+x+x+x+xHi. 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
|
|
Group: Administrators
Posts: 13K,
Visits: 104K
|
+x+x+x+x+xHi. 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.
|
|
|
agt
|
|
Group: Forum Members
Posts: 42,
Visits: 84
|
+x+x+x+x+x+xHi. 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
|
|
Group: Administrators
Posts: 13K,
Visits: 104K
|
+x+x+x+x+x+x+xHi. 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
|
|
Group: Forum Members
Posts: 42,
Visits: 84
|
+x+x+x+x+x+x+x+xHi. 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
|
|
Group: Administrators
Posts: 13K,
Visits: 104K
|
+x+x+x+x+x+x+x+x+xHi. 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.
|
|
|