This quiz application requires the user to choose options before proceeding to the next page, with the next button being disabled by default. Once all options are chosen, the next button should become enabled.
NOTE:
Although the functionality for selecting options and determining correct/incorrect choices is working properly, I am struggling with enabling the next button when each option is selected individually.
If you have any suggestions or can provide assistance, please let me know. Check out the working demo here: https://stackblitz.com/edit/angular-ivy-5qtyxy
buttonDisabled = true;
<button class="btn-next" [disabled]="buttonDisabled">
Next
</button>