I'm building an online exam app,

on the exam page it will show 10 questions how can i get answer from all the question with one submit button?

Your question is not very clear, and you haven’t shown us what you have tried so far, but if I understand you correctly just make the entire exam one form, give each answer input box its own unique name attribute and place the form submit button at the end of the form.

1 Like

Can you explain further what you mean by “get answer”?

Do you intent to have the user hit submit, then their answers are checked?
Or do you mean that the correct answers are shown the the user?
Or maybe a combination of both?

I assume this uses some kind of html form. Maybe it would help to see that too.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.