Making a simple quiz

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?

  1. quiz controller
  2. quiz model
  3. question model
  4. some kind of view with the form

anything else?