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 trialjoel bindi
11,923 PointsNo correct answers?
IS there something wrong with this quiz.Before $bool = $TRUE; was the correct answer now it is not working, I cant get pass this stage even if I input any of the options. Some of the multiple choice questions none of the answers are correct?
1 Answer
Jason Anello
Courses Plus Student 94,610 PointsHi Joel,
I think the question is a bit confusing. I think it's asking that if you converted each of the values to a boolean after the assignment, which one would be considered false.
On the following page you can see a list of all values that are considered FALSE in php: http://php.net/manual/en/language.types.boolean.php
Under the section "converting to boolean"
joel bindi
11,923 Pointsjoel bindi
11,923 PointsThanks Jason, I figured this out.