i’m on level 22 web development quizlet and my quiz broken completely. my awensers wont select and some of the spacing is broken, a lot of my classmates have the same issue and the teachers doesnt know whats causing it, here is my code:
`
What fantasy book series are you?
1. Where would you like to live?
A: greece
B: london
C: narnia
D: middle earth
2. What personality trait suits you the best?
A: SHY
B: happy
c:Serious
d:Brave
<div class="quizQuestion">
<!-- Fill in the 3rd question here: -->
<h2>3. What do you do with your free time?</h2>
<div class="answers">
<div data-value="A" class="answer">
<div class="answerText">A: read</div>
</div>
<div data-value="B" class="answer">
<div class="answerText">B: hang out with friends</div>
</div>
<div data-value="C" class="answer">
<div class="answerText">c: play outside</div>
</div>
<div data-value="D" class="answer">
<div class="answerText">d: play video games
</div>
</div>
</div>
</div>
4. What power do you want?
A: IMMORTALITY
B: MAGIC
c:shape shifting
d:super strength
<div class="result" id="a-personality">
<h2>[Percy Jackson]</h2>
<img src="/file/db/thang.type/5744e3683af6bf590cd27371/portrait.png" width="200px">
<p>
You have no talent? Well, at least you are a Greek god.
[Harry Potter]
You’ll be whisked off to magic school any day now… any day now…
[A mix]
You are a… magical Greek god who can travel to different world via a closet and is obsessed with a ring. Good for you.
<div class="result" id="C-personality">
<h2>[chronicles of narnia]!</h2>
<img src="/file/db/thang.type/52e95a5022efc8e709001743/portrait.png" width="200px">
<p>
Helpful tip: The closet is where you put your clothes amd stuff you don't need, not your escapist fantasies.
</div>
<div class="result" id="d-personality">
<h2>[lord of the rings]!</h2>
<img src="/file/db/thang.type/52e95a5022efc8e709001743/portrait.png" width="200px">
<p>
I can't think of a good joke on this one... so uh... strawberries are not berries.
</p>
</div>
<div id="footer">
<button class="btn btn-primary btn-block btn-lg" id="submitButton">Submit</button>
<button class="btn btn-primary btn-block btn-lg" id="retryButton">Retry</button>
</div>