# Save-perception-results.praat # # # # # INSTRUCCIONES # # Si los test que han hecho están todavía en Objects, # (ExperimentMFC X) dale a Run para guardar los resultados. # # form Nom i cognoms comment This script will extract the results of a series of MCF6 experiment, comment sort the resulsts by stimulus and save a txt with comment the name of the informant as the file name. comment comment Now leave in the Objects list only the "ExperimentMFC" objects that you want to save comment and write here the judge name. word Nom sentence Cognoms endform #selecciona todos los elementos en pantalla select all numberOfSelectedTests = numberOfSelected () do ("Extract results") test = 1 for test from 1 to numberOfSelectedTests select ResultsMFC 'test' do ("Collect to Table") do ("Sort rows...", "stimulus") do ("Save as tab-separated file...", "resultados/resultados_test_'test'_'nom$'_'cognoms$'.txt") select ExperimentMFC 'test' plus ResultsMFC 'test' plus Table allResults Remove endfor echo Los resultados se han guardado correctamente