From s.johnston at bangor.ac.uk Wed Jul 3 09:04:07 2002 From: s.johnston at bangor.ac.uk (Steve Johnston) Date: Wed, 3 Jul 2002 10:04:07 +0100 Subject: Constant timing for targets Message-ID: I've happily set up an experiment to show a stimulus to a subject, but at the moment once the user responds the next sequence begins immediately. What I was after was, once a target had been responded to, an empty screen for the remainder of the period such that the period between fixation points was a constant. Does anyone know how to set this up? I have played with the various settings but so far no joy. Cheers Steve Johnston -------------- next part -------------- An HTML attachment was scrubbed... URL: From anthony.zuccolotto at pstnet.com Wed Jul 3 13:11:15 2002 From: anthony.zuccolotto at pstnet.com (Tony Zuccolotto) Date: Wed, 3 Jul 2002 09:11:15 -0400 Subject: Constant timing for targets Message-ID: Steve, There are a number of ways to do this, but I think the easiest is to add an Inline object after the stimulus presentation with the following single line of script on it. ' Assume the object named Stimulus is presenting the stimulus and enabling the response. ' The Stimulus object should have ClearAfter=yes and OffsetSync=yes (which are not the defaults) SetNextTargetOnsetTime (Stimulus.OnsetTime + Stimulus.Duration) ' add Stimulus.Duration if appropriate or another value equal to the time you want between stimulus presentations The SetNextTargetOnsetTime command allows you to directly manipulate when the next stimulus object to run should present it's stimulus. The Stimulus.OnsetTime property returns the time (in ms) when the stimulus was actually presented. Thus, if you use that time and add a duration equal to an entire trial length then the next object to run (presumably the Stimulus object of the NEXT trial) then your critical stimulus should occur at fixed intervals. Depending on the exact nature of your stimulus sequence you should probably consider using Timing Mode=Cumulative (see the E-Prime documention on Critical Timing), but if they only thing you have in your trial is the Stimulus object itself then the above line of script effectively simulates what the Cumulative timing mode is trying to do. If you have a sequence like Fixation, Probe, Mask and you want to keep a fixed trial duration and fixed inter-trial-interval then you should really look into cumulative timing mode. To verify the above script is working correctly I would make sure the Stimulus object is logging OnsetTime and OnsetDelay and then use E-DataAid to view those two columns. Copy the data to Excel and subtract the Stimulus.OnsetTime of trial n+1 from Stimulus.OnsetTime of trial n, i.e. to compute the time between the stimulus presentations. If things are setup correctly then these should times should be within 1 screen refresh of the desired duration. Hope that helps. Tony *** DISCLAIMER: VIEWS EXPRESSED ARE MY OWN AND DO NOT NECESSARILY REFLECT THOSE OF MY EMPLOYER *** Anthony P. Zuccolotto Vice President of Operations Psychology Software Tools, Inc. 2050 Ardmore Boulevard Suite 200 Pittsburgh, PA 15221-4610 Phone 412-271-5040 FAX 412-271-7077 Email anthony.zuccolotto at pstnet.com Internet http://www.pstnet.com/ -----Original Message----- From: Steve Johnston [mailto:s.johnston at bangor.ac.uk] Sent: Wednesday, July 03, 2002 5:04 AM To: Eprime Maillist Subject: Constant timing for targets I've happily set up an experiment to show a stimulus to a subject, but at the moment once the user responds the next sequence begins immediately. What I was after was, once a target had been responded to, an empty screen for the remainder of the period such that the period between fixation points was a constant. Does anyone know how to set this up? I have played with the various settings but so far no joy. Cheers Steve Johnston -------------- next part -------------- An HTML attachment was scrubbed... URL: From baris at andrew.cmu.edu Mon Jul 8 17:46:40 2002 From: baris at andrew.cmu.edu (Sukru Baris Demiral) Date: Mon, 8 Jul 2002 13:46:40 -0400 Subject: RT of a digit in a string Message-ID: Hi, I have been trying to collect responses(strings) with an Inputbox in which there might be more than 2 digits in one response (in the string). I want to collect each digit's RT (not the whole string's RT which is possible already). I created the InputBox in the InLine object. As I see I may use InputMask and collect keyboard responses for some objects. Does anybody know whether the thing I am trying to do is possible or not? Did anybody use InputMask while executing Inline ? Or at least is there anyone who used InputMask for someother reason? Sincerely, Baris Demiral CMU DoPsy From roy.allen at abdn.ac.uk Mon Jul 15 08:18:16 2002 From: roy.allen at abdn.ac.uk (Roy Allen) Date: Mon, 15 Jul 2002 09:18:16 +0100 Subject: query Message-ID: I'm trying to devise an experiment where, during the study phase, participants see a random selection of 12 of 15 pictorial stimuli from each of 27 blocks. Each set of 12 is presented, one after the other, before the next set of 12 and so on. The problem arises during the test phase when I want to present them with the 3 remaining stimuli plus 3 randomly selected stimuli that they have already seen from each block. This time the presentation should be entirely random, rather than in sets of 6. How do I get E-Prime to "actively" remember what has and hasn't been shown during the study phase, and how do I set up the test phase? Hope that makes sense and thanks in anticipation.Roy Allen Cognitive Electrophysiology and Memory Laboratory Department of Psychology University of Aberdeen AB24 2UB email: roy.allen at abdn.ac.uk tel: (+44) (0)1224-272387 fax: (+44) (0)1224-273426 From amy.eschman at pstnet.com Mon Jul 15 12:06:31 2002 From: amy.eschman at pstnet.com (Amy Eschman) Date: Mon, 15 Jul 2002 08:06:31 -0400 Subject: query Message-ID: Dear Roy, There is a sample experiment at the E-Prime support site that illustrates a method you can use to "remember" which stimuli have or have not been shown during the study phase. While this sample doesn't do exactly what you describe below in terms of trials and blocks, it illustrates the SetAttrib and GetAttrib methods of the List object, which will allow you to mark a specific stimulus as sampled, then refer to this value again when selecting your additional stimuli. Log in to the support site at www.pstnet.com/e-prime/support/login.asp Once you have logged in, click the Download button to find the Samples. The sample is called Study-Recall. Hope this helps. Amy Eschman *** DISCLAIMER: VIEWS EXPRESSED ARE MY OWN AND DO NOT NECESSARILY REFLECT THOSE OF MY EMPLOYER *** ~~~~~~~~~~~~~~~~~~~~~ Psychology Software Tools, Inc. 2050 Ardmore Boulevard Suite 200 Pittsburgh, PA 15221-4610 USA ~~~~~~~~~~~~~~~~~~~~~ Visit our Web Site for the latest info: http://www.pstnet.com E-mail: info at pstnet.com Voice: (412) 271-5040 Fax: (412) 271-7077 ~~~~~~~~~~~~~~~~~~~~~ -----Original Message----- From: Roy Allen [mailto:roy.allen at abdn.ac.uk] Sent: Monday, July 15, 2002 4:18 AM To: eprime at mail.talkbank.org Subject: query I'm trying to devise an experiment where, during the study phase, participants see a random selection of 12 of 15 pictorial stimuli from each of 27 blocks. Each set of 12 is presented, one after the other, before the next set of 12 and so on. The problem arises during the test phase when I want to present them with the 3 remaining stimuli plus 3 randomly selected stimuli that they have already seen from each block. This time the presentation should be entirely random, rather than in sets of 6. How do I get E-Prime to "actively" remember what has and hasn't been shown during the study phase, and how do I set up the test phase? Hope that makes sense and thanks in anticipation.Roy Allen Cognitive Electrophysiology and Memory Laboratory Department of Psychology University of Aberdeen AB24 2UB email: roy.allen at abdn.ac.uk tel: (+44) (0)1224-272387 fax: (+44) (0)1224-273426 From asa8 at leicester.ac.uk Tue Jul 16 10:38:57 2002 From: asa8 at leicester.ac.uk (Andrews, A.S.) Date: Tue, 16 Jul 2002 11:38:57 +0100 Subject: Sound Card Input Message-ID: I would like to use a sound card input as a voice key (i.e. detect the onset of a sound). I have already used hardware voice keys (which close a contact, read by the parallel port), but now I need more and as all our PCs already have a soundcard (SoundBlaster PCI-128's) I was hoping someone could suggest how to do this? Many Thanks Tony Andrews Senior Computer Officer School of Psychology University of Leicester. -------------- next part -------------- An HTML attachment was scrubbed... URL: From icetsui at graduate.hku.hk Fri Jul 19 08:10:12 2002 From: icetsui at graduate.hku.hk (Ice Tsui) Date: Fri, 19 Jul 2002 16:10:12 +0800 Subject: Using Chinese words as stimuli Message-ID: Hello, I have tried to use some Chinese words as stimuli in Eprime. There is no problem when there was only a few numbers of trials (4-5 trials), but problem appeared when the number of trials increased. I can't save the file nor run the file when I have typed in all the stimuli.(only 288 trials). There was no problem when the stimuli was changed to English words. Any of you can help me to solve the problem???? Thanks so much. Best Regards, Ice ______________________________________________________________________ Tsui Sum Yin Ice Mobile: 93221306 Email: icetsui at graduate.hku.hk ______________________________________________________________________ From TAGRACE at aol.com Thu Jul 25 17:22:52 2002 From: TAGRACE at aol.com (TAGRACE at aol.com) Date: Thu, 25 Jul 2002 13:22:52 -0400 Subject: Response Times for Animation Message-ID: Hi, I'm using 2 canvases to make short animations. I have one off-screen canvas that loads a bitmap and then copies it to the on-screen canvas every 40 ms. This works very well for the animation, but I am having trouble getting the response time to work properly. I cannot get any response to work with the canvases, and when I tried to use the Image display device, I ended up getting the response time for each frame instead of the whole movie. Does anyone know how I can solve this problem? Thanks, Tom From AHestvik at gc.cuny.edu Thu Jul 25 18:35:12 2002 From: AHestvik at gc.cuny.edu (Hestvik, Arild) Date: Thu, 25 Jul 2002 14:35:12 -0400 Subject: Response Times for Animation Message-ID: You can also do this by making a small sublist with a sequence of pictures and create animation using the single image objects. Incidentally, are there any specific timing reasons for using canvas instead of my method? Arild TAGRACE at aol.com wrote: > Hi, > I'm using 2 canvases to make short animations.� I have one off-screen canvas that loads a bitmap and then copies it to the on-screen canvas every 40 ms. This works very well for the animation, but I am having trouble getting the response time to work properly.�� I cannot get any response to work with the canvases, and when I tried to use the Image display device, I ended up getting the response time for each frame instead of the whole movie.� Does anyone know how I can solve this problem?� Thanks, > Tom From chenwf at psych.ac.cn Fri Jul 26 14:54:28 2002 From: chenwf at psych.ac.cn (Wenfeng) Date: Fri, 26 Jul 2002 22:54:28 +0800 Subject: Using Chinese words as stimuli Message-ID: Hi,Ice, Which Version of E-Prime do you run? I have tried basicRT.es to extend the stimulus attribute with Chinese words up to 300 trials, it worked well. But E-studio will crash if i set a textdisplay.text with a long Chinese text. I run E-prime 1.1 beta on WIN2K(Chinese Ed.). According to my past experience, E-prime beta4 support Chinese best, but 1.0 and 1.1 always crash if there is a long Chinese text in a textdisplay and we don't split the long text with CRLF to form newlines manually. Similarly, we can add Chinese words to list if there are not many words leading E-prime to form newline.    Chen Wenfeng 2002-07-26 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Institute of Psychology Chinese Academy of Sciences P.O.Box 1603, Beijing 100101, China E-mail: chenwf at psych.ac.cn ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ======= 1904-01-24 您在来信中写道:======= >Subject: Using Chinese words as stimuli >From: Ice Tsui >Date: Fri, 19 Jul 2002 16:10:12 +0800 >Mime-Version: 1.0 >Content-Type: text/plain; charset="ISO-8859-1" >Content-Transfer-Encoding: 7bit > >Hello, > >I have tried to use some Chinese words as stimuli in Eprime. There is no >problem when there was only a few numbers of trials (4-5 trials), but problem >appeared when the number of trials increased. > >I can't save the file nor run the file when I have typed in all the >stimuli.(only 288 trials). There was no problem when the stimuli was changed >to English words. Any of you can help me to solve the problem???? Thanks so >much. > >Best Regards, >Ice > >______________________________________________________________________ >Tsui Sum Yin Ice >Mobile: 93221306 >Email: icetsui at graduate.hku.hk >______________________________________________________________________ > = = = = = = = = = = = = = = = = = = = = From s.johnston at bangor.ac.uk Wed Jul 3 09:04:07 2002 From: s.johnston at bangor.ac.uk (Steve Johnston) Date: Wed, 3 Jul 2002 10:04:07 +0100 Subject: Constant timing for targets Message-ID: I've happily set up an experiment to show a stimulus to a subject, but at the moment once the user responds the next sequence begins immediately. What I was after was, once a target had been responded to, an empty screen for the remainder of the period such that the period between fixation points was a constant. Does anyone know how to set this up? I have played with the various settings but so far no joy. Cheers Steve Johnston -------------- next part -------------- An HTML attachment was scrubbed... URL: From anthony.zuccolotto at pstnet.com Wed Jul 3 13:11:15 2002 From: anthony.zuccolotto at pstnet.com (Tony Zuccolotto) Date: Wed, 3 Jul 2002 09:11:15 -0400 Subject: Constant timing for targets Message-ID: Steve, There are a number of ways to do this, but I think the easiest is to add an Inline object after the stimulus presentation with the following single line of script on it. ' Assume the object named Stimulus is presenting the stimulus and enabling the response. ' The Stimulus object should have ClearAfter=yes and OffsetSync=yes (which are not the defaults) SetNextTargetOnsetTime (Stimulus.OnsetTime + Stimulus.Duration) ' add Stimulus.Duration if appropriate or another value equal to the time you want between stimulus presentations The SetNextTargetOnsetTime command allows you to directly manipulate when the next stimulus object to run should present it's stimulus. The Stimulus.OnsetTime property returns the time (in ms) when the stimulus was actually presented. Thus, if you use that time and add a duration equal to an entire trial length then the next object to run (presumably the Stimulus object of the NEXT trial) then your critical stimulus should occur at fixed intervals. Depending on the exact nature of your stimulus sequence you should probably consider using Timing Mode=Cumulative (see the E-Prime documention on Critical Timing), but if they only thing you have in your trial is the Stimulus object itself then the above line of script effectively simulates what the Cumulative timing mode is trying to do. If you have a sequence like Fixation, Probe, Mask and you want to keep a fixed trial duration and fixed inter-trial-interval then you should really look into cumulative timing mode. To verify the above script is working correctly I would make sure the Stimulus object is logging OnsetTime and OnsetDelay and then use E-DataAid to view those two columns. Copy the data to Excel and subtract the Stimulus.OnsetTime of trial n+1 from Stimulus.OnsetTime of trial n, i.e. to compute the time between the stimulus presentations. If things are setup correctly then these should times should be within 1 screen refresh of the desired duration. Hope that helps. Tony *** DISCLAIMER: VIEWS EXPRESSED ARE MY OWN AND DO NOT NECESSARILY REFLECT THOSE OF MY EMPLOYER *** Anthony P. Zuccolotto Vice President of Operations Psychology Software Tools, Inc. 2050 Ardmore Boulevard Suite 200 Pittsburgh, PA 15221-4610 Phone 412-271-5040 FAX 412-271-7077 Email anthony.zuccolotto at pstnet.com Internet http://www.pstnet.com/ -----Original Message----- From: Steve Johnston [mailto:s.johnston at bangor.ac.uk] Sent: Wednesday, July 03, 2002 5:04 AM To: Eprime Maillist Subject: Constant timing for targets I've happily set up an experiment to show a stimulus to a subject, but at the moment once the user responds the next sequence begins immediately. What I was after was, once a target had been responded to, an empty screen for the remainder of the period such that the period between fixation points was a constant. Does anyone know how to set this up? I have played with the various settings but so far no joy. Cheers Steve Johnston -------------- next part -------------- An HTML attachment was scrubbed... URL: From baris at andrew.cmu.edu Mon Jul 8 17:46:40 2002 From: baris at andrew.cmu.edu (Sukru Baris Demiral) Date: Mon, 8 Jul 2002 13:46:40 -0400 Subject: RT of a digit in a string Message-ID: Hi, I have been trying to collect responses(strings) with an Inputbox in which there might be more than 2 digits in one response (in the string). I want to collect each digit's RT (not the whole string's RT which is possible already). I created the InputBox in the InLine object. As I see I may use InputMask and collect keyboard responses for some objects. Does anybody know whether the thing I am trying to do is possible or not? Did anybody use InputMask while executing Inline ? Or at least is there anyone who used InputMask for someother reason? Sincerely, Baris Demiral CMU DoPsy From roy.allen at abdn.ac.uk Mon Jul 15 08:18:16 2002 From: roy.allen at abdn.ac.uk (Roy Allen) Date: Mon, 15 Jul 2002 09:18:16 +0100 Subject: query Message-ID: I'm trying to devise an experiment where, during the study phase, participants see a random selection of 12 of 15 pictorial stimuli from each of 27 blocks. Each set of 12 is presented, one after the other, before the next set of 12 and so on. The problem arises during the test phase when I want to present them with the 3 remaining stimuli plus 3 randomly selected stimuli that they have already seen from each block. This time the presentation should be entirely random, rather than in sets of 6. How do I get E-Prime to "actively" remember what has and hasn't been shown during the study phase, and how do I set up the test phase? Hope that makes sense and thanks in anticipation.Roy Allen Cognitive Electrophysiology and Memory Laboratory Department of Psychology University of Aberdeen AB24 2UB email: roy.allen at abdn.ac.uk tel: (+44) (0)1224-272387 fax: (+44) (0)1224-273426 From amy.eschman at pstnet.com Mon Jul 15 12:06:31 2002 From: amy.eschman at pstnet.com (Amy Eschman) Date: Mon, 15 Jul 2002 08:06:31 -0400 Subject: query Message-ID: Dear Roy, There is a sample experiment at the E-Prime support site that illustrates a method you can use to "remember" which stimuli have or have not been shown during the study phase. While this sample doesn't do exactly what you describe below in terms of trials and blocks, it illustrates the SetAttrib and GetAttrib methods of the List object, which will allow you to mark a specific stimulus as sampled, then refer to this value again when selecting your additional stimuli. Log in to the support site at www.pstnet.com/e-prime/support/login.asp Once you have logged in, click the Download button to find the Samples. The sample is called Study-Recall. Hope this helps. Amy Eschman *** DISCLAIMER: VIEWS EXPRESSED ARE MY OWN AND DO NOT NECESSARILY REFLECT THOSE OF MY EMPLOYER *** ~~~~~~~~~~~~~~~~~~~~~ Psychology Software Tools, Inc. 2050 Ardmore Boulevard Suite 200 Pittsburgh, PA 15221-4610 USA ~~~~~~~~~~~~~~~~~~~~~ Visit our Web Site for the latest info: http://www.pstnet.com E-mail: info at pstnet.com Voice: (412) 271-5040 Fax: (412) 271-7077 ~~~~~~~~~~~~~~~~~~~~~ -----Original Message----- From: Roy Allen [mailto:roy.allen at abdn.ac.uk] Sent: Monday, July 15, 2002 4:18 AM To: eprime at mail.talkbank.org Subject: query I'm trying to devise an experiment where, during the study phase, participants see a random selection of 12 of 15 pictorial stimuli from each of 27 blocks. Each set of 12 is presented, one after the other, before the next set of 12 and so on. The problem arises during the test phase when I want to present them with the 3 remaining stimuli plus 3 randomly selected stimuli that they have already seen from each block. This time the presentation should be entirely random, rather than in sets of 6. How do I get E-Prime to "actively" remember what has and hasn't been shown during the study phase, and how do I set up the test phase? Hope that makes sense and thanks in anticipation.Roy Allen Cognitive Electrophysiology and Memory Laboratory Department of Psychology University of Aberdeen AB24 2UB email: roy.allen at abdn.ac.uk tel: (+44) (0)1224-272387 fax: (+44) (0)1224-273426 From asa8 at leicester.ac.uk Tue Jul 16 10:38:57 2002 From: asa8 at leicester.ac.uk (Andrews, A.S.) Date: Tue, 16 Jul 2002 11:38:57 +0100 Subject: Sound Card Input Message-ID: I would like to use a sound card input as a voice key (i.e. detect the onset of a sound). I have already used hardware voice keys (which close a contact, read by the parallel port), but now I need more and as all our PCs already have a soundcard (SoundBlaster PCI-128's) I was hoping someone could suggest how to do this? Many Thanks Tony Andrews Senior Computer Officer School of Psychology University of Leicester. -------------- next part -------------- An HTML attachment was scrubbed... URL: From icetsui at graduate.hku.hk Fri Jul 19 08:10:12 2002 From: icetsui at graduate.hku.hk (Ice Tsui) Date: Fri, 19 Jul 2002 16:10:12 +0800 Subject: Using Chinese words as stimuli Message-ID: Hello, I have tried to use some Chinese words as stimuli in Eprime. There is no problem when there was only a few numbers of trials (4-5 trials), but problem appeared when the number of trials increased. I can't save the file nor run the file when I have typed in all the stimuli.(only 288 trials). There was no problem when the stimuli was changed to English words. Any of you can help me to solve the problem???? Thanks so much. Best Regards, Ice ______________________________________________________________________ Tsui Sum Yin Ice Mobile: 93221306 Email: icetsui at graduate.hku.hk ______________________________________________________________________ From TAGRACE at aol.com Thu Jul 25 17:22:52 2002 From: TAGRACE at aol.com (TAGRACE at aol.com) Date: Thu, 25 Jul 2002 13:22:52 -0400 Subject: Response Times for Animation Message-ID: Hi, I'm using 2 canvases to make short animations. I have one off-screen canvas that loads a bitmap and then copies it to the on-screen canvas every 40 ms. This works very well for the animation, but I am having trouble getting the response time to work properly. I cannot get any response to work with the canvases, and when I tried to use the Image display device, I ended up getting the response time for each frame instead of the whole movie. Does anyone know how I can solve this problem? Thanks, Tom From AHestvik at gc.cuny.edu Thu Jul 25 18:35:12 2002 From: AHestvik at gc.cuny.edu (Hestvik, Arild) Date: Thu, 25 Jul 2002 14:35:12 -0400 Subject: Response Times for Animation Message-ID: You can also do this by making a small sublist with a sequence of pictures and create animation using the single image objects. Incidentally, are there any specific timing reasons for using canvas instead of my method? Arild TAGRACE at aol.com wrote: > Hi, > I'm using 2 canvases to make short animations.? I have one off-screen canvas that loads a bitmap and then copies it to the on-screen canvas every 40 ms. This works very well for the animation, but I am having trouble getting the response time to work properly.?? I cannot get any response to work with the canvases, and when I tried to use the Image display device, I ended up getting the response time for each frame instead of the whole movie.? Does anyone know how I can solve this problem?? Thanks, > Tom From chenwf at psych.ac.cn Fri Jul 26 14:54:28 2002 From: chenwf at psych.ac.cn (Wenfeng) Date: Fri, 26 Jul 2002 22:54:28 +0800 Subject: Using Chinese words as stimuli Message-ID: Hi,Ice, Which Version of E-Prime do you run? I have tried basicRT.es to extend the stimulus attribute with Chinese words up to 300 trials, it worked well. But E-studio will crash if i set a textdisplay.text with a long Chinese text. I run E-prime 1.1 beta on WIN2K(Chinese Ed.). According to my past experience, E-prime beta4 support Chinese best, but 1.0 and 1.1 always crash if there is a long Chinese text in a textdisplay and we don't split the long text with CRLF to form newlines manually. Similarly, we can add Chinese words to list if there are not many words leading E-prime to form newline. ?? Chen Wenfeng 2002-07-26 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Institute of Psychology Chinese Academy of Sciences P.O.Box 1603, Beijing 100101, China E-mail: chenwf at psych.ac.cn ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ======= 1904-01-24 ????????======= >Subject: Using Chinese words as stimuli >From: Ice Tsui >Date: Fri, 19 Jul 2002 16:10:12 +0800 >Mime-Version: 1.0 >Content-Type: text/plain; charset="ISO-8859-1" >Content-Transfer-Encoding: 7bit > >Hello, > >I have tried to use some Chinese words as stimuli in Eprime. There is no >problem when there was only a few numbers of trials (4-5 trials), but problem >appeared when the number of trials increased. > >I can't save the file nor run the file when I have typed in all the >stimuli.(only 288 trials). There was no problem when the stimuli was changed >to English words. Any of you can help me to solve the problem???? Thanks so >much. > >Best Regards, >Ice > >______________________________________________________________________ >Tsui Sum Yin Ice >Mobile: 93221306 >Email: icetsui at graduate.hku.hk >______________________________________________________________________ > = = = = = = = = = = = = = = = = = = = =