Hey everybody! I'm writing a quiz app and it's in a fairly usable state right now. I just need a bunch of questions now.
Questions are loaded in from a file here the questions come in the form
Question?:correct answer:wrong answer:wrong answer:wrong answer
Question2?:...
It randomly selects a question based on line number and shuffles the answer options between the buttons whilst maintaining that the first one internally is always correct.
Now I just need a whole bunch of questions, so if anybody have got good suggestions, please fire a bunch at me. Preferably in the format above so it's easy to paste into my questions file, but if you can't be bothered formatting like that it's fine too.
Questions are loaded in from a file here the questions come in the form
Question?:correct answer:wrong answer:wrong answer:wrong answer
Question2?:...
It randomly selects a question based on line number and shuffles the answer options between the buttons whilst maintaining that the first one internally is always correct.
Now I just need a whole bunch of questions, so if anybody have got good suggestions, please fire a bunch at me. Preferably in the format above so it's easy to paste into my questions file, but if you can't be bothered formatting like that it's fine too.