It tells me that I do not comply with:
6. You should have an input element with an id of name.
6. You should have an input element with an id of name.
7. Your #name should have a type of text.
8. Your #name should require input.
9. Your #name should be a descendant of #survey-form.
10. You should have an input element with an email id.
11. Your #email should have a type of email.
12. Your #email should require input.
13. Your #email should be a descendant of #survey-form.
14. You should have an input element with an id of number.
15. Your #number should be a descendant of #survey-form.
16. Your #number should have a type of number.
17. Your #number should have a min attribute with a numeric value.
18. Your #number should have a max attribute with a numeric value.
19. You should have a label element with an id of name-label.
20. You should have a label element with an id of email-label.
21. You should have a label element with an id of number-label.
22. Your #name-label should contain text that describes the input.
23. Your #email-label should contain text that describes the input.
24. Your #number-label should contain text that describes the input.
28. Your #name should have a placeholder attribute and value.
29. Your #email should have a placeholder attribute and value.
30. Your #number should have a placeholder attribute and value.
36. All your radio buttons should have a value attribute and value.
40. All your checkboxes inside #survey-form should have a value attribute and value.
42. You should have an input or button element with an id of submit.
43. Your #submit should have a type of submit.
44. Your #submit should be a descendant of #survey-form.