Mercurial > hg > tweakathon2ios
comparison TestController.h @ 42:2bd658b44c2d
buttons dont lite up
back to menu shows in more appropriate times
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Mon, 08 Dec 2014 18:29:10 +0000 |
parents | 3af380769779 |
children |
comparison
equal
deleted
inserted
replaced
41:ba426cc4e6e1 | 42:2bd658b44c2d |
---|---|
445 // int whichSpace, | 445 // int whichSpace, |
446 // bool scored, | 446 // bool scored, |
447 // bool aHint, | 447 // bool aHint, |
448 // bool aMemoryTest){ | 448 // bool aMemoryTest){ |
449 | 449 |
450 generateSomeTests(8, 8, REVISITABLE,1, false, false, false); | 450 generateSomeTests(2, 6, REVISITABLE,1, true, false, false); |
451 generateSomeTests(2, 6, SIMULTANEOUS,1, true, false, false); | |
451 | 452 |
452 currentTest = testList.begin()-1; // dont do this | 453 currentTest = testList.begin()-1; // dont do this |
453 scoreRunningTotal = 0; | 454 scoreRunningTotal = 0; |
454 }; | 455 }; |
455 | 456 |
516 void generate2DRandomTests(); | 517 void generate2DRandomTests(); |
517 void generate1DSpecificTests(); | 518 void generate1DSpecificTests(); |
518 void generate2DSpecificTests(); | 519 void generate2DSpecificTests(); |
519 void generate3DSpecificTests(); | 520 void generate3DSpecificTests(); |
520 void generate4DTests(); | 521 void generate4DTests(); |
522 | |
521 void generateSomeTests(int howManyTests, int dimensions, controlPanelType panelType, int whichSpace, bool scored = true,bool aHint = false, bool aMemoryTest = false); | 523 void generateSomeTests(int howManyTests, int dimensions, controlPanelType panelType, int whichSpace, bool scored = true,bool aHint = false, bool aMemoryTest = false); |
522 | 524 |
523 void generateTestSequence(){ | 525 void generateTestSequence(){ |
524 | 526 |
525 }; | 527 }; |