Mercurial > hg > soniczoomios
diff TimedSessionController.mm @ 33:92dba082d957
Added trail and EVALUATION_POINT event type.
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Tue, 26 Mar 2013 18:41:42 +0000 |
parents | 23ef179c3748 |
children |
line wrap: on
line diff
--- a/TimedSessionController.mm Fri Mar 08 14:54:55 2013 +0000 +++ b/TimedSessionController.mm Tue Mar 26 18:41:42 2013 +0000 @@ -18,10 +18,10 @@ int scount; NSArray *alertMessages = [NSArray arrayWithObjects: - @"Thanks, now try the sliders only", - @"Thanks, now try the sliders and the Zoomer together", - @"Thanks, now try the zoomer only", - @"Thanks, now please take the questionnaire",nil]; + @"Now try the sliders only.", + @"Now try the sliders and the Zoomer together.", + @"Now try the zoomer only.", + @"Now please take the questionnaire.",nil]; // nicer if it was initWithAppRef ? - (void)setAppRef:(id)theOFApp{ @@ -34,7 +34,7 @@ NSString *themessage; themessage = [alertMessages objectAtIndex:orders[theOrder][0]]; UIAlertView * alert = [[UIAlertView alloc] initWithTitle:@"Thanks!" - message:themessage + message:[themessage stringByAppendingString:@" Press play to start sound."] delegate:self cancelButtonTitle:@"Continue" otherButtonTitles:nil];