ExperimentMFC 2.9. How an experiment proceeds

A text file with an ExperimentMFC object can be read into Praat with Read from file... (it is not a script but a data file, so do not try to read it with Open Praat script...). You can then choose Run. After the experiment finishes, you can close the experiment window and choose Extract results. The resulting ResultsMFC object contains for each trial the stimulus name (e.g. “hood”), the response category (e.g. “u”), and the goodness judgment (e.g. 4). You will want to save this ResultsMFC object to a text file with Save as text file.... You may want to call these text files by the names of the subjects, e.g. ts.ResultsMFC and mj.ResultsMFC. Once you have collected the results of all your subjects, you can read all the results files into Praat with Read from file..., then select all the resulting ResultsMFC objects (which will have automatically been named ts, mj, and so on), then choose Collect to table. This will result in a table whose first column contains the names of the subjects, the second column contains the stimulus names, the third column contains the responses, and the last column contains the approximate reaction times (measured from the start of the stimulus sound, i.e. after the initial silence duration). If there are goodness judgments, these will go into the fourth column. The table can be saved as a table file (with Save as tab-separated file...), which can be read by programs like Excel and SPSS.

Links to this page


© ppgb 20110317