How to get the checkbox values that the user selected? value not an option, because it is an indicator of the correctness / incorrectness of the answer to the question. name is the same too.
<p>1. Вопрос 1<br> <input type="checkbox" name="1" value="0"><i>1</i><br> <input type="checkbox" name="1" value="1"><i>2</i><br> <input type="checkbox" name="1" value="0"><i>3</i><br> <input type="checkbox" name="1" value="0"><i>4</i><br> <input type="checkbox" name="1" value="1"><i>5</i> </p> <p>2. Вопрос 2<br> <input type="checkbox" name="2" value="1"><i>1</i><br> <input type="checkbox" name="2" value="0"><i>2</i><br> <input type="checkbox" name="2" value="1"><i>3</i><br> <input type="checkbox" name="2" value="0"><i>4</i><br> <input type="checkbox" name="2" value="0"><i>5</i> </p>