Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialYash Siddhartha
Courses Plus Student 351 PointsTask 1 passes, but then task 2 doesn't pass because it says task 1 doesn't pass anymore.
I completed task 1 and then completed task 2 (and I think correctly) but then it claims task 1 is no longer correct. When I go back to task 1, it passes immediately with no changes from my completed task 2 code.
2 Answers
Kim Cowart
32,918 PointsHi Yash,
I have noticed in the testing system here at Treehouse that if you make a change or edit a previous answer to answer a current question, it may render the previous question incorrect. So part of the challenge answering process is answer to each question uniquely unless the question/challenge specifically tells you to edit the previous code.
Hope that's helpful
Tom Mertz
15,254 PointsDid you remember to close your image tags? Remember they are self closing so you'd only have to type this
<img src="img/numbers-01.jpg">
in between your li (with the right picture numbers of course ;)
Gloria Dwomoh
13,116 PointsGloria Dwomoh
13,116 PointsDid you do any changes to the code you wrote in task 1 while writing task 2?