Hello,

I'm starting the tutorial, but the "Show me" buttons don't work. The error messages is: "Cannot find or run the file or program Sample\1 bare bone\text.csv". I am hooked up to the internet, and I opened Excel. How do I find these the INPUT, DATA, SESSION, STYLE links?

JL


Tutorial: Text

Show me the input! Show me the data!
Show me the session! Show me the styles!
In this first sample, you'll see the bare minimum it takes to run a DirectRT session. There are no external stimuli and no stimulus lists. Everything is located in the input file. Click above on Show me the input! To see what the input looks like.
The block and trial columns are for your own reference. They'll be written to your data file. The trial column also serves a useful purpose when you want to use skips and jumps. The block column can also indicates you don't want data written to the data file if you use a 0.

The bgr and wgr columns are for randomization. Currently they're all set to 0 which means that no randomization of trials will occur.
The style column indicates that all trials are to be presented in style 1. More detail on styles will follow shortly in another sample.
Then come the three critical columns: Stim, Loc and Time. In this sample there is only one set for each trial.
In the Stim column, the ~ indicates that the stimulus is the actual text in the cell. The Loc column tells DirectRT where to place the stimulus and whether to clear the screen or append the stimulus to the previous screen. 0,0,1 is a shorthand way of telling DirectRT to center the stimulus and to present it on a fresh screen.

Finally, the Time column tells DirectRT what to do after the screen is displayed. In this case, 'RT:any' indicates that it should wait for any key response.
Try running the input file by clicking on Show me the session! When you see each word appear, press any key and your response time will be recorded.
Now, let's look at the data you just produced. Click on Show me the data! Note that there are 2 data files that DirectRT produces for each session.. a simple one useful for most needs, and a more detailed one called a log file that records everything including actual display times for your various stimuli. In these tutorials, it is the log file that you will see when you click on Show me the data! Most of the columns in the data file should self-explanatory. The 2 most important columns are name and RT. This tells you which key you pressed and your reaction time. See Output Files for the details regarding any specific column.

That's it! That's a bare bones DirectRT session. As an exercise, click on Show me the input file! and change some of the stimulus values (e.g., change dog to puppy) save the file and re-run it. Be sure to save the file in the .csv format even if your spreadsheet application warns you that you'll lose formatting. The .csv format is critical because that's what makes the input files independent of any particular spreadsheet application.
Now we'll start adding some more DirectRT features…

< Previous Next >