There's currently a lesson card(or slide?? I haven't figured out what to call that component yet) on the introquestions page that has a few things wrong with it. For one, the Result component is visible by default and tells the user they selected the correct answer.
Here are the following things that need to be done to complete this issue:
[ ] Update the Result component so that it's not visible unless the user has selected an answer and hits the continue button
[ ] The message of the Result component should tell the user if they got the right answer or not
[ ] Disable the continue button until an answer has been selected
There's currently a lesson card(or slide?? I haven't figured out what to call that component yet) on the introquestions page that has a few things wrong with it. For one, the Result component is visible by default and tells the user they selected the correct answer.
Here are the following things that need to be done to complete this issue: