teaching machines

Jahnke Homework 1, QQs

October 1, 2011 by . Filed under cs491 mobile, fall 2011, postmortems.

My question game is rather simple and quick. These questions are multiple choice questions. The question is asked both at the top of the screen and is briefly toasted to you. So you can see the question, and answer it as quickly as possible. While I did not create a timer, I imagined this to be a game you’d speed through. I’m not the best at coming up with trivia, so I only reached the bare minimum of 5 questions (so you’d speed through REALLY fast). However, I have a question generator singleton class, and it’s easy to make new questions, and these questions can have as many options as you’d want.

I also incorporated preferences, or at least a preference. You can decide how you want to handle wrong answers. Your options are: Go to the next question and send that question to end of the queue, so you’ll get to it later, or, the wrong answer you chose gets disabled and you can keep guessing until you get it right.