Help in creating quiz

Hi. This is a quiz app. There is a questions table and an answers table.
There are 5 questions which are created using normal form helpers. While
answering all the questions must be answered in the same page.

Question 1 : <-- Textbox for Answer 1 -->
Question 2 : <-- Textbox for Answer 2 -->
Question 3 : <-- Textbox for Answer 3 -->
<–Submit Button -->

I don’t know how to process this. Please hepl. Thanks in advance

Rock R. wrote:

Hi. This is a quiz app. There is a questions table and an answers table.
There are 5 questions which are created using normal form helpers. While
answering all the questions must be answered in the same page.

Question 1 : ← Textbox for Answer 1 →
Question 2 : ← Textbox for Answer 2 →
Question 3 : ← Textbox for Answer 3 →
<–Submit Button →

I don’t know how to process this. Please hepl. Thanks in advance

Hi there,

From what I’m understanding, you are trying to process multiple models
in your view using a single submit button ???
There is an excellent screencast by Ryan B… He explains it better
than me that’s why I’m reffering you to his screencast…

Enjoy…

Thank you. I will check it out