Mercurial > hg > mep
comparison 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 |
comparison
equal
deleted
inserted
replaced
11:85b03f084d63 | 12:284c23df4652 |
---|---|
1 /*============================================================================= | 1 /*============================================================================= |
2 * File: ExperimentController.java | 2 * File: ExperimentController.java |
3 * Author: Marcus Pearce <m.pearce@gold.ac.uk> | 3 * Author: Marcus Pearce <m.pearce@gold.ac.uk> |
4 * Created: <2007-12-14 12:06:10 marcusp> | 4 * Created: <2007-12-14 12:06:10 marcusp> |
5 * Time-stamp: <2011-11-04 17:31:28 marcusp> | 5 * Time-stamp: <2011-11-10 19:08:45 marcusp> |
6 *============================================================================= | 6 *============================================================================= |
7 */ | 7 */ |
8 | 8 |
9 import java.awt.*; | 9 import java.awt.*; |
10 import java.awt.event.*; | 10 import java.awt.event.*; |
137 gui.getInterBlockPanel().setText(); | 137 gui.getInterBlockPanel().setText(); |
138 gui.getInterBlockPanel().updateMessageDisplay(); | 138 gui.getInterBlockPanel().updateMessageDisplay(); |
139 gui.showCard("interblock"); | 139 gui.showCard("interblock"); |
140 } else { | 140 } else { |
141 // ... write results and subject questionnaire | 141 // ... write results and subject questionnaire |
142 results.writeResults(); | 142 results.writeResults(); |
143 gui.showCard("subject"); | 143 gui.showCard("subject"); |
144 } | 144 } |
145 } else { | 145 } else { |
146 // ... next melody within block | 146 // ... next melody within block |
147 sp.setSongNumberText(); | 147 sp.setSongNumberText(); |