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 trial

Databases

Aaron Goodman
Aaron Goodman
3,953 Points

I think this answer is broken. I'm choosing <= 2015-10-01 and it's telling me I'm not selecting 2015-10-01.

I think there's an error with this quiz. Can anyone else confirm?

Jason Anders
Jason Anders
Treehouse Moderator 145,860 Points

Hey Aaron,

You will need to link to the quiz/challenge, so we may help troubleshoot.

:dizzy:

2 Answers

Steven Parker
Steven Parker
231,140 Points

:point_right: Did you remember to enclose your date in quotes?

Otherwise, 2015-10-01 looks like a numeric expression (and would resolve to 2004).

It that's not not, please show your complete code and provide a link to the challenge.

Aaron Goodman
Aaron Goodman
3,953 Points

Apologies, I made an assumption that Treehouse would grab the code and the challenge link when I clicked get-help. @Steven Parker, you nailed it. Not only did I forget to wrap my date in quotes, I had the sport's team name in all caps. You both rock! Thanks for your answers!

Jason Anders
Jason Anders
Treehouse Moderator 145,860 Points

Hey Aaron Goodman

No worries. :)

The "Get Help" button will link to the challenge/quiz/video from where it was clicked and will attach any relevant code needed... except from most of the Database Courses. But, the devs are working on this selective glitch, so hopefully soon it will work as it should.

I'm glad you got it all figured out. :) Keep Coding! :dizzy: