question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Waypoint: Label Bootstrap Wells - first challenge not correctly checked

See original GitHub issue

Challenge http://beta.freecodecamp.com/challenges/waypoint-label-bootstrap-wells has an issue. Please describe how to reproduce it, and include links to screenshots if possible.

I have the following code, but the the first challenge “Add an h4 element to each of your <div class='col-xs-6'> elements.” is not correctly validated (see screenshot below).

<div class='container-fluid'>
  <h3 class='text-primary text-center'>jQuery Playground</h3>
  <div class='row'>
    <div class='col-xs-6'>
      <h4>#left-well</h4>
      <div class='well' id='left-well'>
        <button class='btn btn-default target'></button>
        <button class='btn btn-default target'></button>
        <button class='btn btn-default target'></button>
      </div>
    </div>
    <div class='col-xs-6'>
      <h4>#right-well</h4>
      <div class='well' id='right-well'>
        <button class='btn btn-default target'></button>
        <button class='btn btn-default target'></button>
        <button class='btn btn-default target'></button>
      </div>
    </div>
  </div>
</div>
screen shot 2015-08-05 at 12 16 17

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

5reactions
rowansencommented, Aug 25, 2015

every asking for help has been duplicated with the same issue but no Answer? Edit: Solved!

new

2reactions
bugroncommented, Aug 25, 2015

@rowansen thanks for you comment! Possible reason - this is not a critical issue. In last few days @BerkeleyTrue closed ~ 100 duplicate issues. And there are more than 540 issues currently open. FreeCodeCamp’s team and FreeCodeCamp’s campers do their best to resolve as many issues as they can. And you can also help them.

Please review the Guidelines for Contributing, thank you!.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Waypoint: Label Bootstrap Wells - first challenge not correctly ...
I have the following code, but the the first challenge "Add.. ... Waypoint: Label Bootstrap Wells - first challenge not correctly checked # ......
Read more >
freeCodeCamp Challenge Guide: Label Bootstrap Wells
It's asking that you place a h4 tag not literally inside of the div element, but underneath it. ... Don't over-think it, which...
Read more >
FreeCodeCamp/Help - Gitter
Waypoint : Line up Form Elements Responsively with Bootstrap | it says that im missing to close one of my DIV elements but...
Read more >
Mapping Student Course Activity - Amber Thomas
Campers can log onto the service, complete coding challenges and projects, and earn certificates commemorating their completion. The topics ...
Read more >
sitemap-questions-184.xml - Stack Overflow
... /questions/332397/what-is-the-best-way-to-check-for-reparse-point-in-net-c ... com/questions/1221739/using-psexec-returns-no-output-from-the-remote-task ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found