Add the new "Approval voting" voting type in the 2nd screen of the voting process creation.
The "Approval voting" question configuration is the same than the single-choice voting, but multiple questions are not allowed.
ToDo:
[x] Configure the voting creation to be a "approval" voting.
[x] Remove the "Add question" button
[x] In the voting page, detect if the voting process is "approval" and allow multiple choice selection (from 1 to X, being X the nº of options available).
[x] Test that the voting UI is properly configured, allowing to select from 1 to X options.
[x] Check the results are properly computed
[ ] Adapt the explorer to support this new voting type.
Add the new "Approval voting" voting type in the 2nd screen of the voting process creation.
The "Approval voting" question configuration is the same than the single-choice voting, but multiple questions are not allowed.
ToDo: