Hi, I’m new to Rails, and I’m not sure how to approach this. All I
want is a simple quiz with multiple choice questions on my website.
After the visitior submits the quiz, it just needs to return the
number correct. So are these the things that I need?
- quiz controller
- quiz model
- question model
- some kind of view with the form
anything else?