Bug in 5challenges

Tell us what’s happening:
Describe your issue in detail here.

this challenge along with four others before this one where I’m asked to change the

tag with the chosen tags, I can’t complete because it’s bugging, my code is right, but i can’t complete the challenge. Can you check this bug please ?

  **Your code so far**

<body>
<header>
  <h1>Training</h1>
  <nav>
    <ul>
      <li><a href="#stealth">Stealth &amp; Agility</a></li>
      <li><a href="#combat">Combat</a></li>
      <li><a href="#weapons">Weapons</a></li>
    </ul>
  </nav>
</header>
<main>
  <section>

    <!-- Only change code below this line -->
    <figure>
      <!-- Stacked bar chart will go here -->
      <br>
      <figcaption>Breakdown per week of time to spend training in stealth, combat, and weapons.</figcaption>
    </figure>
    <!-- Only change code above this line -->

  </section>
  <section id="stealth">
    <h2>Stealth &amp; Agility Training</h2>
    <article><h3>Climb foliage quickly using a minimum spanning tree approach</h3></article>
    <article><h3>No training is NP-complete without parkour</h3></article>
  </section>
  <section id="combat">
    <h2>Combat Training</h2>
    <article><h3>Dispatch multiple enemies with multithreaded tactics</h3></article>
    <article><h3>Goodbye world: 5 proven ways to knock out an opponent</h3></article>
  </section>
  <section id="weapons">
    <h2>Weapons Training</h2>
    <article><h3>Swords: the best tool to literally divide and conquer</h3></article>
    <article><h3>Breadth-first or depth-first in multi-weapon training?</h3></article>
  </section>
</main>
<footer>&copy; 2018 Camper Cat</footer>
</body>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15

Challenge: Improve Chart Accessibility with the figure Element

Link to the challenge:

Are you using extensions that change your CSS or block JavaScript?

Note: Some browser extensions, such as ad-blockers and dark mode extensions can interfere with the tests. If you face issues, we recommend disabling extensions that modify the content or layout of pages, while taking the course.

yes I’m using, holà translator and Grammarly

Try turning all extensions off for freeCodeCamp.org.

1 Like

I’ll try now and see if the situation changes

everything is running smoothly now.

Thanks!

Glad to hear it. Happy coding!

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.