Custom Q&A form for students

Hi Community,
Im trying to create a form for students just like quiz but this time i wanna capture user input.
My structure is as follows.
Exercise (master to add all the questions for admin)
Question | data
Answer | text editor

I want to list the questions(from the master) and answer(text editor) as a form in webview and capture the user input in a different doctype.
How can this be possibly implemented?