From gtrafton at osf1.gmu.edu Wed Apr 25 14:25:43 2001 From: gtrafton at osf1.gmu.edu (Greg Trafton) Date: Wed, 25 Apr 2001 10:25:43 -0400 Subject: using return to end a trial? Message-ID: Hi, All. I'm using Eprime for a simple experiment where I would like subjects to enter a 3 digit number while looking at an image. Ideally, I would like the number to appear at the bottom of the screen, backspace and other corretions to be made, and when the subject is done, hitting return to end a trial. I've tried several things in eprime beta 5 with no luck. I've looked at some of the examples floating around and the closest I've found is a type-in (pop-up) box that can be edited (as in the Peterson example). Of course I want to record RT and what the subject inputs. Thanks for any help! greg From michael.allerhand at ed.ac.uk Wed Apr 25 15:01:56 2001 From: michael.allerhand at ed.ac.uk (mike allerhand) Date: Wed, 25 Apr 2001 16:01:56 +0100 Subject: using return to end a trial? Message-ID: Greg, string input is not part of beta 5, so probably the pop-up box is the only way. Its something like: Dim MyResponse As String MyResponse = AskBox$ ("Answer: ") c.SetAttrib "Response", MyResponse Mike From anthonyc at psych.rochester.edu Wed Apr 25 15:41:30 2001 From: anthonyc at psych.rochester.edu (Anthony Capobianco) Date: Wed, 25 Apr 2001 11:41:30 -0400 Subject: using return to end a trial? In-Reply-To: <200104251425.KAA20196@osf1.gmu.edu> Message-ID: Greg, I've not tried this personally, but it seems like collecting 4 separate inputs (i.e. using 4 different, small text display objects) might work. For each one, you could display the character typed on the screen. I'm not sure if its possible to get a text display to accept "enter" and "backspace" as inputs, but you should be able to include an inline in between each display which sends the script to the appropriate place depending on whether a proxy "delete" or "enter" key is pressed on that input (maybe "*" for backspace and 'space' for enter?). Other than that, an inputbox would certainly work, but you'd only be able to get an RT for when "enter" is actually pressed (which can be extrapolated from the onset time of the next object). Anthony --+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-- Anthony Capobianco, B.S. Clinical & Social Sciences in Psychology, University of Rochester anthonyc at psych.rochester.edu 450 Meliora Hall v.716.275.1078 f.716.273.1100 --+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-- ~~ I thought I wanted a career, turns out I just wanted paychecks ~~ > -----Original Message----- > From: eprime at mail.talkbank.org [mailto:eprime at mail.talkbank.org]On > Behalf Of Greg Trafton > Sent: Wednesday, April 25, 2001 10:26 AM > To: eprime at mail.talkbank.org > Subject: using return to end a trial? > > > Hi, All. I'm using Eprime for a simple experiment where I would like > subjects to enter a 3 digit number while looking at an image. > > Ideally, I would like the number to appear at the bottom of the > screen, backspace and other corretions to be made, and when the > subject is done, hitting return to end a trial. I've tried several > things in eprime beta 5 with no luck. I've looked at some of the > examples floating around and the closest I've found is a type-in > (pop-up) box that can be edited (as in the Peterson example). > > Of course I want to record RT and what the subject inputs. > > Thanks for any help! > greg > > From ks7t at andrew.cmu.edu Mon Apr 30 18:51:33 2001 From: ks7t at andrew.cmu.edu (Kelley Sacco) Date: Mon, 30 Apr 2001 14:51:33 -0400 Subject: FW: questions about data conversions (fwd) Message-ID: Please respond to Diane F. Halpern (dhalpern at csusb.edu) ---------- Forwarded Message ---------- Date: Monday, April 30, 2001 11:39 AM -0700 From: "Diane F. Halpern" To: 'Kelley Sacco' Subject: RE: FW: questions about data conversions April 30, 2001 >> >> Dear Group: >> >> I am a new E-pime user (formerly used and hated MEL). I am running a > fairly >> standard experiment with RT and accuracy for 232 different stimuli, which >> are presented several times for a total of 720 trials. The data are >> outputted in 720 rows, with one column having the figure names, one with >> accuracy, and one with RT (and lots of other junk that I just delete and >> can't seem to get rid of in advance even if I am careful in checking the >> output that I want in the logging options). I can think of many tedious > ways >> to fix this data set so that it contains one subject per row and unique >> variable names in the column heads (e.g., fig1RT; Fig2RT, fig1acc, > fig2acc) >> but there must be an easier way. >> >> I am sure that someone has figured this out (and hope that it is really a >> silly question that is easily fixed). I promise eternal gratitude if > someone >> can help me with this problem (and a drink at WPA, APS, or APA this > year). >> >> Thank in advance, >> >> Diane >> >> ******************************************************** >> Diane F. Halpern, Ph.D. >> Department of Psychology >> California State University, San Bernardino >> 5500 University Parkway >> San Bernardino, CA 92407-2397 >> >> Phone: (909) 880-5578 Fax: (909) 880-7003 >> E-mail: dhalpern at csusb.edu >> >> Home: 3345 Rubio Crest Drive >> Altadena, CA 91001 >> Home Phone and Fax: (626) 798-0456 >> ******************************************************** > From Mary.K.Colvin at Dartmouth.EDU Mon Apr 30 19:46:47 2001 From: Mary.K.Colvin at Dartmouth.EDU (Mary K. Colvin) Date: Mon, 30 Apr 2001 15:46:47 EDT Subject: parallel port communications Message-ID: Hello, I am wondering if anyone has any tips on using the port device to receive input from an external device via the parallel port. My goal is to record subjects' reaction times to a SoundOut stimulus using two external buttons/switches (unfortunately I can't use a button box for this design). Currently, I've got a button/switch with an external 5V supply going across a resistor that has a ground line into the parallel port and an input line into the parallel port. My first question is to what pin should I connect the input line? From the instructions on E-Prime's website, I assume that the input needs to come in on the status register pins (10, 11, 12, 13, 15). I have tried connecting to each of these pins and none of them works from within E-Prime. I'm pretty sure I've got the right port address and that it works - I've written an InLine object that uses the WritePort command to send TTL pulses to the data register pins on the same port (address is 278) and measured the TTL pulses using a voltmeter. I'm also pretty sure that the switch works because I've used a monitoring program outside of E-Prime to observe that when I press the button and the input line is on pin 15, pin 15's status goes from high to low. I have set the port input device address to the status register address (279). So I can't figure out why E-Prime isn't recording a response when I run the same set-up from within E-Prime. Help? My second question is whether I can differentially receive input from two external devices through the same parallel port. In other words, if I can get E-Prime to recognize one external switch through the parallel port, will it be able to differentially recognize a second switch through the same parallel port, or will I need another parallel port? My goal here is to be able to tell not only how fast the subjects were, but which button/switch they pressed. Is the port device is capable of reading individual input pins? If so, how do I specify it? Would I change the bit number? Thanks in advance for any comments, help, and advice. Molly Colvin --- Molly Colvin Department of Psychological and Brain Sciences Dartmouth College 6207 Moore Hall Hanover NH 03755 From gtrafton at osf1.gmu.edu Wed Apr 25 14:25:43 2001 From: gtrafton at osf1.gmu.edu (Greg Trafton) Date: Wed, 25 Apr 2001 10:25:43 -0400 Subject: using return to end a trial? Message-ID: Hi, All. I'm using Eprime for a simple experiment where I would like subjects to enter a 3 digit number while looking at an image. Ideally, I would like the number to appear at the bottom of the screen, backspace and other corretions to be made, and when the subject is done, hitting return to end a trial. I've tried several things in eprime beta 5 with no luck. I've looked at some of the examples floating around and the closest I've found is a type-in (pop-up) box that can be edited (as in the Peterson example). Of course I want to record RT and what the subject inputs. Thanks for any help! greg From michael.allerhand at ed.ac.uk Wed Apr 25 15:01:56 2001 From: michael.allerhand at ed.ac.uk (mike allerhand) Date: Wed, 25 Apr 2001 16:01:56 +0100 Subject: using return to end a trial? Message-ID: Greg, string input is not part of beta 5, so probably the pop-up box is the only way. Its something like: Dim MyResponse As String MyResponse = AskBox$ ("Answer: ") c.SetAttrib "Response", MyResponse Mike From anthonyc at psych.rochester.edu Wed Apr 25 15:41:30 2001 From: anthonyc at psych.rochester.edu (Anthony Capobianco) Date: Wed, 25 Apr 2001 11:41:30 -0400 Subject: using return to end a trial? In-Reply-To: <200104251425.KAA20196@osf1.gmu.edu> Message-ID: Greg, I've not tried this personally, but it seems like collecting 4 separate inputs (i.e. using 4 different, small text display objects) might work. For each one, you could display the character typed on the screen. I'm not sure if its possible to get a text display to accept "enter" and "backspace" as inputs, but you should be able to include an inline in between each display which sends the script to the appropriate place depending on whether a proxy "delete" or "enter" key is pressed on that input (maybe "*" for backspace and 'space' for enter?). Other than that, an inputbox would certainly work, but you'd only be able to get an RT for when "enter" is actually pressed (which can be extrapolated from the onset time of the next object). Anthony --+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-- Anthony Capobianco, B.S. Clinical & Social Sciences in Psychology, University of Rochester anthonyc at psych.rochester.edu 450 Meliora Hall v.716.275.1078 f.716.273.1100 --+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-- ~~ I thought I wanted a career, turns out I just wanted paychecks ~~ > -----Original Message----- > From: eprime at mail.talkbank.org [mailto:eprime at mail.talkbank.org]On > Behalf Of Greg Trafton > Sent: Wednesday, April 25, 2001 10:26 AM > To: eprime at mail.talkbank.org > Subject: using return to end a trial? > > > Hi, All. I'm using Eprime for a simple experiment where I would like > subjects to enter a 3 digit number while looking at an image. > > Ideally, I would like the number to appear at the bottom of the > screen, backspace and other corretions to be made, and when the > subject is done, hitting return to end a trial. I've tried several > things in eprime beta 5 with no luck. I've looked at some of the > examples floating around and the closest I've found is a type-in > (pop-up) box that can be edited (as in the Peterson example). > > Of course I want to record RT and what the subject inputs. > > Thanks for any help! > greg > > From ks7t at andrew.cmu.edu Mon Apr 30 18:51:33 2001 From: ks7t at andrew.cmu.edu (Kelley Sacco) Date: Mon, 30 Apr 2001 14:51:33 -0400 Subject: FW: questions about data conversions (fwd) Message-ID: Please respond to Diane F. Halpern (dhalpern at csusb.edu) ---------- Forwarded Message ---------- Date: Monday, April 30, 2001 11:39 AM -0700 From: "Diane F. Halpern" To: 'Kelley Sacco' Subject: RE: FW: questions about data conversions April 30, 2001 >> >> Dear Group: >> >> I am a new E-pime user (formerly used and hated MEL). I am running a > fairly >> standard experiment with RT and accuracy for 232 different stimuli, which >> are presented several times for a total of 720 trials. The data are >> outputted in 720 rows, with one column having the figure names, one with >> accuracy, and one with RT (and lots of other junk that I just delete and >> can't seem to get rid of in advance even if I am careful in checking the >> output that I want in the logging options). I can think of many tedious > ways >> to fix this data set so that it contains one subject per row and unique >> variable names in the column heads (e.g., fig1RT; Fig2RT, fig1acc, > fig2acc) >> but there must be an easier way. >> >> I am sure that someone has figured this out (and hope that it is really a >> silly question that is easily fixed). I promise eternal gratitude if > someone >> can help me with this problem (and a drink at WPA, APS, or APA this > year). >> >> Thank in advance, >> >> Diane >> >> ******************************************************** >> Diane F. Halpern, Ph.D. >> Department of Psychology >> California State University, San Bernardino >> 5500 University Parkway >> San Bernardino, CA 92407-2397 >> >> Phone: (909) 880-5578 Fax: (909) 880-7003 >> E-mail: dhalpern at csusb.edu >> >> Home: 3345 Rubio Crest Drive >> Altadena, CA 91001 >> Home Phone and Fax: (626) 798-0456 >> ******************************************************** > From Mary.K.Colvin at Dartmouth.EDU Mon Apr 30 19:46:47 2001 From: Mary.K.Colvin at Dartmouth.EDU (Mary K. Colvin) Date: Mon, 30 Apr 2001 15:46:47 EDT Subject: parallel port communications Message-ID: Hello, I am wondering if anyone has any tips on using the port device to receive input from an external device via the parallel port. My goal is to record subjects' reaction times to a SoundOut stimulus using two external buttons/switches (unfortunately I can't use a button box for this design). Currently, I've got a button/switch with an external 5V supply going across a resistor that has a ground line into the parallel port and an input line into the parallel port. My first question is to what pin should I connect the input line? From the instructions on E-Prime's website, I assume that the input needs to come in on the status register pins (10, 11, 12, 13, 15). I have tried connecting to each of these pins and none of them works from within E-Prime. I'm pretty sure I've got the right port address and that it works - I've written an InLine object that uses the WritePort command to send TTL pulses to the data register pins on the same port (address is 278) and measured the TTL pulses using a voltmeter. I'm also pretty sure that the switch works because I've used a monitoring program outside of E-Prime to observe that when I press the button and the input line is on pin 15, pin 15's status goes from high to low. I have set the port input device address to the status register address (279). So I can't figure out why E-Prime isn't recording a response when I run the same set-up from within E-Prime. Help? My second question is whether I can differentially receive input from two external devices through the same parallel port. In other words, if I can get E-Prime to recognize one external switch through the parallel port, will it be able to differentially recognize a second switch through the same parallel port, or will I need another parallel port? My goal here is to be able to tell not only how fast the subjects were, but which button/switch they pressed. Is the port device is capable of reading individual input pins? If so, how do I specify it? Would I change the bit number? Thanks in advance for any comments, help, and advice. Molly Colvin --- Molly Colvin Department of Psychological and Brain Sciences Dartmouth College 6207 Moore Hall Hanover NH 03755