Mercurial > hg > mep
comparison MelodyResults.java @ 30:84d943797cf2
Require rating for each melody
author | Jeremy Gow <jeremy.gow@gmail.com> |
---|---|
date | Tue, 13 Nov 2012 11:46:10 +0000 |
parents | 3dd7636ca811 |
children | 0e030f32a6e2 |
comparison
equal
deleted
inserted
replaced
29:4574bad81227 | 30:84d943797cf2 |
---|---|
60 //if (exp.getDebug()) | 60 //if (exp.getDebug()) |
61 // System.out.println("addResponse(" + i + ", " + t + ")"); | 61 // System.out.println("addResponse(" + i + ", " + t + ")"); |
62 responses.add(i); | 62 responses.add(i); |
63 responseTimes.add(t); | 63 responseTimes.add(t); |
64 } | 64 } |
65 | |
66 public int countResponses() { | |
67 return responses.size(); | |
68 } | |
69 | |
65 | 70 |
66 /* add question */ | 71 /* add question */ |
67 public void addQuestion(String question) { | 72 public void addQuestion(String question) { |
68 questions.add(question); | 73 questions.add(question); |
69 } | 74 } |