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 trialSamuel Sampson
1,563 Points%q(....) String Creation
%q(....) is a valid way of making a Ruby String, but the question marks it as incorrect. Why is that?
2 Answers
Caleb Kleveter
Treehouse Moderator 37,862 PointsMost likely because you are not taught that in the course.
Samuel Sampson
1,563 PointsYou are taught that, it's in the video just before the quiz. At the 2:44 mark on the video 'What are Strings' he introduces them.