Mercurial > hg > mep
changeset 34:f23acab50cd3
Changed pleasantness question
author | Jeremy Gow <jeremy.gow@gmail.com> |
---|---|
date | Wed, 14 Nov 2012 12:12:19 +0000 |
parents | b083ddc5c546 |
children | c860b5b4428d |
files | StimulusPanel.class StimulusPanel.java |
diffstat | 2 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/StimulusPanel.java Tue Nov 13 23:57:14 2012 +0000 +++ b/StimulusPanel.java Wed Nov 14 12:12:19 2012 +0000 @@ -106,7 +106,7 @@ String[] q2BoxOptions = { "", "1", "2", "3", "4", "5"}; q2Box = new JComboBox(q2BoxOptions); q2Box.setSelectedIndex(0); - questionsPanel.add(new JLabel("How pleasant do you find this melody (1 = very unpleasant, 5 = very pleasant)?")); + questionsPanel.add(new JLabel("How much do you like this melody as a whole? (1 = not at all; 5 = very much)")); questionsPanel.add(q2Box); }