Tell us what’s happening:
Not entirely sure why it won’t accept my radio buttons. It’s refusing " 13. 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." Below is the HAML code I am using.
Your code so far
%fieldset.form-group
%legend What level of Gamer are you?
.form-check
%label.form-check-label
%input.form-check-input(type="radio"){ :name => 'paid', :value => '1'} I get paid to play
.form-check
%label.form-check-label
%input.form-check-input(type="radio"){ :name => 'pro', :value => '2'} Obsessive Gamer
.form-check
%label.form-check-label
%input.form-check-input(type="radio"){ :name => 'average', :value => '3'} I play Daily
.form-check
%label.form-check-label
%input.form-check-input(type="radio"){ :name => 'casual', :value => '4'} I play When I Can
.form-check
%label.form-check-label
%input.form-check-input(type="radio"){ :name => 'na', :value => '5'} I Don't Play Games
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36.
Link to the challenge: