Mercurial > hg > soniczoomios
comparison QuestionnaireViewController.mm @ 36:a42903c61558
Added sliderview (not operational though)
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Tue, 09 Apr 2013 13:22:28 +0100 |
parents | 92dba082d957 |
children | b91a1859829a |
comparison
equal
deleted
inserted
replaced
35:790939017078 | 36:a42903c61558 |
---|---|
205 | 205 |
206 } | 206 } |
207 // 1/3/13 removed q 6 and 15. now only 15 qs | 207 // 1/3/13 removed q 6 and 15. now only 15 qs |
208 //---------------------------------------------------------------- | 208 //---------------------------------------------------------------- |
209 - (void)populateQuestionArray{ | 209 - (void)populateQuestionArray{ |
210 | 210 // potential leak |
211 self.questionArray = [NSArray arrayWithObjects: | 211 self.questionArray = [NSArray arrayWithObjects: |
212 [[Question alloc] initWithTextAndType:@"I am familiar with music software and sound synthesis.":AGREE_DISAGREE], | 212 [[Question alloc] initWithTextAndType:@"I am familiar with music software and sound synthesis.":AGREE_DISAGREE], |
213 [[Question alloc] initWithTextAndType:@"The best interface to get a feel for the possibilities of the synth was...":SLIDERS_ZOOMER], | 213 [[Question alloc] initWithTextAndType:@"The best interface to get a feel for the possibilities of the synth was...":SLIDERS_ZOOMER], |
214 [[Question alloc] initWithTextAndType:@"The best interface for discovering interesting sounds quickly was...":SLIDERS_ZOOMER], | 214 [[Question alloc] initWithTextAndType:@"The best interface for discovering interesting sounds quickly was...":SLIDERS_ZOOMER], |
215 [[Question alloc] initWithTextAndType:@"The best interface for fine tuning a sound was...":SLIDERS_ZOOMER], | 215 [[Question alloc] initWithTextAndType:@"The best interface for fine tuning a sound was...":SLIDERS_ZOOMER], |