Assessment wanted for Basic controls

Hello, please assess my solution for https://developer.mozilla.org/en-US/docs/Learn/Forms/Test_your_skills:_Basic_controls

1: https://codepen.io/gojanpaolo/pen/MWKpQMw
2: https://codepen.io/gojanpaolo/pen/pogeLov
3: https://codepen.io/gojanpaolo/pen/eYJvMYZ

Thanks!

Hi @gojanpaolo!

Again, some really good work here — well done!

I had a couple of points to mention:

  1. Again, list items are better practice than containing label/input pairs in paragraphs.
  2. In the second assessment, you were supposed to make it so that the first radio button is selected on load. How do you do this?

Apart from that, great work.

1 Like

Thanks for assessing my solution. :slight_smile: I have updated the code based on your remarks.