My final course project, in a very brief way, is a question and answer game, in this project, I have the "Alternatives" table, when I am going to ask questions, there are four fields with the name of alternatives as follows :
All four fields are this way I send this data to a controller, the question is: How should I receive the data in this driver? Should I hold a foreach? Use Javascript in the form? Or should I change the name of each field and receive it separately?
Thanks for the help.