You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Step Two in the UI shows three buttons: "3", "5", "10". By default, "3" is chosen. As a user makes a selection, the new number of questions is updated in the code and works as expected to create the right sized quiz, but there is no way to let the user know how many questions are going to be generated. All of the buttons remain gray regardless of which button is active.
Update the code to add a bit of logic that gives some tailwind classes to the correct button that's active.
tailwind classes to add:
"bg-indigo-500 text-white"
The text was updated successfully, but these errors were encountered:
Step Two in the UI shows three buttons: "3", "5", "10". By default, "3" is chosen. As a user makes a selection, the new number of questions is updated in the code and works as expected to create the right sized quiz, but there is no way to let the user know how many questions are going to be generated. All of the buttons remain gray regardless of which button is active.
Update the code to add a bit of logic that gives some tailwind classes to the correct button that's active.
tailwind classes to add:
"bg-indigo-500 text-white"
The text was updated successfully, but these errors were encountered: