diff Question.m @ 31:23ef179c3748

Ben / Christian 0.2
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Fri, 01 Mar 2013 13:28:45 +0000
parents fabb3a5cdfc9
children a42903c61558
line wrap: on
line diff
--- a/Question.m	Wed Feb 27 11:39:07 2013 +0000
+++ b/Question.m	Fri Mar 01 13:28:45 2013 +0000
@@ -51,7 +51,7 @@
     }else if(type == SLIDERS_ZOOMER){
         [Question setCount:NUM_CHOICES];
         return [[NSArray alloc] initWithObjects:
-                 @"definitely the Sliders", @"maybe the Sliders", @"neither",
+                 @"definitely the Sliders", @"maybe the Sliders", @"Neither/Both equal",
                 @"maybe the Zoomer", @"definitely the Zoomer", nil];
     }else{
         return nil;