+ 1
You could do it with javascript, but... the use of radio buttons is that exactly 1 MUST be selected and the use of checkboxes is that MORE THAN 1 CAN be selected... Can you elaborate why you want to achieve this behavior?
4th May 2022, 12:20 PM
Lisa
Lisa - avatar
+ 1
Maybe something like this: For radio buttons: On click of the item, revert the checked status if it is checked. For checkboxes: On change count the number of checked boxes in the group and set an upper limit. Of the limit is reached, disable unchecked checkboxes until the number is below the limit https://stackoverflow.com/questions/19001844/how-to-limit-the-number-of-selected-checkboxes#19001936
4th May 2022, 12:26 PM
Lisa
Lisa - avatar
0
And in your quiz, one should select only one item and you want to score "blank" questions differently?
4th May 2022, 12:23 PM
Lisa
Lisa - avatar
0
datetime-local month week date time password color file email tel text url
11th Jun 2022, 12:45 AM
aliz6398suisiTerminatorEmpireBot
aliz6398suisiTerminatorEmpireBot - avatar