I want a form like: Question Answer Q1..... ____ Q2..... ____ Q3..... ____ [submit]
Q1,Q2,Q3 and correct answer is stored in a table. But the 'Answer' field should combined with login user's answer. What's the best way to display the form to user? Do you suggest use FORM() in control or use <form> in view?

