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 trialMark Weinberg
1,100 PointsI don't understand the quiz question: website = _________ treehouse ___________. Does anyone know the answer to this.
The quiz question: website = ____________ treehouse ____________. Anybody know the answer to this? Please respond back with an answer. Thank you.
6 Answers
mikes02
Courses Plus Student 16,968 PointsIt's asking you what would make it a valid Ruby string, adding the double quotes on each side does that:
website = "Treehouse"
Mark Weinberg
1,100 PointsI put in website = "Treehouse" and I still get an error. What is wrong?
Mark Weinberg
1,100 PointsI put in website = "Treehouse" and I still get an error.
mikes02
Courses Plus Student 16,968 PointsIt passed for me, you could also try single quotes
website = 'Treehouse'
Joshua Shroy
9,943 PointsHey Mark, I put a double quote for each blank space and it passes for me. Maybe try using a different web browser..?
mikes02
Courses Plus Student 16,968 PointsI've tried it multiple times with double quote and single quote in each blank space and both cases pass on my end.
Mark Weinberg
1,100 PointsCan you just show me what you put in each blank space? Then I will try a different browser.
Website = ______________ treehouse ______________
mikes02
Courses Plus Student 16,968 Pointsput a " in each blank space or ' in each blank space.
Mark Weinberg
1,100 PointsIt is still not working. Please just show me what you put in each fill-in. Thank you.
Joshua Shroy
9,943 Points"
mikes02
Courses Plus Student 16,968 PointsI've showed you multiple times, can you maybe post a screenshot of what you're trying so we can see if you're entering it right?
You can see it passing here: http://prntscr.com/5gwjln
Mark Weinberg
1,100 PointsThank you mikes02 for your screenshot. I did not realize that all they wanted was a " on both sides. I finally got past it. Thank you for your help.
mikes02
Courses Plus Student 16,968 PointsOK, glad it worked.
Mark Weinberg
1,100 PointsMark Weinberg
1,100 PointsI used Google Chrome as my original browser. Now I am on Firefox browser and still get an error message. Please just give me your answer to this problem. Thank you.