teocci / cmd-robot

Automatically exported from code.google.com/p/cmd-robot
0 stars 0 forks source link

n00b Checker with Manual functionality spec. #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Your "or" statements are not working for Questions two and three.

Have a look at this in the morning.

@wallarug.

Original issue reported on code.google.com by cian.by...@sydstu.catholic.edu.au on 10 Nov 2012 at 11:56

GoogleCodeExporter commented 8 years ago
Issue has been resolved thanks to the following: 
http://stackoverflow.com/questions/5681271/or-statement-handling-two-clauses-pyt
hon

Summary:
- "or" statements needed to be "and" statements
- needed to have full variable rather than: "if question_three == "y" or "n":"
corrected code: "if question_three == "y" or question_three == "n":"

Issue resolved.

@wallarug.

Original comment by cian.by...@sydstu.catholic.edu.au on 10 Nov 2012 at 12:09

GoogleCodeExporter commented 8 years ago
There is a new issue here...
When the answer to question_one is "n" and the answer to question_two is "y" 
the loop structure goes to the question with the variable "a".  This should 
actually go to the variable marked debug_value.

Looking into it now.

Original comment by cian.by...@sydstu.catholic.edu.au on 11 Nov 2012 at 12:43

GoogleCodeExporter commented 8 years ago
Issue resolved and Keyboard Control is working.

Original comment by cian.by...@sydstu.catholic.edu.au on 11 Nov 2012 at 12:49

GoogleCodeExporter commented 8 years ago
This issue has now moved onto a different issue for a different area.  See 
issue 6.

Original comment by cian.by...@sydstu.catholic.edu.au on 11 Nov 2012 at 1:56