Survey validation

I am having trouble with some points.

  1. Inside the form element, I can select an option from a dropdown that has corresponding id=“dropdown”.’

i have a select element with the id of dropdown

  1. Inside the form element, I can select a field from one or more groups of radio buttons. Each group should be grouped using the name attribute.

all of my radio buttons has the name of emailpreference

  1. Inside the form element, I can select several fields from a series of checkboxes, each of which must have a value attribute.

all my checkbox es has unquie values

  1. Inside the form element, I am presented with a at the end for additional comments.’
    i have the text area inside the form element.

  2. Inside the form element, I am presented with a button with id=“submit” to submit all my inputs.
    its there

am i missing a close tag somewhere?

Sorry all good i had one extra and it failed all those points