Mercurial > hg > mep
diff ExperimentController.java @ 12:284c23df4652
Convert the questionnaire to match the GOLD MSI subscale 3.
Ignore-this: cf538ae513653fbdd0cc44abf806b65c
author | Marcus Pearce <m.pearce@gold.ac.uk> |
---|---|
date | Mon, 14 Nov 2011 15:49:11 +0000 |
parents | 3dd7636ca811 |
children | 9fc8683b8fed |
line wrap: on
line diff
--- a/ExperimentController.java Fri Nov 04 18:21:49 2011 +0000 +++ b/ExperimentController.java Mon Nov 14 15:49:11 2011 +0000 @@ -2,7 +2,7 @@ * File: ExperimentController.java * Author: Marcus Pearce <m.pearce@gold.ac.uk> * Created: <2007-12-14 12:06:10 marcusp> - * Time-stamp: <2011-11-04 17:31:28 marcusp> + * Time-stamp: <2011-11-10 19:08:45 marcusp> *============================================================================= */ @@ -139,7 +139,7 @@ gui.showCard("interblock"); } else { // ... write results and subject questionnaire - results.writeResults(); + results.writeResults(); gui.showCard("subject"); } } else {