protected override void AdministerExam()
 {
     Asker.GetChoiceFromList("What is your favorite account?", new List <string>
     {
         "Rolling",
         "Royal",
         "Imminent"
     });
 }
예제 #2
0
 protected override void AdministerExam()
 {
     Asker.GetChoiceFromList("If you need to provide food for ovr 7 people, what is a good food to provide?", new List <string>
     {
         "Wheat",
         "Dark Food",
         "Chewy"
     });
 }
예제 #3
0
 protected override void AdministerExam()
 {
     Asker.GetChoiceFromList("If you're driving a train 1000 mph and you hit a cow, what will happen?", new List <string>
     {
         "The cow will be angry",
         "The trail will explode",
         "You will rejoice",
         "All of the above"
     });
 }