Submit a form by clicking on an option

Submit a form by clicking on an option

Hello,

I'm working on a Django app and I'm not very used with jQuery. I want to retrieve some questions and answers for a quiz and I use a form to answer. It's multiple choice. I have added on the list an event (like <li onclick="game.submit()") which is nearly what I want to achieve.

I use radio select buttons so when I select an option it automatically sends the form and retrieves the next question. What I want is to eliminate that radio button select and let the user choose his answer just by clicking on the text.

Hope my question has been understood. I work on django templates but I have all the elements retrieved from databse inside html elements. The answers I have it in a list (<ul>/<li> elements) so the action should be done to them. If you want pieces of the code just tell me, and I would really appreciate the answer.

Thank you.